Tiny Core Extensions > TCE Bugs

Error ripping VCDs (vcdimager)

(1/3) > >>

AmarD:
**********
Hi
I wanted to archive some old VCDs, but direct copying them gives errors. I happenned to find a a programme called "vcdimager" which claimed to do the job.
After running it in terminal, an error comes up

--- Quote ---error while loading shared libraries: libiso9660.so.10: cannot open shared object file: No such file or directory

--- End quote ---

So I opened up xfe and searched  for "9960", and all I found were libiso9960.so files, except they had the version number 11 in the end instead of the 10 required by "vcdimager".
I also checked "libcdio" on the "app store" and they only had version 11, like the one on my setup.

How do I downgrade  libcdio from version 11 to 10 and try to see that "vcd imager" works.
*********
Thanks in advance

Rich:
Hi AmarD
You could try creating links:

--- Code: ---sudo ln -a usr/local/lib/libiso9660.so.11 usr/local/lib/libiso9660.so.10
sudo ln -a usr/local/lib/libiso9660.so.11.0.0 usr/local/lib/libiso9660.so.10.0.0
--- End code ---

Version 10 is in libcdio.tcz in the TC6 repository. The dependencies are a lot different and could cause other problems.

AmarD:
Hi,
I cannot seem to find the right link for the repository.
closest I found was

--- Quote ---http://tinycorelinux.net/6.x/x86_64/tcz/

--- End quote ---
But its only a list.

Rich:
Hi AmarD
This is how you can download it:
http://tinycorelinux.net/6.x/x86_64/tcz/libcdio.tcz

AmarD:
Thank You. Downloaded properly.
Should I put the old libcdio.tcz in tce/optional directory and restart?
how do I ensure the libiso9660 is extracted from the old 'libcdio.tcz'?

Navigation

[0] Message Index

[#] Next page

Go to full version