Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: AbNoRMiS on June 24, 2012, 04:01:24 PM
-
tc@box:~$ hardinfo
hardinfo: error while loading shared libraries: libgnutls.so.26: cannot open shared object file: No such file or directory
tc@box:~$
-
Hi AbNoRMiS
This came up recently for another extension. When gnutls was updated, the old version was renamed to
gnutls2. This means that any application depending on the old version needs its dependency file updated
to read gnutls2.tcz.
-
Hi AbNoRMiS
This came up recently for another extension.
The same matter was reported a few days ago
http://forum.tinycorelinux.net/index.php/topic,13489.0.html
so the fix may be on its way.
-
fixed on server... and visualizes the nastiness of recursive dependencies. hardinfo only depended on glib-networking.tcz, which implied gnutls.tcz, glib-networking.tcz was updated using new gnutls.tcz but hardinfo is linked against gnutls2.tcz libraries itself => error. if the "old" gnutls.tcz would have been a dep from the beginning, the dep file would have been correctly updated to gnutls2.tcz.
-
Hi AbNoRMiS
This came up recently for another extension.
The same matter was reported a few days ago
http://forum.tinycorelinux.net/index.php/topic,13489.0.html
so the fix may be on its way.
sorry, i really somehow didn't saw this
i just wanted to ask
recompiling hardinfo with new gnutls
will not give the desired result
or it requires exactly second version?
-
recompiling should fix the issue (with only gnutls.tcz and gnutls-dev.tcz installed), but gnutls.tcz will still be a *real* dep, that's why it should be included in the dep file.