On Sun, 2002-08-11 at 07:11, Benjamin R. Mohilef wrote:
> I did a periodic 120 day vacuuming and cat hair removal PM and 
> found that my SSL server no longer starts apache with ssl (works 
> fine if I comment all the ssl lines out of the conf file). The error
> message is :
> 
> Cannot load /etc/httpd/modules/libphp4.so into server: 
> /usr/lib/libssl.so.1: undefined symbol: OpenSSLDie

Have you tried using up2date to update the system.  It should get all of
the latest packages, and all of the required dependencies.  I don't have
any 7.0 boxes left, so I can't comment regarding the problem.  However,
if it is still a problem after updating with up2date, post the output
of:

rpm -q glibc apache mod_ssl openssl openssl095a php

Should be something like:
glibc-2.2.4-18.7.0.6
apache-1.3.22-5.7.1
mod_ssl-2.8.5-5
openssl-0.9.6-13
openssl095a-0.9.5a-18
php-4.0.6-13

Since openssl-0.9.5 doesn't /provide/ libssl.so.1, it looks sorta like
you took a shortcut at some point, and symlinked libssl.so.1 to 0.9.5's
libssl.so.0.  That was bad.  The soname was changed because they weren't
binary compatible.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to