With today update still the same error.
Cheers
Posted 24 October 2013 - 18:19
Posted 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.
Posted 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...
Edited by jmbassett, 25 October 2013 - 15:33.
Posted 27 November 2013 - 21:50
.curl still needs to be (somehow ) forced to rebuild
(to update libcurl4 librtmp0 dependency)...
--- /dev/null +++ b/meta-openpli/recipes-support/curl/curl_7.32.0.bbappend @@ -0,0 +1,2 @@ +PRINC="1"wouldn't be the best approach to solving this issue, but maybe just as a kind reminder... /?/
Posted 21 December 2013 - 22:08
Thank you linuxgeek!
Finally success. i have managed to install it with your help.
Cheers
I just installed librtmp.so.0 from the library option of TSmedia transmission works with out problems now
How exactely have you managed to do this, please? I can't find in TS that lib...
I'm stuck with error message:
Installing transmission (2.13-r0) to root...
Downloading http://downloads.pli...800/mipsel/tran
mission_2.13-r0_mipsel.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for tran
mission:
* librtmp0 (>= 2.4+git484+df6c518) *
* opkg_install_cmd: Cannot install package transmission.
Any help appreciated. (OpenPli 2.1, kernel 2.6.18, OE2.0, DM800)
Thanks.
Posted 8 January 2014 - 10:55
Hello and thank you for this great project (I am new to this forum). So I successfully installed Transmission on Openpli4 (over a DM800SE) using "opkg install transmission". I can modify the settings (download directory, download/upload speed) through the web interface (http://dreamboxip:9091) but they are are overwritten to default every time I reboot. Does anyone of you know how to fix this?
Thank you very much for any help
Posted 8 January 2014 - 11:20
Oh, I just found the solution so I'll answer to myself in case it might help others.
In fact the only setting which was overwritten was the directory for downloads. This is because the daemon starts with "-w /media/hdd/torrents/" and this preveals over the configuration. I noticed that running the ps command:
451 root 35588 S /usr/bin/transmission-daemon -g /var/lib/transmission-daemon -w /media/hdd/torrents/
So you just need to change DOWNLOAD_DIR="/media/hdd/torrents/" in /etc/default/transmission-daemon
Hope it can help others
Posted 12 January 2014 - 13:16
Hi macsym69,
Hi have the same issue for ages and i never was able to solve it. Also my programming skill are close to 0.
As far i can understand you are editing the /etc/default/transmission-daemon (btw in my box D500hd doesn't exist) this is located under /usr/bin/transmission-daemon.
But this is a binary file how do you edit this?
Thank you.
Posted 18 January 2014 - 13:16
Hello rolamento and sorry for the late answer.
The transmission-daemon file I am talking about is editable. Here is the content:
# Default values for transmission daemon # please fill in and enable service. # Set DAEMON_USER to run under different credentials DAEMON_ENABLED="YES" DAEMON_USER="" DAEMON_GROUP="" DOWNLOAD_DIR="/media/hdd/torrents/" CONFIG_DIR="/var/lib/transmission-daemon"
You are editing the wrong one. There are 3 on my DM800SE with OpenPli3:
root@dm800se:~# find / -name transmission-daemon /etc/default/transmission-daemon /var/lib/transmission-daemon /usr/bin/transmission-daemon
MiLo is right though, removing the "-w" option is better but I don't know how to do it. I hope it helps!
0 members, 1 guests, 0 anonymous users