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 [root craig]# locate liblber /usr/lib/evolution-openldap/lib/liblber.a /usr/lib/liblber.a /usr/lib/liblber-2.2.so.7.0.16 /usr/lib/liblber.so /usr/lib/liblber-2.2.so.7 [root craig]# locate libcrypto.so /usr/lib/libcrypto.so /lib/libcrypto.so.5 /lib/libcrypto.so.0.9.7f [root craig]# locate libldap /usr/lib/evolution-openldap/lib/libldap_r.a /usr/lib/evolution-openldap/lib/libldap.a /usr/lib/mozilla-1.7.12/libldap50.so /usr/lib/libldap_r.a /usr/lib/libldap_r-2.2.so.7 /usr/lib/libldap.a /usr/lib/libldap_r-2.2.so.7.0.16 /usr/lib/libldap.so /usr/lib/libldap-2.2.so.7.0.16 /usr/lib/libldap_r.so /usr/lib/libldap-2.2.so.7 [root craig]# locate libpcre /usr/lib/libpcreposix.a /usr/lib/libpcreposix.so.0.0.0 /usr/lib/libpcre.a /usr/lib/libpcreposix.so /usr/lib/libpcre.so /usr/lib/libpcreposix.so.0 /usr/lib/pkgconfig/libpcre.pc /lib/libpcre.so.0 /lib/libpcre.so.0.0.1 [root craig]# locate libssl /usr/lib/libssl3.so /usr/lib/firefox-1.0.7/libssl3.so /usr/lib/libssl.a /usr/lib/libssl.so /lib/libssl.so.5 /lib/libssl.so.0.9.7f
Craig Cook
Systems Monitoring Consulting and Support Services http://www.cookitservices.com
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
On Thu, Oct 20, 2005 at 07:30:44AM +0200, Henrik Stoerner wrote:
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...
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.
I've built a set of Fedora Core 4 RPM's - they're on Sourceforge now.
Regards, Henrik
Henrik Stoerner wrote:
On Thu, Oct 20, 2005 at 07:30:44AM +0200, Henrik Stoerner wrote:
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...
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.
I've built a set of Fedora Core 4 RPM's - they're on Sourceforge now.
Regards, Henrik
There are also yum repositories of RPMs built for various RedHat distributions at http://rpms.razorsedge.org/ .
-- -mike
participants (3)
-
craig@cookitservices.com
-
henrik@hswn.dk
-
hobbit@razorsedge.org