"can't load library 'libevent-1.4.so.2'" after ipkg update

Ask for help and report issues with the GTK+ version of Transmission
Post Reply
teros
Posts: 9
Joined: Wed Dec 24, 2008 6:45 am

"can't load library 'libevent-1.4.so.2'" after ipkg update

Post by teros »

Hi,

Performed an IPKG update of transmission to 1.70-2 and now when attempting to start i get /opt/bin/transmission-daemon: can't load library 'libevent-1.4.so.2' anyone getting the same

On a Mybookworld using IPKG.
sevmpe
Posts: 3
Joined: Sun Jun 07, 2009 11:02 pm

Re: Transmission 1.70-2

Post by sevmpe »

Try to install libevent,

Code: Select all

ipkg install libevent
and see if transmission runs after that.
zefiris
Posts: 1
Joined: Mon Jun 08, 2009 4:21 pm

Re: Transmission 1.70-2

Post by zefiris »

Same problem:
[root@MyBookWorld /]# ipkg install transmission
Installing transmission (1.71-1) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optwa ... -1_arm.ipk
Installing libevent (1.4.11-1) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optwa ... -1_arm.ipk
Configuring libevent
Configuring transmission
Successfully terminated.
[root@MyBookWorld /]# sh /etc/init.d/S70transmission start
Starting torrent daemon: Transmission.
/opt/bin/transmission-daemon: can't load library 'libevent-1.4.so.2'
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: "can't load library 'libevent-1.4.so.2'" after ipkg update

Post by Jordan »

Most likely your ipkg package maintainer is doing a cross-compile and didn't see the build changes in 1.70.

Please send a message to your ipkg maintainer, since he/she needs to know about this.

The Transmission development team doesn't make these builds.
aquatroll
Posts: 20
Joined: Wed Jan 09, 2008 11:34 pm

Re: "can't load library 'libevent-1.4.so.2'" after ipkg update

Post by aquatroll »

This should work:

Code: Select all

# /opt/bin/ipkg update
# /opt/bin/ipkg upgrade
# ldconfig
I ran into the same problem
source:
http://mybookworld.wikidot.com/forum/t- ... n-problems
Post Reply