Transmission and azbox

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
pupido
Posts: 4
Joined: Thu Feb 07, 2013 6:24 pm

Transmission and azbox

Post by pupido »

When I try to install this file (transmission_2.76-1_mipsel.ipk) on my decoder I get this error message:

AZBox[~]$ ipkg install transmission_2.76-1_mipsel.ipk
Installing transmission (2.76-1) to /opt/...
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for transmission:
openssl libcurl libevent zlib

What does this error message?
blacke4dawn
Posts: 552
Joined: Sun Dec 13, 2009 10:44 pm

Re: Transmission and azbox

Post by blacke4dawn »

It means it can't find a satisfactory version (recent enough) or any at all of the following libraries openssl libcurl libevent zlib.
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Transmission and azbox

Post by Jordan »

The minimum versions 2.76 needs for curl, libevent, and openssl:

CURL_MINIMUM=7.15.4
LIBEVENT_MINIMUM=2.0.10
OPENSSL_MINIMUM=0.9.4
pupido
Posts: 4
Joined: Thu Feb 07, 2013 6:24 pm

Re: Transmission and azbox

Post by pupido »

Thanks for your help.
Can you explain the problem and how to solve it?
Sorry for my ignorance and my english.
cfpp2p
Posts: 290
Joined: Sat Aug 08, 2009 3:14 pm

Re: Transmission and azbox

Post by cfpp2p »

you need to do something like this BEFORE you install transmission:

ipkg install zlib_1.2.5-1_mipsel.ipk (version should? not matter with zlib)

ipkg install curl_7.15.4_mipsel.ipk

ipkg install libevent_2.0.10_mipsel.ipk

ipkg install openssl_0.9.4_mipsel.ipk


the versions for each must be equal to or greater than the examples
pupido
Posts: 4
Joined: Thu Feb 07, 2013 6:24 pm

Re: Transmission and azbox

Post by pupido »

Thank you all. Successful installation.
Post Reply