Look at phpinfo() and see if the configure flags listed at the top there contains --with-openssl
If it doesn't, then the problem is obvious. You didn't restart your server, or you restarted the wrong server. If it does list it, then something else must have failed. Look through your config.log file for any failures that seem related. -Rasmus On Wed, 13 Mar 2002, Ezra Freelove wrote: > Solaris 8 > Apache 1.3.23 > OpenSSL 0.9.6c > PHP 4.1.2 (and 4.1.1) > > In researching a problem with a script I discovered that I needed to > recompile PHP with OpenSSL support. So I successfully compiled PHP using > --with-openssl without errors. I did have an issue with libcrypto not > being found, but that was resolved by giving configure the location of > openssl by --with-openssl=/usr/local/ssl/. > > The phpinfo script does not report that OpenSSL was installed. The make > install screen output did have "Making install in openssl". The contents > of ext/openssl inside the source directory of php did have libraries > created. The script calling for openssl_get_publickey() still seems to > think that the function is undefined. > > Ezra S Freelove > Computer Supp Spec, Web Services > Information Technology > Valdosta State University > http://www.valdosta.edu/~esfreelo/ > [EMAIL PROTECTED] > > Ezra S Freelove > Computer Supp Spec, Web Services > Information Technology | 229-333-5974 > Valdosta State University | ICQ: 41079071 > http://www.valdosta.edu/~esfreelo/ | [EMAIL PROTECTED] > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php