- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error when compiling Openssh
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2007 11:12 PM
тАО01-17-2007 11:12 PM
Error when compiling Openssh
When performing the following:
HOME=/var/tmp/
./configure \
--prefix=/opt/openssh-4.5p1 \
--sysconfdir=/etc/opt/openssh \
--with-default-path=/usr/bin:/usr/sbin:/usr/lbin:/opt/openssh/bin:/opt/sudo/bin:/admin/binsa \
--with-zlib=$HOME/zlib-1.2.3 \
--with-ssl-dir=$HOME/openssl-0.9.8d \
--with-pam
I get the following Message, any idea.
checking whether OpenSSL's PRNG is internally seeded... yes
checking for dlopen in -ldl... yes
checking for pam_set_item in -lpam... no
configure: error: *** libpam missing
Thanks
Darrel Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2007 11:52 PM
тАО01-17-2007 11:52 PM
Re: Error when compiling Openssh
any additional info in config.log ?
Otherwise I would guess something like /usr/lib/libpam.a or /etc/pam.conf is missing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2007 02:16 AM
тАО01-18-2007 02:16 AM
Re: Error when compiling Openssh
how are you getting on?
Does it have to be this version? Otherwise the binaries depots are available at:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-4.4p1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2007 07:37 PM
тАО01-19-2007 07:37 PM
Re: Error when compiling Openssh
Sorry for the late response:
The file /usr/lib/libpam.a is missing on my machine. I only have libpam.1 and libpam.sl
Hereby the pam.conf
#
# PAM configuration
#
# Authentication management
#
other auth sufficient /usr/lib/security/libpam_unix.1
other auth sufficient /usr/lib/security/libpam_ldap.1 try_first_pass
#
# Account management
#
other account required /usr/lib/security/pam_access.so homedir
other account sufficient /usr/lib/security/libpam_unix.1
other account sufficient /usr/lib/security/libpam_ldap.1
#
# Session management
#
other session sufficient /usr/lib/security/libpam_unix.1
other session sufficient /usr/lib/security/libpam_ldap.1
#
# Password management
#
other password sufficient /usr/lib/security/libpam_unix.1
other password sufficient /usr/lib/security/libpam_ldap.1
[gtsx201:root]# swlist -l fileset|grep -i pam
LdapUxClient.PAM-AUTHZ-RUN B.03.30 PAM Authorization Core Components
# PAM-Kerberos B.11.11.12 PAM-Kerberos Version 1.10
PAM-Kerberos.PAM-KRB-DEMO B.11.11.12 PAM-Kerberos Demonstration
PAM-Kerberos.PAM-KRB-MAN B.11.11.12 PAM-Kerberos Man Pages
PAM-Kerberos.PAM-KRB-RUN B.11.11.12 PAM-Kerberos Runtime
PAM-Kerberos.PAM-KRB-SHLIB B.11.11.12 PAM-Kerberos Shared Library
# PAM-NTLM A.01.09 HP NTLM Pluggable Authentication Module
PAM-NTLM.PAM-NTLM-RUN A.01.09 NTLM Pluggable Authentication Module for PA 32/64-bit systems
PAM-NTLM.SMB-LIB-RUN A.01.09 SMB Library
# PHCO_33215 1.0 libpam_unix cumulative patch
# PHCO_34434 1.0 libpam cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2007 08:33 PM
тАО01-19-2007 08:33 PM
Re: Error when compiling Openssh
I've tried version openssh-4.4p1, but resulted in the same problem.
Regards
Darrel Louis