On Wed, Oct 19, 2005 at 11:08:45PM -0500, Craig Cook wrote:
Are these missing dependencies an issue? I think last time (4.1.1) I added the --nodeps and forced the install and everything worked...
[root craig]# rpm -U hobbit-4.1.2-1.i386.rpm error: Failed dependencies: libcrypto.so.0.9.7 is needed by hobbit-4.1.2-1.i386 liblber.so.2 is needed by hobbit-4.1.2-1.i386 libldap.so.2 is needed by hobbit-4.1.2-1.i386 libpcre.so.3 is needed by hobbit-4.1.2-1.i386 libssl.so.0.9.7 is needed by hobbit-4.1.2-1.i386 libtasn1.so.2 is needed by hobbit-4.1.2-1.i386
It might work ... most of these are used by the network tester, so if they work, then using --nodeps is OK.
However, personally I would fetch the source RPM in rebuild it locally to make sure it references the right versions of the libraries. Just grab the hobbit*src.rpm file from SourceForge, then run "rpmbuild --rebuild hobbit*src.rpm", and in a few minutes you'll have a ready-to-install RPM for your system.
(It does require that you have the "*-devel" packages installed, e.g. pcre-devel, openssl-devel, openldap-devel).
Regards, Henrik