Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: u54749 on October 29, 2010, 01:36:13 PM

Title: Transmission dependency
Post 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



Title: Re: Transmission dependency
Post by: maro on October 29, 2010, 05:31:34 PM
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).
Title: Re: Transmission dependency
Post by: Jason W on October 29, 2010, 09:25:16 PM
An ldd on the transmission binary indicates that libnotify is a hard coded dependency, so I added it to the dep file.