Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th January 2005, 08:36 PM
HadroLepton Offline
Registered User
 
Join Date: Mar 2004
Location: germany
Posts: 31
installing centericq failed dependencies

i'm trying to install centericq (http://konst.org.ua/en/centericq) on fedora 3

rpm -U centericq-4.13.0-1.i386.rpm

but then i get following error

error: Failed dependencies:
libcrypto.so.0.9.7 is needed by centericq-4.13.0-1.i386
libssl.so.0.9.7 is needed by centericq-4.13.0-1.i386

i searched around and found that both libcrypto and libssl are provided by the package openssl. which i have installed

# rpm -q openssl
openssl-0.9.7a-40

# rpm -q --provides openssl
config(openssl) = 0.9.7a-40
libcrypto.so.4
libssl.so.4
openssl = 0.9.7a-40

seem like that both packages are installed.
help?
Reply With Quote
  #2  
Old 6th January 2005, 08:50 PM
tomjmalone Offline
Registered User
 
Join Date: Jul 2004
Location: Reading / United Kingdom
Age: 30
Posts: 30
The problem lies in that your version of openssl proviedes the file libssl.so.4 and the rpm you are tying to install needs libssl.so.0.9.7, there is a strong possibility that they are the same file. You either need to find a copy of libssl that provides libssl.so.0.9.7, i wouldn't recomend it as some other packages need it and they will be broken, find a version of centericq that rquires libss.so.4, try compiling from source if possible the link provedid was broken so could not help.

$updatedb ( this updates your local database of files, it will take a while )
$locate libssl.so.4

this will bring up the location of the file, some thing like
/usr/share/lib/libss.so.4

assuming that it is in /usr/share/lib replace as required

try
$ cd /usr/share/lib
$ ln -s libssl.so.4 libssl.0.9.7 ( i can never remeber which way round the command goes you should end up with a link to libssl.so.4 if not but the file names the other way round)

Hope this helps, its probalbly the wrong way to do it but its what i'd do.

Tom
Reply With Quote
  #3  
Old 6th January 2005, 09:22 PM
HadroLepton Offline
Registered User
 
Join Date: Mar 2004
Location: germany
Posts: 31
thanks for the reply

i did updatedb then locate libssl and found, among others
/lib/libssl.so.0.9.7a
/lib/libssl.so.4
as it turns out the libssl.so.4 is a symlink to libssl.so.0.9.7a

(all actions same for libcrypto)

i made a symlink
libssl.so.0.9.7 -> libssl.so.0.9.7a
then i tried
libssl.0.9.7 -> libssl.so.0.9.7a
both to no avail
Reply With Quote
  #4  
Old 8th January 2005, 01:54 AM
HadroLepton Offline
Registered User
 
Join Date: Mar 2004
Location: germany
Posts: 31
as a workaround i tried to force the installation of centericq

rpm -U --nodeps centericq-4.13.0-1.i386.rpm
(--nodeps tells rpm to ignore dependencies)

and centericq works. seems like the missing dependencies are some quirk from rpm
Reply With Quote
Reply

Tags
centericq, dependencies, failed, installing

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
failed dependencies... minea_m17 Using Fedora 0 8th October 2008 03:05 PM
Failed dependencies in rpm r4nd0m Installation and Live Media 1 23rd December 2006 01:16 AM
Yum failed dependencies? jo3 Using Fedora 6 15th June 2006 10:42 AM
failed dependencies installing an RPM bane Using Fedora 2 7th March 2006 06:03 AM
Shown Failed Dependencies while installing Adobe Reader kalpana Using Fedora 4 5th October 2005 05:08 AM


Current GMT-time: 01:52 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat