Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: maro on December 06, 2009, 11:07:01 PM
-
It appears that cdrdao.tcz has no .dep file, but on a "plain" system there are several libraries missing:
tc@box:~$ ldd `which cdrdao` | grep 'not found'
libmad.so.0 => not found
libvorbisfile.so.3 => not found
libvorbis.so.0 => not found
libogg.so.0 => not found
libao.so.2 => not found
As far as I can tell the following entries should be in cdrdao.tcz.dep:
- libmad.tczl
- ogg-vorbis.tczl
Since cdrdao.tcz is in bashburn.tcz.dep, the following is missing there as well:
-
Done.
Thanks.