I'm trying to compile PHP 4.0.4pl1, w/apache 1.3.17 as a DSO on a Solaris 8 sparc box I did this 100's of times and everything works good. For some reason the following configure fails: './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-pam_auth' '--enable-track-vars=yes' '--enable-trans-sid=yes' '--without-mysql' '--with-curl=/opt/TWWfsw/curl75/lib' It fails with the following error message (Something like this): ... checking for Ovrimos SQL Server support... no checking whether to include pam authentication support... yes checking for pam_start in -lpam... no configure: error: pam libraries not found --------------------- Now if I issue the same config without CURL everything works fine './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-pam_auth' '--enable-track-vars=yes' '--enable-trans-sid=yes' '--without-mysql' How can that be? Curl affects another module? I think i'm not considering something. Mike -- 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]