On Tue, Mar 22, 2005 at 11:53:14AM -0600, Thiesfeld, Gordon wrote:
This includes pre-built Debian packages for Debian/Sarge (i386 and
SPARC platforms), as well as an RPM-package (built on Mandrake, but it
will probably work on most recent RPM-based systems).
I'm afraid I need some guidance from someone with more linux experience than
I have. When I try to install from RPM I get the error below. I've been
running hobbit since at least beta4, so I think I should have all the
required libraries installed. I'm running Fedora Core 3, and I've installed
all of the required packages w/ yum. When I build hobbit, it finds all of
the libraries fine.
# rpm -i hobbit-4.0RC6-4.i586.rpm
warning: hobbit-4.0RC6-4.i586.rpm: V3 DSA signature: NOKEY, key ID a8649321
error: Failed dependencies:
perl-base is needed by hobbit-4.0RC6-4.i586
libcrypto.so.0.9.7 is needed by hobbit-4.0RC6-4.i586
liblber.so.2 is needed by hobbit-4.0RC6-4.i586
libldap.so.2 is needed by hobbit-4.0RC6-4.i586
librrd.so.0 is needed by hobbit-4.0RC6-4.i586
libssl.so.0.9.7 is needed by hobbit-4.0RC6-4.i586
It seems my Mandrake names libraries slightly different that what your
Fedora does - I kind of expected this to happen. Could you try
fetching the source RPM package (the one with .src.rpm extension) and
rebuilding it into a binary package on your system ? It should be as
simple as running
rpmbuild --rebuild hobbit-4.0RC6-4.src.rpm
and after a while it should generate an installable hobbit*.i386.rpm
in /usr/src/redhat/RPMS/i386/
Regards,
Henrik