* Raditha Dissanayake <[EMAIL PROTECTED]>: > Luis Lebron wrote: > >I have a server running RH 8, Apache 1.3.27, PHP 4.3.9. I tried to > >recompile PHP with Curl support. > > that's a very old version of red hat that is no longer supported you > might want to upgrade at least to RH 9 if not to fedora
That's a naive answer if I've ever heard one. In production environments, you often don't have the luxury of upgrading the OS. Additionally, you *can* still find updates to RH8 via yum, and I believe progeny has continued support for RH8 as well (past Red Hat's end of life dates). > > Everything seemed to compile correctly. However, when I restarted apache > > I got the following error: > > > > "Cannot load /etc/httpd/modules/libssl.so into server: > > /etc/httpd/modules/libssl.so: undefined symbol: dbm_firstkey" > > could be a problem with your openssl installation. I concur. Additionally, this is an issue with your *Apache* installation, not with PHP itself; you may have forgotten to pass the --with-ssl switch to the apache configure script, or passed it to the wrong path. If you don't need SSL support, you should be able to turn it off in your httpd.conf. -- Matthew Weier O'Phinney | mailto:[EMAIL PROTECTED] Webmaster and IT Specialist | http://www.garden.org National Gardening Association | http://www.kidsgardening.com 802-863-5251 x156 | http://nationalgardenmonth.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php