LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   X-CD-Roast + cdrecord (https://www.linuxquestions.org/questions/linux-software-2/x-cd-roast-cdrecord-105716/)

CamelofCamelot 10-18-2003 07:53 PM

X-CD-Roast + cdrecord
 
I just installed X-CD-Roast, and it said that I didn't have cdrecord installed in /usr/local/bin, so I went and installed cdrecord, and it still gives me the same error message.

The way I installed Roast:
./configure
make
make install

The way I installed cdrecord:
./configure
gmake
gmake install

megaspaz 10-18-2003 08:32 PM

not really sure, but xcdroast does have more dependancies than just cdrecord.
cdda2wave, cdrecord, and mkisofs. there's also the xcdroast-devel, but i don't think that's required. anyway, maybe order of install matters or something. try installing the dependancies first and then recompile/reinstall xcdroast.

CamelofCamelot 10-19-2003 12:19 AM

Nyeh...I'm just gonna use cdrecord for now.

quatsch 10-19-2003 12:31 AM

is cdrecord in /usr/local/bin? See where is it using
which cdrecord
(you might have to do this as root; not sure) If it is installed somewhere else, just create a symlink:
ln -s {whereever cdrecord is} /usr/local/cdrecord
and Roast should stop complaining.

sidboyce 10-19-2003 12:37 AM

The question is where cdrecord installs by default (it used to be /opt/Schilly), and is it in the PATH. If you read the docs, it says the way to install is ----
1. Gmake
2. Gmake INS_BASE=/usr/local install **** or wherever *** I use INS_BASE=/usr


All times are GMT -5. The time now is 02:09 PM.