<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error when compiling Openssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928268#M286997</link>
    <description>Darrel,&lt;BR /&gt;any additional info in config.log ?&lt;BR /&gt;&lt;BR /&gt;Otherwise I would guess something like /usr/lib/libpam.a or /etc/pam.conf is missing.&lt;BR /&gt;</description>
    <pubDate>Thu, 18 Jan 2007 07:52:59 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2007-01-18T07:52:59Z</dc:date>
    <item>
      <title>Error when compiling Openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928267#M286996</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;When performing the following:&lt;BR /&gt;&lt;BR /&gt; HOME=/var/tmp/&lt;BR /&gt;./configure \&lt;BR /&gt;--prefix=/opt/openssh-4.5p1 \&lt;BR /&gt;--sysconfdir=/etc/opt/openssh \&lt;BR /&gt;--with-default-path=/usr/bin:/usr/sbin:/usr/lbin:/opt/openssh/bin:/opt/sudo/bin:/admin/binsa \&lt;BR /&gt;--with-zlib=$HOME/zlib-1.2.3 \&lt;BR /&gt;--with-ssl-dir=$HOME/openssl-0.9.8d \&lt;BR /&gt;--with-pam&lt;BR /&gt;&lt;BR /&gt;I get the following Message, any idea.&lt;BR /&gt;&lt;BR /&gt;checking whether OpenSSL's PRNG is internally seeded... yes&lt;BR /&gt;checking for dlopen in -ldl... yes&lt;BR /&gt;checking for pam_set_item in -lpam... no&lt;BR /&gt;configure: error: *** libpam missing&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Darrel Louis</description>
      <pubDate>Thu, 18 Jan 2007 07:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928267#M286996</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2007-01-18T07:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error when compiling Openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928268#M286997</link>
      <description>Darrel,&lt;BR /&gt;any additional info in config.log ?&lt;BR /&gt;&lt;BR /&gt;Otherwise I would guess something like /usr/lib/libpam.a or /etc/pam.conf is missing.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jan 2007 07:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928268#M286997</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-18T07:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error when compiling Openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928269#M286998</link>
      <description>Darrel,&lt;BR /&gt;how are you getting on?&lt;BR /&gt;&lt;BR /&gt;Does it have to be this version? Otherwise the binaries depots are available at:&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-4.4p1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-4.4p1/&lt;/A&gt;</description>
      <pubDate>Thu, 18 Jan 2007 10:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928269#M286998</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-18T10:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error when compiling Openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928270#M286999</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;Sorry for the late response:&lt;BR /&gt;The file /usr/lib/libpam.a is missing on my machine. I only have libpam.1 and libpam.sl&lt;BR /&gt;Hereby the pam.conf&lt;BR /&gt;#&lt;BR /&gt;# PAM configuration&lt;BR /&gt;#&lt;BR /&gt;# Authentication management&lt;BR /&gt;#&lt;BR /&gt;other    auth sufficient        /usr/lib/security/libpam_unix.1&lt;BR /&gt;other    auth sufficient        /usr/lib/security/libpam_ldap.1 try_first_pass&lt;BR /&gt;#&lt;BR /&gt;# Account management&lt;BR /&gt;#&lt;BR /&gt;other    account required       /usr/lib/security/pam_access.so homedir&lt;BR /&gt;other    account sufficient     /usr/lib/security/libpam_unix.1&lt;BR /&gt;other    account sufficient     /usr/lib/security/libpam_ldap.1&lt;BR /&gt;#&lt;BR /&gt;# Session management&lt;BR /&gt;#&lt;BR /&gt;other    session sufficient     /usr/lib/security/libpam_unix.1&lt;BR /&gt;other    session sufficient     /usr/lib/security/libpam_ldap.1&lt;BR /&gt;#&lt;BR /&gt;# Password management&lt;BR /&gt;#&lt;BR /&gt;other    password sufficient    /usr/lib/security/libpam_unix.1&lt;BR /&gt;other    password sufficient    /usr/lib/security/libpam_ldap.1&lt;BR /&gt;&lt;BR /&gt;[gtsx201:root]# swlist -l fileset|grep -i pam&lt;BR /&gt;  LdapUxClient.PAM-AUTHZ-RUN            B.03.30        PAM Authorization Core Components &lt;BR /&gt;# PAM-Kerberos                          B.11.11.12     PAM-Kerberos Version 1.10 &lt;BR /&gt;  PAM-Kerberos.PAM-KRB-DEMO             B.11.11.12     PAM-Kerberos Demonstration &lt;BR /&gt;  PAM-Kerberos.PAM-KRB-MAN              B.11.11.12     PAM-Kerberos Man Pages &lt;BR /&gt;  PAM-Kerberos.PAM-KRB-RUN              B.11.11.12     PAM-Kerberos Runtime &lt;BR /&gt;  PAM-Kerberos.PAM-KRB-SHLIB            B.11.11.12     PAM-Kerberos Shared Library &lt;BR /&gt;# PAM-NTLM                              A.01.09        HP NTLM Pluggable Authentication Module &lt;BR /&gt;  PAM-NTLM.PAM-NTLM-RUN                 A.01.09        NTLM Pluggable Authentication Module for PA 32/64-bit systems &lt;BR /&gt;  PAM-NTLM.SMB-LIB-RUN                  A.01.09        SMB Library    &lt;BR /&gt;# PHCO_33215                            1.0            libpam_unix cumulative patch &lt;BR /&gt;# PHCO_34434                            1.0            libpam cumulative patch &lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jan 2007 03:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928270#M286999</guid>
      <dc:creator>Jurgen Ponds</dc:creator>
      <dc:date>2007-01-20T03:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error when compiling Openssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928271#M287000</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;I've tried version openssh-4.4p1, but resulted in the same problem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Darrel Louis</description>
      <pubDate>Sat, 20 Jan 2007 04:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-compiling-openssh/m-p/3928271#M287000</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2007-01-20T04:33:58Z</dc:date>
    </item>
  </channel>
</rss>

