Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: uggla on September 09, 2010, 06:25:33 AM
-
When running spumux all I get is:
spumux: error while loading shared libraries: libMagickCore.so.2: cannot open shared object file: No such file or directory
/Uggla
-
It appears to me that 'dvdauthor.tcz' was originally build against an older version of 'ImageMagick.tcz'. The current extension contains 'libMagickCore.so.4'. So the proper way to resolve it would be to re-build 'dvdauthor.tcz'.
OTOH you could try to "cheat": cd /usr/local/lib ; sudo ln -s libMagickCore.so.4 libMagickCore.so.2 ; sudo ldconfig
This might work or maybe not, but you could at least give it a try.
-
I tried that but ended up with another error. I'll just wait for a rebuild of dvdauthor.tcz. Thanks.
/Uggla
-
Try the same with 'ImageMagick.tcz' from 2.x repo which contains 'libMagickCore.so.3', and therefore probabilities might be a bit bigger to succeed.
-
Well, I was thinking of creating an extension for Devede. It would require a spumux working without fiddling but I might try your suggestion anyway. Thanks.
/Uggla
-
i will update dvdauthor soon
-
Great! Thanks.
/Uggla
-
I've updated to the latest dvdauthor.tcz. Now I get the following error when running spumux:
spumux: error while loading shared libraries: libxcb.so.1: cannot open shared object file: No such file or directory.
regards
/Uggla
-
it is ImageMagick missing dependency: libxcb
tc@box:/usr/local/lib$ readelf -d libMagickCore.so | grep NEEDED | grep libxcb
0x00000001 (NEEDED) Shared library: [libxcb.so.1]
-
Then it should be added to ImageMagick.tcz.dep, right?
/Uggla
-
Added libxcb.tcz to the ImageMagick.tcz.dep
-
Thanks!
/Uggla
-
[removed spam]