Jump to content


jmbassett

Member Since 2 Nov 2010
Offline Last Active 30 Oct 2013 12:09
-----

Posts I've Made

In Topic: Openpli4 transmission

25 October 2013 - 15:29

All of the following packages depend on libcurl4:

root@vuduo:~# opkg whatdepends -A libcurl4
Root set:
  libcurl4
What depends on root set
        rtorrent 0.9.2-r0       depends on libcurl4 (>= 7.32.0)
        gst-plugins-bad-curl 0.10.23.1+git12245+fb0d870-r3      depends on libcurl4 (>= 7.32.0)
        mpd 0.15.9-r2   depends on libcurl4 (>= 7.19.7)
        libcurl-dev 7.32.0-r0   depends on libcurl4
        enigma2-plugin-extensions-transmission 2.60     depends on libcurl4 (>= 7.19.7)
        curl 7.32.0-r0  depends on libcurl4 (>= 7.32.0)
        enigma2-plugin-extensions-buyukbangpanel 1.3.2-r0       depends on libcurl4
        rtorrent-dev 0.9.2-r0   depends on rtorrent (= 0.9.2-r0)
        python-pycurl 7.19.0-r3 depends on libcurl4 (>= 7.32.0)
        curl-dev 7.32.0-r0      depends on curl (= 7.32.0-r0)
        transmission-client 2.73-r1.1   depends on libcurl4 (>= 7.32.0)
        transmission 2.73-r1.1  depends on libcurl4 (>= 7.32.0)

 

 

So, here is a work-around until it is fixed:

root@vuduo:~# opkg install librtmp1
root@vuduo:~# ln -sv librtmp.so.1 /usr/lib/librtmp.so.0
root@vuduo:~# opkg install --force-depends libcurl4

 

Now you can install any of the above packages...

 


In Topic: Openpli4 transmission

25 October 2013 - 12:26

I have the same problem!!!

 

root@vuduo:/etc# opkg depends -A libcurl4
libcurl4 depends on:
        libcap2 (>= 2.22)
        libz1 (>= 1.2.8)
        librtmp0 (>= 2.4+git487+5ba573a)
        libgnutls26 (>= 2.12.23)
        libc6 (>= 2.18)
        libgpg-error0 (>= 1.12)
        libgcrypt11 (>= 1.5.3)
        libtasn1-6 (>= 3.3)
root@vuduo:/etc# opkg install librtmp0
Unknown package 'librtmp0'.
Collected errors:
 * opkg_install_cmd: Cannot install package librtmp0.
 

There is another version of this lib available that seems to already be installed:

 

root@vuduo:/etc# opkg list | grep -i librtmp
librtmp-dev - 2.4+git490+a9f353c-r1 - librtmp version 2.4+gitAUTOINC+a9f353c7cc-r1 - Development files  librtmp
librtmp-staticdev - 2.4+git490+a9f353c-r1 - librtmp version 2.4+gitAUTOINC+a9f353c7cc-r1 - Development files (Static
 Libraries)  librtmp Real-Time Messaging Protocol API  This package
librtmp1 - 2.4+git490+a9f353c-r1 - librtmp version 2.4+gitAUTOINC+a9f353c7cc-r1  librtmp Real-Time Messaging
root@vuduo:/etc# opkg list-installed | grep -i librtmp
librtmp1 - 2.4+git490+a9f353c-r1
 


Unfortunately this does not fulfil the dependency requirements for libcurl4. Hopefully one of the developers can fix this by fixing the dependency requirements for libcurl4 or having librtmp1 provide librtmp0 if that is suitable.