Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: TaoTePuh on April 12, 2011, 09:41:01 PM
-
I do not know if this file is needed ...
$ tce-load -i doxygen.tcz
libdevil.tcz: OK
libgd.tcz: OK
Warning: Could not load "/tmp/tcloop/graphviz/usr/local/lib/graphviz/libgvplugin_gs.so.6" - file not found
Warning: Could not load "/tmp/tcloop/graphviz/usr/local/lib/graphviz/libgvplugin_gs.so.6" - file not found
graphviz.tcz: OK
doxygen.tcz: OK
-
What does this say:
$ ldd /usr/local/lib/graphviz/libgvplugin_gs.so.6
I'd guess it's looking for an earlier version of libgs?
-
What does this say: $ ldd /usr/local/lib/graphviz/libgvplugin_gs.so.6
I'd guess it's looking for an earlier version of libgs?
$ ldd /usr/local/lib/graphviz/libgvplugin_gs.so.6
...
...
libgs.so.8 => not found
...
...
-
I guess a quick and dirty fix would be to make a symlink libgs.so.8 -> libgs.so.9
I'm not totally sure what the permanent solution to this is..
-
Thanks for the workaround.
-
updated extension posted.
This checks for the presence of libgs.so.8 and creates it if not found.
I also adjusted the deps to match those of libgs and not /usr/local/bin/gs*, since I'm not sure these are used by the majority of applications.