<?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: PAM library issues..... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pam-library-issues/m-p/2715043#M1587</link>
    <description>By copyiing the shared library and replacing these files, I was able to repair this issue.</description>
    <pubDate>Wed, 01 May 2002 16:57:57 GMT</pubDate>
    <dc:creator>Brian Ham</dc:creator>
    <dc:date>2002-05-01T16:57:57Z</dc:date>
    <item>
      <title>PAM library issues.....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-library-issues/m-p/2715042#M1586</link>
      <description>I have been running into a shared library error that has been stumping me.  For some reason on our RedHat Linux box the PAM shared library is not being recognized.  The&lt;BR /&gt;compilation of PHP stops in the following manner: &lt;BR /&gt;&lt;BR /&gt;gmake[1]: Entering directory `/web/src/php/php-4.1.2' &lt;BR /&gt;/bin/sh /web/src/php/php-4.1.2/libtool --silent --mode=link gcc  -I. -I/web/src/ &lt;BR /&gt;php/php-4.1.2/ -I/web/src/php/php-4.1.2/main -I/web/src/php/php-4.1.2 -I/web/ser &lt;BR /&gt;ver/apache/include -I/web/src/php/php-4.1.2/Zend -I/web/src/php/php-4.1.2/ext/my &lt;BR /&gt;sql/libmysql -I/web/src/php/php-4.1.2/ext/xml/expat  -DLINUX=22 -DNO_DBM_REWRITE &lt;BR /&gt;MAP -DUSE_HSREGEX -DUSE_EXPAT -I/web/src/php/php-4.1.2/TSRM -g -O2 -prefer-pic &lt;BR /&gt; -o libphp4.la -rpath /web/src/php/php-4.1.2/libs -avoid-version   stub.lo  Zend &lt;BR /&gt;/libZend.la sapi/apache/libsapi.la main/libmain.la regex/libregex.la ext/ftp/lib &lt;BR /&gt;ftp.la ext/ldap/libldap.la ext/mysql/libmysql.la ext/pcre/libpcre.la ext/posix/l &lt;BR /&gt;ibposix.la ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml. &lt;BR /&gt;la TSRM/libtsrm.la -lpam -ldl -lldap -llber -lcrypt -lresolv -lm -ldl -lnsl -lre &lt;BR /&gt;solv -lcrypt &lt;BR /&gt;/usr/bin/ld: cannot find -lpam &lt;BR /&gt;collect2: ld returned 1 exit status &lt;BR /&gt;gmake[1]: *** [libphp4.la] Error 1 &lt;BR /&gt;&lt;BR /&gt;To simplify the problem I wrote a baby C program that just prints out a line, and compiled it using the same PAM library.  The same error appears: &lt;BR /&gt;&lt;BR /&gt;$ gcc bar.c -o bar -lpam &lt;BR /&gt;/usr/bin/ld: cannot find -lpam &lt;BR /&gt;collect2: ld returned 1 exit status &lt;BR /&gt;&lt;BR /&gt;Surprisingly, the PAM libraries are fully in place: &lt;BR /&gt;&lt;BR /&gt;$ ls /lib/lib*pam* &lt;BR /&gt;/lib/libpamc.so.0@     /lib/libpam_misc.so.0@     /lib/libpam.so.0@ &lt;BR /&gt;/lib/libpamc.so.0.75*  /lib/libpam_misc.so.0.75*  /lib/libpam.so.0.75* &lt;BR /&gt;&lt;BR /&gt;And I did a "ldconfig -n /lib" as root to make sure the shared library cache was updated. &lt;BR /&gt;&lt;BR /&gt;Where could I have gone wrong?</description>
      <pubDate>Wed, 01 May 2002 16:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-library-issues/m-p/2715042#M1586</guid>
      <dc:creator>Brian Ham</dc:creator>
      <dc:date>2002-05-01T16:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: PAM library issues.....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-library-issues/m-p/2715043#M1587</link>
      <description>By copyiing the shared library and replacing these files, I was able to repair this issue.</description>
      <pubDate>Wed, 01 May 2002 16:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-library-issues/m-p/2715043#M1587</guid>
      <dc:creator>Brian Ham</dc:creator>
      <dc:date>2002-05-01T16:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: PAM library issues.....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-library-issues/m-p/2715044#M1588</link>
      <description>$ sudo ldconfig -vn /lib|grep pam&lt;BR /&gt;        libpam.so.0 -&amp;gt; libpam.so.0.81.5&lt;BR /&gt;        libpamc.so.0 -&amp;gt; libpamc.so.0.81.0&lt;BR /&gt;        libpam_misc.so.0 -&amp;gt; libpam_misc.so.0.81.2&lt;BR /&gt;&lt;BR /&gt;I had same problem and had to force a reinstall of pam and pam-devel on the &lt;A href="http://www.askapache.com/" target="_blank"&gt;http://www.askapache.com/&lt;/A&gt; server, now it works.</description>
      <pubDate>Thu, 11 Mar 2010 22:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-library-issues/m-p/2715044#M1588</guid>
      <dc:creator>AskApache</dc:creator>
      <dc:date>2010-03-11T22:42:01Z</dc:date>
    </item>
  </channel>
</rss>

