On Thu, Mar 09, 2006 at 10:40:30AM -0500, Tim Porritt wrote: > Ok I am trying to install neon to get my linux webdav client support > working. I have openssl 0.9.7f installed (base and devel packages) with > libssl.so.0.9.7f and libcrytpo.so.0.9.7f installed in /lib > I have symlinked these libraries as libssl.so.2 and libcrytpo.so.2 in the > same directory and also as those same filenames under /usr/lib > > When attempting to install neon-0.23.5-1.i386.rpm i get: > error: Failed dependencies: > libcrypto.so.2 is needed by neon-0.23.5-1.i386 > libssl.so.2 is needed by neon-0.23.5-1.i386
You should not be symlinking anything manually, that's likely to break stuff and should never be necessary if you're using RPMs. It sounds like you're got the wrong version of OpenSSL installed for the binary package you're trying to install. Try rebuilding the neon source RPM on the system. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
