Help with transmission

Status
Not open for further replies.

ogkinetic1

Active Member
250
2010
9
0
i installed centos 64 bit last night and i tried installing transmission but i get this error when i start it.

[SLIDE]http://pix.am/kqo8.png[/SLIDE]

i didn't have this problem installing transmission on centos 32 bit..
 
2 comments
Have you tried searching for the file?

find / -name libevent-2.0.so.5

then create a symbolic link

ln -s WheverTheFileIsfound

Then try again transmission.
 
Hi run this command on turminal



Code:
 yum -y install curl
Code:
rpm --import http://geekery.altervista.org/download.php?filename=GEEKERY-GPG-KEY
Code:
curl -O http://geekery.altervista.org/download.php?filename=x86_64/libevent-2.0.10-1geekery.x86_64.rpm
Code:
rpm -ivh libevent-2.0.10-1geekery.$(uname -i).rpm
then test your transmission

reply out put

This will solve your error



i installed centos 64 bit last night and i tried installing transmission but i get this error when i start it.

[SLIDE]http://pix.am/kqo8.png[/SLIDE]

i didn't have this problem installing transmission on centos 32 bit..
 
Last edited:
Status
Not open for further replies.
Back
Top