<quote who="[EMAIL PROTECTED]"> > On Mon, Apr 11, 2005 at 09:23:48PM +1000, Voytek wrote:
> I notice there's openssl095a-0.9.5a-11.i386.rpm in the package list, you might have to install this one to get the older versions of the libraries. If this works then that's probably the best answer. > Don't uninstall your current version, they should both be able to be installed at the same time. looking at http://download.fedoralegacy.org/redhat/7.3/updates/i386/, I found: openssl095a-0.9.5a-23.7.3.i386.rpm which i'm guessing is equivalent (is it ?) to what you suggest I;ve installed it, it has: libcrypto.so.0.9.5a and libssl.so.0.9.5a should I symlink 0.9.5a above as per below suggestion ? > > Sometimes with these library version problems, symlinks can work: > > ln -s /lib/libcrypto.so.0.9.6b /lib/libcrypto.so.1 > ln -s /lib/libssl.so.0.9.6b /lib/libssl.so.1 > > If that does seem to work then I would suggest you do a bit of > testing because there might be some trivial incompatibility that causes it to crash. Then again, you probably just want to do > regular ftp which is never going to use the details of the ssl > system anyhow. yes, all I need is basic authenticated ftp for web pages uploads -- Voytek -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
