[PHP-DEV] PHP 4.0 Bug #6649 Updated: pam_start symbol not found when loading libphp4.so From: Bug Database (php-dev <email protected>)
Date: 10/10/00

ID: 6649
Updated by: sniper
Reported By: wiz <email protected>
Status: Open
Bug Type: *Install and Config
Assigned To:
Comments:

User feedback:
-----------
[wiz <email protected> php-4.0.2]$ grep PAM php_config.h
/* #undef HAVE_LIBPAM */
[wiz <email protected> php-4.0.2]$ grep PAM ../php-4.0.1/php_config.h
#define HAVE_LIBPAM 1
-----------

Previous Comments:
---------------------------------------------------------------------------

[2000-10-07 07:40:19] sniper <email protected>
And after looking more for pam in PHP4 sources..
What does it say in php_config.h about HAVE_LIBPAM ??

--Jani

---------------------------------------------------------------------------

[2000-10-07 07:34:11] sniper <email protected>
User feedback:
-----------

on second thought, that shouldn't make a difference, should it? I mean,
pam_start() isn't defined in it, and also I can't seem to be able to
compile c-client with pam support (security/pam_appl.h is missing)

-----------

Reason I asked was that something is been compiled with pam support.
And somehow PHP4.0.2 isn't including -lpam as one of your libs uses
it. And if it worked with 4.0.1pl2 and only thing you have recompiled
since is PHP4 ..please check which one of those libs is compiled with pam support.

Oh, and to enable ftp support you should use --enable-ftp instead of --with..

--Jani

---------------------------------------------------------------------------

[2000-10-06 20:05:26] sniper <email protected>
Have you also recompiled/installed new version of c-client? (imap)

--Jani

---------------------------------------------------------------------------

[2000-09-10 11:00:30] wiz <email protected>
After compiling php 4.0.2 I couldn't start Apache anymore: it complains that libphp4.so uses a pam_start symbol which it can't find.

With 4.0.1p2 it works fine.

My configure line:

./configure --with-apxs --with-pgsql --with-ftp --with-gd --with-imap --enable-sockets --without-mysql

(same used for 4.0.1p2)

If you know how to make it to work, please write me a short
email, thanks.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6649

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>