Library Error on Start libpolarssl.so.5

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
russiandivxclub
Posts: 15
Joined: Sun Mar 30, 2014 2:39 am

Library Error on Start libpolarssl.so.5

Post by russiandivxclub »

Once I had transmission configurated I never had problem with it ..ever. Updated main daemon as well as other parts (remote, cli etc) on the fly so I am not sure exactly when this happened it is totally possible it just happened or may be after last update I did, one this I can say for sure nothing else has been touched or updated just transmission. I am using optware on my Netgear 3700v1 router and today I notice my transmission-remote on Windows is not connected and sure thing somethign is wrong.

Code: Select all

root@3700v1 ~ $ transmission-daemon
transmission-daemon: can't load library 'libpolarssl.so.5'
root@3700v1 ~ $
I tried to remove libpolarssl but is said it had some dependable, so I force removed package and re installed it right away .....same thing. I haven't try to remove transmission yet because I don't even thing it's transmission but honestly I am afraid to lose my torrent list and stuff, last time I redid transmission it took me a week of torrent checking to get all up and running. Please guys let me know if you have any suggestions because all I got from other places is , wipe .. re install optware ...install daemon back ....profit. Yeah ,.,,, it's like saying Format and re install Windows every time you need to recycle trash bin ,, I mean come on, I need actual help not something that I know without you :D

Thank you once again guys,

Versions I have installed:

transmission-cli - 2.83-1
transmission-daemon - 2.83-1
transmission-remote - 2.83-1
transmission-web - 2.83-1

libpolarssl - 1.3.7-1
russiandivxclub
Posts: 15
Joined: Sun Mar 30, 2014 2:39 am

Re: Library Error on Start libpolarssl.so.5

Post by russiandivxclub »

Nevermind ......

Code: Select all

root@3700v1 ~ $ opkg remove libpolarssl --force-removal-of-dependent-packages
Removing package transmission-remote from root...
Removing package transmission-cli from root...
Removing package transmission-web from root...
Removing package transmission-daemon from root...
Not deleting modified conffile /opt/etc/config/transmission.
Removing package libcurl from root...
Removing package libpolarssl from root...
root@3700v1 ~ $ opkg install transmission-daemon
Installing transmission-daemon (2.83-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/transmission-daemon_2.83-1_ar71xx.ipk.
Installing libcurl (7.36.0-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/libcurl_7.36.0-1_ar71xx.ipk.
Installing libpolarssl (1.3.7-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/libpolarssl_1.3.7-1_ar71xx.ipk.
Configuring libpolarssl.
Configuring libcurl.
Configuring transmission-daemon.
Collected errors:
 * resolve_conffiles: Existing conffile /opt/etc/config/transmission is different from the conffile in the new package. The new conffile will be placed at /opt/etc/config/transmission-opkg.
root@3700v1 ~ $ transmission-daemon
root@3700v1 ~ $

I usually hate to use force function ....but in this case I had to ....
Post Reply