LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-05-2012, 05:17 PM   #1
NiTrOcx
LQ Newbie
 
Registered: Nov 2012
Distribution: Arch Linux
Posts: 13

Rep: Reputation: 3
Post utserver missing libs (libssl.so.0.9.8 etc)


I joined LQ today.

I have a question i want to install utserver on my vps (Centos 5 32bit, fully updated)
And i get those missing libs. I tried to soft like them and it didn't worked.

I have googled around and found MANY users who had the same issue. And they all can't get it fixed.
So this is me asking you guys to try it oen more time. Maybe we get it to work.

If i am lucky.

And sorry for this noob question. But i am kind of new to linux so..


SSH root
Code:
[root@myname Torrent]# ./utserver
./utserver: /lib/libcrypto.so.0.9.8: no version information available (required by ./utserver)
./utserver: /lib/libssl.so.0.9.8: no version information available (required by ./utserver)
./utserver: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./utserver)
Let me know if you need anything else.

I have the same problem as this guy: http://www.centos.org/modules/newbb/...orumpost128071
But i can't get it solved. When i put the command in ssh it says:

Code:
[root@myname ~]# sudo yum --disablerepo \* --enablerepo rpmforge list \*torrent\*
Loaded plugins: fastestmirror


Error getting repository data for rpmforge, repository not found
Then i tried;
Code:
[root@myname ~]# yum install rpmforge
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.transip.nl
 * extras: mirror.ellogroup.com
 * updates: mirror.ellogroup.com
base                                                     | 1.1 kB     00:00
extras                                                   | 1.9 kB     00:00
updates                                                  | 1.9 kB     00:00
vz-base                                                  |  951 B     00:00
vz-updates                                               |  951 B     00:00
Setting up Install Process
No package rpmforge available.
Nothing to do
Thanks a million!

Last edited by NiTrOcx; 11-05-2012 at 05:24 PM.
 
Old 11-07-2012, 12:36 AM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi:

I'm not the expert here with the packages listed in your SSH root out put but I noticed that your terminal also provided this message:
Code:
Error getting repository data for rpmforge, repository not found
Which led me to thinking that the packages you need are not being found because they might be elsewhere.
Here is a portion of the article to support that. I only copied some of it but I provided the link so you can read the rest of the instructions. Hope that helps.


The default RPMforge repository does not replace any CentOS base packages. In the past it used to, but those packages are now in a separate repository (rpmforge-extras) which is disabled by default.
You can find a complete listing of the RPMforge package packages at http://packages.sw.be/

Download the rpmforge-release package. Choose one of the two links below, selecting to match your host's architecture. If you are unsure of which one to use you can check your architecture with the command uname -i
http://wiki.centos.org/AdditionalRes...ories/RPMForge
 
Old 11-07-2012, 12:47 PM   #3
NiTrOcx
LQ Newbie
 
Registered: Nov 2012
Distribution: Arch Linux
Posts: 13

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by Ztcoracat View Post
Hi:

I'm not the expert here with the packages listed in your SSH root out put but I noticed that your terminal also provided this message:
Code:
Error getting repository data for rpmforge, repository not found
Which led me to thinking that the packages you need are not being found because they might be elsewhere.
Here is a portion of the article to support that. I only copied some of it but I provided the link so you can read the rest of the instructions. Hope that helps.


The default RPMforge repository does not replace any CentOS base packages. In the past it used to, but those packages are now in a separate repository (rpmforge-extras) which is disabled by default.
You can find a complete listing of the RPMforge package packages at http://packages.sw.be/

Download the rpmforge-release package. Choose one of the two links below, selecting to match your host's architecture. If you are unsure of which one to use you can check your architecture with the command uname -i
http://wiki.centos.org/AdditionalRes...ories/RPMForge
Nvm i have it solved. I have installed Centos 6.
The problem was utorrent newest version is not made for Centos 5. It is missing all sort of libs.
Centos 6 only missed one lib i installed that, soft linked the lib and it worked.

Last edited by NiTrOcx; 11-07-2012 at 12:48 PM.
 
Old 11-07-2012, 02:38 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Glad your issue is Solved and you have Centos 6!

Don't forget to mark your thread 'Solved'-
 
Old 11-07-2012, 02:42 PM   #5
NiTrOcx
LQ Newbie
 
Registered: Nov 2012
Distribution: Arch Linux
Posts: 13

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by Ztcoracat View Post
Glad your issue is Solved and you have Centos 6!

Don't forget to mark your thread 'Solved'-
Yeah, it was not going to work out on Centos 5. The OS was too old. What i was doing was the same for example as placing 9 out of the 10 libs from windows 7 in windows 8 (What of course never will work after all) but then not in windows but Centos. I was placing all those Centos 6.2 libs in Centos 5.0.
 
Old 11-07-2012, 02:54 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
" I was placing all those Centos 6.2 libs in Centos 5.0."

Thank goodness; NiTrOcx that you realized it-
Some folks may have overlooked that and wondered why the OS wasn't responding....

Have a great day!
 
Old 11-07-2012, 03:28 PM   #7
NiTrOcx
LQ Newbie
 
Registered: Nov 2012
Distribution: Arch Linux
Posts: 13

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by Ztcoracat View Post
" I was placing all those Centos 6.2 libs in Centos 5.0."

Thank goodness; NiTrOcx that you realized it-
Some folks may have overlooked that and wondered why the OS wasn't responding....

Have a great day!
Not really all. But i think about 8 libs. But you know what i mean.
And thanks haha.
 
Old 11-07-2012, 04:02 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You are Welcome!
 
1 members found this post helpful.
  


Reply



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
Broken update - yum missing libssl.so on Fedora 12 phluks Fedora 3 04-02-2010 09:33 AM
mjpegtools build error, missing libs which aren't missing vdemuth Slackware 6 03-16-2010 12:57 PM
missing libssl.so.6 in fedora9 swift2008 Linux - Newbie 1 07-22-2008 01:18 AM
slocate problem: missing libssl.so ??? perry Linux - Software 6 06-09-2007 11:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:41 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