LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 01-06-2014, 04:16 AM   #1
nimait70
LQ Newbie
 
Registered: Jan 2014
Posts: 1

Rep: Reputation: Disabled
utorrent server centos 6.5


Hello everyone
I was tried to install utorrent server on centos 6.5 with this guide :
Linux in My Box: Utorrent Server on Linux, Step by Step How To

but everytime when I was going to start utorrent server, I got these error messege :
/opt/utorrent/utserver: /usr/lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /opt/utorrent/utserver)
/opt/utorrent/utserver: /lib64/libc.so.6: version `GLIBC_2.16' not found (required by /opt/utorrent/utserver)
/opt/utorrent/utserver: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /opt/utorrent/utserver)
/opt/utorrent/utserver: /usr/lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /opt/utorrent/utserver)

I also tried to install openssl and openssl-devel and openssl098e.i686 but it didn't solve the problem...

can anyone helping me out?
thanks
 
Old 01-06-2014, 12:38 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
(Re-)run the steps in step 3 of the HOWTO and post diagnostics output?
 
Old 01-08-2014, 02:47 PM   #3
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Rep: Reputation: Disabled
centos 6.5 64 bit

I did a clean istall of centos 6.4 from dvd desktop install. ran yum -y update and now I have centos 6.5

I tried to install utorrent server on centos 6.5 with this guide :
Linux in My Box: Utorrent Server on Linux, Step by Step How To


I am having the same problem my error says openssl_0/9/8 not found
see attachments.

Please advise

Thanks
Attached Thumbnails
Click image for larger version

Name:	utserver.png
Views:	97
Size:	198.3 KB
ID:	14446   Click image for larger version

Name:	utsctl start_1.png
Views:	34
Size:	23.0 KB
ID:	14447  
 
Old 01-08-2014, 05:03 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
seeing as there is NO link to any "how to" that any of you are using
WHAT guide are you trying to use ?

this one ? form 2011
-- from a near first google hit ( from the utorrent site)
http://blog.kxr.me/2011/12/utorrent-...p-by-step.html
that is 6.2

or
this centos 5.5 guide
https://forum.utorrent.com/viewtopic.php?id=111096



Ktorrent and rtorrent are in the CentOS base repo along with the DEFAULT cent torrent client "transmission"


you could also rebuild the fedora "utorrent-3.0-8.1.src.rpm"
http://rpm.pbone.net/index.php3/stat....0-8.1.src.rpm
on centos 6.5
 
Old 01-08-2014, 05:03 PM   #5
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
Have you thought of checking if it exists in the path it claims? e.g.
Code:
ls -l /usr/lib/libssl.so.0.9.8
I assume utserver is a *32-bit* executable.

I can tell you it's probably not there because of the following (taken from RHEL 6.4 but you get the idea since CentOS is RHEL)....

Code:
$ rpm -q --filesbypkg openssl.x86_64 | grep libssl
openssl                   /usr/lib64/.libssl.so.1.0.0.hmac
openssl                   /usr/lib64/.libssl.so.10.hmac
openssl                   /usr/lib64/libssl.so.1.0.0
openssl                   /usr/lib64/libssl.so.10

$ rpm -q --filesbypkg openssl.i686 | grep libssl
openssl                   /usr/lib/.libssl.so.1.0.1e.hmac
openssl                   /usr/lib/.libssl.so.10.hmac
openssl                   /usr/lib/libssl.so.1.0.1e
openssl                   /usr/lib/libssl.so.10
You might be able to get away with it with LD_PRELOAD.

Code:
LD_PRELOAD="$LD_PRELOAD:/usr/lib/libssl.so.1.0.1e" /opt/utorrent/utserver
If that doesn't work you could always fall back to a poor man's dependency using symbolic linking.

Code:
cd /usr/lib/
ln -s libssl.so.1.0.1e libssl.so.0.9.8
NOTE: Since utserver is 32-bit you'll need the 32-bit openssl (i686 version) installed. If you're running from a 64-bit CentOS6 then you'll need to first update your openssl package and then install the i686 package (steps performed below). If you're using the 32-bit CentOS6 then simply ensure openssl package is installed.

Code:
yum update openssl
yum install openssl.i686

Last edited by sag47; 01-09-2014 at 08:25 AM.
 
Old 01-08-2014, 06:09 PM   #6
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Rep: Reputation: Disabled
Tanks for your help,sorry for not sending the link.

this one ? form 2011
-- from a near first google hit ( from the utorrent site)
http://blog.kxr.me/2011/12/utorrent-...p-by-step.html
that is 6.2

I tried all you suggestions and attaching pic nothing worked.

I am new to linux, and I do like centos.I can do a clean install and load my video driver and get all my audio working for mp3 and mp4 videos, I can run spotify
with no issues. My headache is utorrent. I did get it working one time but I don't know or remember what I did

I can't beleive this is so difficult.It is not easy finding a working tutorial on how to fix this issue with OPENSLL

please advise I am not going to gve up. My next hurdle will be google earth and samba4 ad dc

Thanks
Attached Thumbnails
Click image for larger version

Name:	utorrent_1.png
Views:	37
Size:	195.2 KB
ID:	14451   Click image for larger version

Name:	utorrent_2.png
Views:	39
Size:	224.0 KB
ID:	14452  

Last edited by stspringer; 01-08-2014 at 06:21 PM.
 
Old 01-08-2014, 06:23 PM   #7
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Rep: Reputation: Disabled
this is the link sorry I didnt supply it.
http://blog.kxr.me/2011/12/utorrent-...p-by-step.html


Ktorrent and rtorrent are in the CentOS base repo along with the DEFAULT cent torrent client "transmission"


you could also rebuild the fedora "utorrent-3.0-8.1.src.rpm"
http://rpm.pbone.net/index.php3/stat....0-8.1.src.rpm
on centos 6.5[/QUOTE]

This didn't work

Thanks
Attached Thumbnails
Click image for larger version

Name:	utorrent_2.png
Views:	76
Size:	224.0 KB
ID:	14453  

Last edited by stspringer; 01-08-2014 at 06:24 PM.
 
  


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
[SOLVED] Tarball and Utorrent Nyght Linux - Newbie 5 02-14-2012 02:04 AM
LXer: First Alpha of uTorrent Server for Linux Released LXer Syndicated Linux News 0 09-03-2010 05:00 PM
[SOLVED] uTorrent GingerSnap Linux - Newbie 6 07-30-2010 06:48 AM
How do I install uTorrent? mattjblythe Linux - Newbie 6 07-15-2010 10:27 AM
Need help with utorrent on linux server MannyBoy Linux - Newbie 2 10-05-2008 03:48 PM

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

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