Jonathan Roberts wrote: > has anyone had any luck installing the PAM module in PHP > > ive spent the last 2 days fscking with the damn thing and to no > avail i get a whole host of different problems based on what > version of php versus what version of php_pam versus what > version of ... > > my most recent error looks like the following .. perhaps you can > help.. > > btw i am running rh6.2, libtool 1.4.2 autoconf 2.13, im installing > php 4.1.0 (had SERIOUS problems with 4.1.1 and pam) > > if i run aclocal;autoconf in the root of the php tree i get these > errors: > > [root@killswitch php-4.1.0]# aclocal;autoconf
Why do you run autoconf manually? Just use "buildconf" and it does more things. > --with-pam --enable-track-vars --enable-magic-quotes --enable- > trans-sid --with-imap=/usr/src/imap-2001a/ --with- > mysql=/usr/local/ --without-gd --with-apxs=/www/bin/apxs > > and this is followed by a successful make up til this error: > > Making all in pam > make[2]: Entering directory `/usr/src/php/php-4.1.0/ext/pam' > make[3]: Entering directory `/usr/src/php/php-4.1.0/ext/pam' > make[3]: *** No rule to make target `../../Zend/../php_config.h', > needed by `pam.lo'. Stop. > make[3]: Leaving directory `/usr/src/php/php-4.1.0/ext/pam' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/src/php/php-4.1.0/ext/pam' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/php/php-4.1.0/ext' > make: *** [all-recursive] Error 1 > > > anyone have these experiences? No, since I don't use PAM extension :) but, I guess you can build if you use buildconf script. -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]