LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-14-2009, 02:30 PM   #1
LiNuXMaN31509
LQ Newbie
 
Registered: Jun 2009
Location: Houston Texas (Born in Brooklyn NY)
Distribution: CentOS
Posts: 25

Rep: Reputation: 0
Installation Error


Hello Everyone:

I am trying to install a bit torrent program for CentOS 5.3 and I got the following error:

Missing Dependency: libssl.so.7 is needed by package aria2-1.0.1-1.fc9.rf.i386 (dag)
Missing Dependency: libcrypto.so.7 is needed by package aria2-1.0.1-1.fc9.rf.i386 (dag)
Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.9) is needed by package aria2-1.0.1-1.fc9.rf.i386 (dag)

I tried looking for it with Yum but it didn't find anything. Is there any other place where I can find these files at?

Thanks in advance!

-LiNuxMaN31509
 
Old 06-14-2009, 05:06 PM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
aria2-1.3.1-1.el5.rf.i386.rpm :
http://rpm.pbone.net/index.php3?stat...l5.rf.i386.rpm
> > ftp://ftp.univie.ac.at/systems/linux...l5.rf.i386.rpm
( rpm.pbone... search http://rpm.pbone.net/index.php3 )
> > "Search" > 'Advanced Search'

It's in fact a 'dries' package, but the rpmfusion repo
has it too :
http://rpmfusion.org/Configuration > > EL 5, CentOS 5.x
.....

Last edited by knudfl; 06-14-2009 at 05:17 PM.
 
Old 06-15-2009, 12:17 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,636

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
it looks like you might have incompatible repos installed .
Can you post the output of
Code:
yum repolist
 
Old 06-15-2009, 01:35 PM   #4
LiNuXMaN31509
LQ Newbie
 
Registered: Jun 2009
Location: Houston Texas (Born in Brooklyn NY)
Distribution: CentOS
Posts: 25

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
it looks like you might have incompatible repos installed .
Can you post the output of
Code:
yum repolist


Loaded plugins: fastestmirror, priorities
repo id repo name status
addons CentOS-5 - Addons enabled : 0
base CentOS-5 - Base enabled : 2,508
centosplus CentOS-5 - Plus enabled : 95
contrib CentOS-5 - Contrib enabled : 0
dag Dag RPM Repository for Fedora Core enabled : 353
epel Epel from fedora enabled : 4,955
extras CentOS-5 - Extras enabled : 309
rpmforge Red Hat Enterprise 5 - RPMforge.net - da enabled : 8,681
updates CentOS-5 - Updates enabled : 250
repolist: 17,151
 
Old 06-15-2009, 03:52 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,636

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
did you READ the warnings ?
http://wiki.centos.org/AdditionalResources/Repositories

-------------------

WARNING: These repositories are not provided nor supported by CentOS. The CentOS project exercises no editorial control over the assertions of computability made by these sites. If something from them breaks, you get to keep the pieces. Some of the repos, such as RPMforge, ATrpms, EPEL, and RPMfusion have their own mailing lists for support issues with their packages.

NOTE: You should seriously consider using the Priorities (or ProtectBase) yum plugin if you are going to use a 3rd Party Repository. (The Priorities and ProtectBase plugins both prevent 3rd party repos replacing base packages, but Priorities is much more flexible and therefore the recommended plugin.)
 
Old 06-16-2009, 03:42 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
*
Repo to be deleted :
".. Dag RPM Repository for Fedora Core enabled .."
! ! !
It's for Fedora 9, and won't provide anything but trouble.

Rpmforge may be usable, but temporary : uncomment it.

Rpmfusion, is the most reliable.
http://rpmfusion.org/Configuration > > EL 5, CentOS 5.x
.....
 
Old 06-16-2009, 08:12 AM   #7
LiNuXMaN31509
LQ Newbie
 
Registered: Jun 2009
Location: Houston Texas (Born in Brooklyn NY)
Distribution: CentOS
Posts: 25

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
did you READ the warnings ?
http://wiki.centos.org/AdditionalResources/Repositories

-------------------

WARNING: These repositories are not provided nor supported by CentOS. The CentOS project exercises no editorial control over the assertions of computability made by these sites. If something from them breaks, you get to keep the pieces. Some of the repos, such as RPMforge, ATrpms, EPEL, and RPMfusion have their own mailing lists for support issues with their packages.

NOTE: You should seriously consider using the Priorities (or ProtectBase) yum plugin if you are going to use a 3rd Party Repository. (The Priorities and ProtectBase plugins both prevent 3rd party repos replacing base packages, but Priorities is much more flexible and therefore the recommended plugin.)



Thank you for the heads up!
 
Old 06-16-2009, 08:13 AM   #8
LiNuXMaN31509
LQ Newbie
 
Registered: Jun 2009
Location: Houston Texas (Born in Brooklyn NY)
Distribution: CentOS
Posts: 25

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
did you READ the warnings ?
http://wiki.centos.org/AdditionalResources/Repositories

-------------------

WARNING: These repositories are not provided nor supported by CentOS. The CentOS project exercises no editorial control over the assertions of computability made by these sites. If something from them breaks, you get to keep the pieces. Some of the repos, such as RPMforge, ATrpms, EPEL, and RPMfusion have their own mailing lists for support issues with their packages.

NOTE: You should seriously consider using the Priorities (or ProtectBase) yum plugin if you are going to use a 3rd Party Repository. (The Priorities and ProtectBase plugins both prevent 3rd party repos replacing base packages, but Priorities is much more flexible and therefore the recommended plugin.)


Thanks for the warning.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of Binutils(configure:error:installation or configuration problem:C ...) h_r0019 Linux From Scratch 1 05-05-2007 07:40 AM
xen installation error: error 13: invalid or unsupported executable format Niceman2005 Linux - Software 0 01-05-2007 01:51 AM
Error on Fedora core 4 installation - Error informing the kernal about modifications monolegis Fedora 2 02-15-2006 06:11 PM
Error 219. Error running jifyboot during installation jfi Linspire/Freespire 10 12-14-2004 09:49 AM
installation error: Error mounting sda1: Invalid Argument sadirmata Linux - Newbie 1 01-29-2002 02:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration