On Sun, Dec 09, 2018 at 11:35:44PM +0100, Thomas Schmitt wrote: > it comes to me that i do not have the vext01 branch of libcdio installed > here. > > Don't even know what version of libcdio the script ./src/cd-paranoia > is actually using. > Do we expect any need for modern changes on GNU/Linux ? > (Afaics, the gnu_linux.c driver was already prepared for first_track>1.) > > I will probably have to remember how to install as sandbox user to a > harmless location in order to see a binary which i can inspect by ldd. > Then i probably will have to get and build vext01 libcdio and install > it the same way. Maybe LD_LIBRARY_PATH then ? Urgh ...
Hrm, good question. I think thought the Linux driver was already set up for CDs with starting tracks not 1. I just uninstalled any existing libcdio packages and configured using --prefix=`pwd`/inst. Both libcdio and cdio-paranoia can be run this way without setting an LD_LIBRARY_PATH. Presumably they use an rpath. When you build libcdio-paranoia, you will need to set PKG_CONFIG_PATH so that it can find the pkg-config specs. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk