> From: Robert Fitzpatrick [mailto:[EMAIL PROTECTED]]
>> I installed openssl-0.9.6g on my RedHat box, with the engine. 
>> Now, when I try to install openssh-3.5p1, it errors on the 
>> configure build telling me that the openssl headers do not 
>> match and shows the OpenSSL 0.9.6g as the header version and 
>> OpenSSL 0.9.6b as the library version.
>
> From: Keitz, Frank E [mailto:[EMAIL PROTECTED]] 
...By manually creating the 
> symbolic links for libcrypto.so.1, libcrypto.so.2, etc. - I 
> was able to get everything (that I noticed) working with the 
> new libraries.  I did it this way because I wanted to be sure 
> what version of OpenSSL my applications were trying to use - 
> also because I am willing to manually re-build any additional 
> applications (sendmail, ssh, etc.) that might require it....     
>   

Thanks for the response. I don't care what I have to do, it is a
development box, I can always rebuild if I royally screw things up. What
I show in the /usr/lib is a symlink for libcrypto.so pointing to
../../lib/libcrypto.so.0.9.6b and in /lib I show libcrypto.so.2 pointing
to the same file, /lib/libcrypto.so.0.9.6b. Can I manually recreate the
symlinks to point to the right library like you mentioned? If so, where
should I point which file. I don't show a libcrypto.so.1.

Again, I don't care about breaking things, I can try to fix them or just
re-build, which I hope to avoid :(

--
Robert

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to