LinuxQuestions.org
Help answer threads with 0 replies.
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-11-2014, 08:19 PM   #1
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Rep: Reputation: Disabled
utorrent in centos 6.5 64 bit


Hello all,

I am relativly new to linux and to linux centos 6.5 64 bit
I posted a couple of days ago asking for help installing utorrent on centos without wine and no one seems to know the correct method to do an install. Is this common not finding an answer to a question? Is this too difficult to solve with Centos 6.5 I'm just curious as to why a answer is not out there.

Please advise

Thanks
 
Old 01-11-2014, 09:31 PM   #2
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,030
Blog Entries: 27

Rep: Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524Reputation: 1524
utorrent cannot be installed on linux without Wine, they ONLY make a Windows client. You'll need to install a torrent client that's available. Best way is to use Yum to search the repositories for one. I don't use CentOS/RHEL so not sure what's available.
 
Old 01-12-2014, 12:53 AM   #3
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Nope, there are versions of utorrent for linux-

http://www.utorrent.com/downloads/linux

But no centOS version.

There was (any may still be) issues on 64bit...and its a closed source, ad supported, privately owned bit of software. Why bother with it when there are plently of free, open source, linux supported bit torrent clients?
 
Old 01-12-2014, 05:35 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I don't know why you would want to install utorrent on a linux box. There are loads of torrent clients available for linux that are as good or better. Try one out and you can verify this for yourself. I happen to use ktorrent but there are plenty of others.

jdk
 
Old 01-12-2014, 08:15 AM   #5
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Original Poster
Rep: Reputation: Disabled
Yes U can install utorrent on centos 6.5

I did install utorrent many times on centos 6.4 without wine follwing this link http://blog.kxr.me/2011/12/utorrent-...p-by-step.html. But now with linux 6.5 this link tutorial will not work.I am missing a library "if that's what it's called" openssl and I cant figure out how to install what I am missing. Maybe my question should be how to install openssl. I actually did it once on centos 6.5 but I don't remember the steps I took. So I know it works on centos 6.5.

If I figure it out I will post to the world. I can't believe no one else has doen this with centos 6.5

Peace is in the mind, not the situation, unless you're in a fire fight.
Attached Thumbnails
Click image for larger version

Name:	utsctl start_1.png
Views:	97
Size:	23.0 KB
ID:	14473   Click image for larger version

Name:	utserver.png
Views:	85
Size:	198.3 KB
ID:	14474  
 
Old 01-12-2014, 05:09 PM   #6
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Original Poster
Rep: Reputation: Disabled
Talking Solved utorrent on centos 6.4 6.5 without wine

Hello all,

I have been lookin for this answer on the forum with no luck, and I finally figured out what I had to do.
I am new to linux and centos 6.4 and 6.5 so I feel lucky that I finally got it and I hope this will help the rest of you too.
===================================================================================

Ok after many clean installs of centos 6.4 64 bit with basic video card driver, using desktop install option here are the steps I took.

Installed my video driver
Installed audio and multi media options
===================================================================================
NOTE:
I did NOT do a yum -y update yet so I am still at centos 6.4, don't know if it matters or not, but if I do a yum update I will be running centos 6.5
===================================================================================
went to this link: http://blog.kxr.me/2011/12/utorrent-...p-by-step.html and followed tutorial

ran this command ldd -r /opt/utorrent/utserver and got error

NOTE: libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found


[root@Johnpdc John]# ldd -r /opt/utorrent/utserver
linux-gate.so.1 => (0x0086a000)
libssl.so.0.9.8 => not found
libcrypto.so.0.9.8 => not found

libpthread.so.0 => /lib/libpthread.so.0 (0x002eb000)
libm.so.6 => /lib/libm.so.6 (0x001f3000)
librt.so.1 => /lib/librt.so.1 (0x00cf0000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0090b000)
libc.so.6 => /lib/libc.so.6 (0x00523000)
/lib/ld-linux.so.2 (0x00c15000)
undefined symbol: SSL_CTX_free, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_library_init, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_read, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_CTX_new, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_load_error_strings, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_free, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_new, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_connect, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_s_mem, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_test_flags, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: OPENSSL_add_all_algorithms_noconf, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_write, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_read, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_new, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_write, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: BIO_ctrl_pending, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSLv23_client_method, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_set_bio, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: SSL_state, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: ERR_get_error, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: ERR_load_BIO_strings, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
undefined symbol: ERR_reason_error_string, version OPENSSL_0.9.8 (/opt/utorrent/utserver)
===================================================================================
NEXT:


went to this link: http://rpmfind.net/linux/rpm2html/se...ibssl.so.0.9.8 and downloaded
libopenssl0_9_8-32bit-0.9.8x-7.1.x86_64.rpm

Installed libopenssl0_9_8-32bit-0.9.8x-7.1.x86_64.rpm

ran this command ldd -r /opt/utorrent/utserver again THIS TIME NO ERROR

[root@Johnpdc John]# ldd -r /opt/utorrent/utserver
linux-gate.so.1 => (0x00e64000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00209000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00258000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00560000)
libm.so.6 => /lib/libm.so.6 (0x00e21000)
librt.so.1 => /lib/librt.so.1 (0x00c4b000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00688000)
libc.so.6 => /lib/libc.so.6 (0x008d5000)
/lib/ld-linux.so.2 (0x006df000)
libdl.so.2 => /lib/libdl.so.2 (0x00f9a000)
libz.so.1 => /lib/libz.so.1 (0x001cd000)
===================================================================================


First find out what version you have:

find /*/lib /*lib -type f -name "libcrypto.so.*"
/usr/lib/libcrypto.so.1.0.1e
/usr/lib/libcrypto.so.0.9.8


[root@Johnpdc John]# find /*/lib /*lib -type f -name "libcrypto.so.*"
/usr/lib/libcrypto.so.1.0.1e
/usr/lib/libcrypto.so.0.9.8

Then I ran this command and it worked

ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.0.9.8
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.8
===============================================================================================

utsctl start

You should now be able to access the utorrent server gui on localhost:


it worked yeah!!!!!
http://localhost:8080/gui
 
Old 01-12-2014, 06:24 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,691

Rep: Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658
centos already has
ktorrent
libtorrent
rtorrent
and
transmission
in the repos

with "transmission" already installed by default on gnome and ktorrent if kde is used

but if you really want to use a buggy port of a MS windows program

manually install it


I just reread your post above mine
you just installed NON centos6 rpms

and you JUST created a "Frankensteined " install

you REPLACED the cent versions of
libssl ,libcrypto
from NON cent os repos

what did you do install the OpenSUSE FACTORY rpm ON CentOS 6.4 ?



yum is going to have fun

as in you just broke it
have fun updating centos .....

DO NOT !!! use rpm's for other systems
lib ssl and crypto ARE SYSTEM FILES !!!!
most of the operating system NEEDS the CentOS versions installed
and yum will need libssl to be the version in the centos Update repo

Last edited by John VV; 01-12-2014 at 06:33 PM.
 
Old 01-12-2014, 06:37 PM   #8
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Original Poster
Rep: Reputation: Disabled
No help

Quote:
Originally Posted by John VV View Post
centos already has
ktorrent
libtorrent
rtorrent
and
transmission
in the repos

with "transmission" already installed by default on gnome and ktorrent if kde is used

but if you really want to use a buggy port of a MS windows program

manually install it
Like I said I am new to linux so what you just wrote is not at all helpful at all in my opinion. My post gave information not vague info that you supplied.
transmission
in the repos if kde is used

wtf

why not explain in detail like I took the time to do.
 
Old 01-12-2014, 06:57 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,691

Rep: Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658Reputation: 2658
baby steps then

Centos is a clone of RedHat Enterprise Linux
as such it is meant mainly to be ran on a server ( and NO gui -Graphical user interface)
RHEL 6.5 is VERY VERY VERY conservative !!! and that is putting it mildly

the versions of software used IS OLD ,VERY OLD
old but with the CURRENT security and bug fixes included

so the version of software used are OLD and WELL tested

this makes rhel a VERY VERY bad choice for a "new to linux user"
it is rather difficult to use as your HOME general purpose computer
and the redhat documentation ( used BY centOS ) is targeted at the experienced system administrator
https://access.redhat.com/site/docum...erprise_Linux/

-- and the Centos wiki( a lot points the the redhat docs) and is mainly centos5 and some 6
http://wiki.centos.org/


and NEW software might NEVER be able to be installed


prime example
the photo software "The Gimp "

the current is gimp 2.8.6
it uses gtk3 and a new version of glib
needs even a newer version of the gcc compiler and tools

CentOS 6 has the no longer supported version Gimp 2.4
2.6 and 2.8 will NOT install on Gnome2 that cent uses
-- the software is TOO OLD


now for running a headless server ( no GUI) or for use in the Office or in the Laboratory RHEL/CentOS/SL is a good choice

it will almost NEVER EVER CRASH !!!!
but
this makes it a VERY bad choice for home use



now i run ScientificLinux 6.4
but NOT !!! as my everyday desktop install
i use it for the scientific and University software i use

for everyday use
i use OpenSUSE


Quote:
transmission
in the repos if kde is used

wtf
well i am betting yum might not work any longer since you replaced centos system files with NON centos system files


but you can try

Code:
su -
yum search torrent
that will output a list of torrent software that is in the base centos repos

also SEE the wiki
http://wiki.centos.org/AdditionalResources/Repositories
for installing third party repos

but most of the guides DO expect that the user is VERY experienced with redhat
 
Old 01-13-2014, 09:59 AM   #10
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by stspringer View Post
Like I said I am new to linux so what you just wrote is not at all helpful at all in my opinion. My post gave information not vague info that you supplied.
transmission
in the repos if kde is used

wtf

why not explain in detail like I took the time to do.
John VV knows what he is talking about, but I sometimes find his posting style a little hard to grasp, so I'll put it another way.

Quote:
Originally Posted by John VV View Post
centos already has
ktorrent
libtorrent
rtorrent
and
transmission
in the repos

with "transmission" already installed by default on gnome and ktorrent if kde is used
Do you understand the what is meant by 'the repos'? Most linux distributions ('distros') have what is called 'repositories', most often shortened to 'repos'.

The software in the repos is open source with most distros, and is tested to work with that distro. Its easier to use a open source torent client from the dsitros repos than it is to manually install some 3rd party closed source software.

Its not just due to the installation, if you use 3rd party/different distro commands and/or software you can break your system.

BTW, its a _bad_idea_ to use random directions from the internet. The link you followed is 2+ years old, and IMO its pretty bad.

I dont see why you'd bother with all that screwing around, and possible breakage, to install a torrent cleint that is IMO no better than the linux native open source torrent clients in the CentOS repos.
 
Old 01-13-2014, 03:33 PM   #11
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
baby steps then

Centos is a clone of RedHat Enterprise Linux
as such it is meant mainly to be ran on a server ( and NO gui -Graphical user interface)
RHEL 6.5 is VERY VERY VERY conservative !!! and that is putting it mildly

the versions of software used IS OLD ,VERY OLD
old but with the CURRENT security and bug fixes included

so the version of software used are OLD and WELL tested

this makes rhel a VERY VERY bad choice for a "new to linux user"
it is rather difficult to use as your HOME general purpose computer
and the redhat documentation ( used BY centOS ) is targeted at the experienced system administrator
https://access.redhat.com/site/docum...erprise_Linux/

-- and the Centos wiki( a lot points the the redhat docs) and is mainly centos5 and some 6
http://wiki.centos.org/


and NEW software might NEVER be able to be installed


prime example
the photo software "The Gimp "

the current is gimp 2.8.6
it uses gtk3 and a new version of glib
needs even a newer version of the gcc compiler and tools

CentOS 6 has the no longer supported version Gimp 2.4
2.6 and 2.8 will NOT install on Gnome2 that cent uses
-- the software is TOO OLD


now for running a headless server ( no GUI) or for use in the Office or in the Laboratory RHEL/CentOS/SL is a good choice

it will almost NEVER EVER CRASH !!!!
but
this makes it a VERY bad choice for home use



now i run ScientificLinux 6.4
but NOT !!! as my everyday desktop install
i use it for the scientific and University software i use

for everyday use
i use OpenSUSE




well i am betting yum might not work any longer since you replaced centos system files with NON centos system files


but you can try

Code:
su -
yum search torrent
that will output a list of torrent software that is in the base centos repos

also SEE the wiki
http://wiki.centos.org/AdditionalResources/Repositories
for installing third party repos

but most of the guides DO expect that the user is VERY experienced with redhat
==================================================================================================== ==========================================

I installed centos because I want to set up an ad dc active directory domaine controller with samba 4 and have my windows 7 box talk to it with mmc.

I know I have a long haul ahead of me but thats my goal. I actually had it workin at one time then my motherboard died on the linux server and I put in as asus MB with eufi bios and centos hung on boot, no messages. I guess it didn't like somethin on the new mb. Anyway I have to relearn what I did and I am taking baby steps over here.

So John I ran yum search torrent and here is a pic of the output.

Can someone tell me what I need to do to get the correct OPENSSL_0.9.8 for my broken system?

The output in the pic means nothing to me.

Thanks
Attached Thumbnails
Click image for larger version

Name:	Yum Search Torrent_1.png
Views:	79
Size:	171.6 KB
ID:	14489  

Last edited by stspringer; 01-13-2014 at 03:34 PM.
 
Old 01-13-2014, 03:56 PM   #12
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Debian/Ubuntu,CentOS
Posts: 848

Rep: Reputation: 231Reputation: 231Reputation: 231
Dude... no...
 
Old 01-13-2014, 07:06 PM   #13
stspringer
LQ Newbie
 
Registered: Jan 2013
Posts: 18

Original Poster
Rep: Reputation: Disabled
Talking

Quote:
Originally Posted by erik2282 View Post
Dude... no...
Thanks eric
 
Old 02-17-2014, 05:19 AM   #14
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Quote:
Originally Posted by stspringer View Post
Can someone tell me what I need to do to get the correct OPENSSL_0.9.8 for my broken system?
Reinstall, cause AFAIK John VV is right, you've broken the system. Even if you did get openSSL_0.9.8 going, the updating system is going to be broken as well.

When you've reinstalled, install a nice open source torrent program from the repos, not utorrent.
 
Old 03-19-2014, 05:30 PM   #15
RushPro
LQ Newbie
 
Registered: Mar 2014
Posts: 1

Rep: Reputation: Disabled
At Terminal type --> yum search torrent

When prompted select Y. This should install kTorrent
 
  


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
utorrent server centos 6.5 nimait70 Linux - Software 6 01-08-2014 06:23 PM
Install OpenSUSE 32 bit and CentOS 64 bit in Dualboot Mode GMaK007 Linux - Newbie 7 10-25-2013 06:04 AM
Can't find 32 bit libs to run 32 bit prog on 64 bit CentOS homer_3 Linux - Distributions 2 09-30-2013 08:45 PM
LXer: Install HVM FreeBSD 7.0 DomU (32-bit) at Xen 3.2.1 CentOS 5.1 Dom0 (64-bit) LXer Syndicated Linux News 0 05-01-2008 08:00 PM
LXer: Install Xen 3.1 Solaris domU (64 bit) under CentOS 5 dom0 (64 bit) LXer Syndicated Linux News 0 09-21-2007 12:00 AM

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

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