Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: u54749 on October 29, 2010, 01:36:13 PM
-
The latest version of Transmission complains: transmission-gtk: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory.
Can it be that it needs an extra dependency now? Previous version worked without libnotify
-
Given the fact that the 'transmission.tcz' extension was recently updated it's entirely possible that an additonal dependency has come up.
I assume that one just has to add 'libnotify.tcz' to 'transmission.tcz.dep' (and use tce-load -wi libnotify once to manually fix the situation).
-
An ldd on the transmission binary indicates that libnotify is a hard coded dependency, so I added it to the dep file.