Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: uggla on September 09, 2010, 06:25:33 AM

Title: [fixed] DVDAuthor - spumux doesn't work
Post 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
Title: Re: DVDAuthor - spumux doesn't work
Post by: maro on September 09, 2010, 08:20:32 AM
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.
Title: Re: DVDAuthor - spumux doesn't work
Post by: uggla on September 09, 2010, 08:42:45 AM
I tried that but ended up with another error. I'll just wait for a rebuild of dvdauthor.tcz. Thanks.

/Uggla
Title: Re: DVDAuthor - spumux doesn't work
Post by: tinypoodle on September 09, 2010, 08:45:26 AM
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.
Title: Re: DVDAuthor - spumux doesn't work
Post by: uggla on September 09, 2010, 09:08:52 AM
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
Title: Re: DVDAuthor - spumux doesn't work
Post by: Arslan S. on September 13, 2010, 05:15:26 AM
i will update dvdauthor soon
Title: Re: DVDAuthor - spumux doesn't work
Post by: uggla on September 13, 2010, 06:01:06 AM
Great! Thanks.

/Uggla
Title: Re: DVDAuthor - spumux doesn't work
Post by: uggla on September 14, 2010, 03:26:11 PM
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
Title: Re: DVDAuthor - spumux doesn't work
Post by: Arslan S. on September 14, 2010, 04:07:29 PM
it is ImageMagick missing dependency: libxcb
Code: [Select]
tc@box:/usr/local/lib$ readelf -d libMagickCore.so | grep NEEDED | grep libxcb
 0x00000001 (NEEDED)                     Shared library: [libxcb.so.1]
Title: Re: DVDAuthor - spumux doesn't work
Post by: uggla on September 14, 2010, 04:13:42 PM
Then it should be added to ImageMagick.tcz.dep, right?

/Uggla
Title: Re: DVDAuthor - spumux doesn't work
Post by: Jason W on September 14, 2010, 04:17:13 PM
Added libxcb.tcz to the ImageMagick.tcz.dep
Title: Re: DVDAuthor - spumux doesn't work
Post by: uggla on September 14, 2010, 04:18:28 PM
Thanks!

/Uggla
Title: Re: [fixed] DVDAuthor - spumux doesn't work
Post by: ^thehatsrule^ on September 30, 2010, 03:53:33 PM
[removed spam]