Gordon Messmer wrote:
> 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

It is. Prior to posting I did an rpm -v on a set of rpm's constitutng 
the entire RH 7.0 i386/686 upgrade directories. Of particular 
interest was the kernel, but it verified OK. No missing files 
anywhere, except the /var/cache/ssl_gcache_data.*  files from 
mod_ssl. They are also missing when using openssl-0.9.6-9.  The 
first module to fail is mod_php4, which requires libssl.so.1. If it is 
commented out, then the mod_ssl line fails with the same issue. 
Both fail with the OpenSSLDie error. Both work with the rpm 
revision 0.9.6-9 of OpenSSL.

> 
> 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.

Symlinks are created by a script in the rpm,  not by the root user. 
They are correct (so.1 points to so.9.6, so.0 points to  09.5a). I  
verified that prior to the first posting. I even manually wiped out all 
references to libssl.so.xxx  before installing the upgraded version. 
No joy. No "extra" libssl's  are hanging around in /usr/lib or 
/usr/local/lib either.

A quick look at the source code implies that the function indeed 
exists. I haven't yet looked to see if it is exported correctly, and if 
so, why this particular box can't find it. Although the OpenSSLDie 
issue has been a compilation show stopper on Win32 (Microsoft) 
OpenSSL  there are no similar postings on google regarding RH 
6.0-7.3 Linux. 

Since no one else appears to have this problem,  I suspect that it is 
something particular to that box. ( Unfortunately, I don't have 
another 7.0 box to compare it to. )  I asume that everyone has 
reloaded their Apache's  and sendmail's after upgrading the 
OpenSSL rpm.

Anyone have any suggestions as to what else could be the 
problem?  Thanks in advance for any help you can offer.
 



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

Reply via email to