Click to See Complete Forum and Search --> : quick question concerning xcdroast
dwyatte
07-20-2003, 01:10 PM
I'm having a few preliminary problems with xcdroast, but I think I've pinpointed them. I haven't gotten past configuring the program with root yet because I can't start it. The program won't start because cdrecord and xcdrwrap are in different directories. cdrecord is in /usr/bin and xcdrwrap is in /lib/xcdroast-0.98/bin. When I start it, it will complain about either of these programs not being present in the lib directory. Apparently I can only have one lib directory, so how would I go about getting this to work? I was thinking maybe symbolically linking something but I'm kinda new to that. Any help would be appreciated. thanks
mdwatts
07-20-2003, 03:19 PM
Creating symlinks would be my choice also.
ln -s /usr/bin/cdrecord /path/where/xcdroast/wants/cdrecord
ln -s /lib/xcdroast-0.98/bin/xcdrwrap /path/where/xcdroast/wants/xcdrwrap
dwyatte
07-20-2003, 08:38 PM
well I did that but it still complains about permissions, even though I'm root. Here's the errors I get:
---------------------------
root@darkstar:/lib/xcdroast-0.98/bin# xcdroast -l /lib/xcdroast-0.98
** WARNING **: Failed to access cdrecord. Please check the permissions and ownership of /lib/xcdroast-0.98/bin/cdrecord
root@darkstar:/lib/xcdroast-0.98/bin# ls -l
total 528
-rwxr-xr-x 1 root root 232428 Jul 19 08:05 cddbtool
lrwxrwxrwx 1 root root 17 Jul 20 19:34 cdrecord -> /usr/bin/cdrecord
-rwxr-xr-x 1 root root 34472 Jul 19 08:05 rmtool
-rwxr-xr-x 1 root root 38074 Jul 19 08:05 vrfytool
-rwxr-xr-x 1 root root 177355 Jul 19 08:05 wavplay
-rwxr-xr-x 1 root root 37206 Jul 19 08:05 xcdrwrap
----------------
so yeah, I have no idea why it would do that since I'm logged in as root. any suggestions? thanks