LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-05-2002, 09:35 PM   #1
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Rep: Reputation: 30
Angry can't get xcdroast to install


Lemme start out by saying this:

This program gives very bland instructions on how to install their software. Given it's free and I shouldn't complain, but it's still aggervating!! At any rate.

The installation instructions state to type in "make" in the src directory, they do not state whether or not to be logged in as root. I make the assumption to "su" to root. It then begins to display about 5 pages of....ummm....stuff, then it says to install cdrtools1.11 before typing "make install", as if I had them handy and knew every command Linux had to compile a program. Keeping my cool, I calmly went to the web site and snagged cdrtools1.11. Again, instructions say to "just type 'make' then type 'make install'", oh gee golly...how easy!!! I then resume my installation of xcdroast after "installing" cdrtools1.11. After typing "make install", everything seemed ok. Then I ran "xcdroast" and got:

no /usr/bin/cdrecord installed

invalid lib directory

But wait....didn't I just install that? Maybe I missed something? After seaching and reading through garble I had no idea what it meant and did the best I could to understand it; I got nowhere. So quite simply folks it comes down to this: Either I need to get a CD Burning program that doesn't require 1500 OS dependant commands to install, or just tell me where the heck I went wrong and make me feel stupid.

Phew, now that I got that off my chest I feel better. Be quite frank folks, this was a rant post more than anything. If I get any useful reply though, I would appreciate it.

 
Old 10-05-2002, 09:37 PM   #2
RijilV
Member
 
Registered: Sep 2002
Location: somewhere
Distribution: gentoo
Posts: 123

Rep: Reputation: 15
probably installed it (cdrecord) all under /usr/local

try pointing stuff over there
 
Old 10-05-2002, 10:07 PM   #3
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Original Poster
Rep: Reputation: 30
Again...pointing stuff over there means exactly what? Installing stuff over there? In which case how would I do so? If not, did you mean to extract the source file to that directory?
 
Old 10-06-2002, 01:31 AM   #4
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
why didn't you download the rpm, and install from there??, their rpm is fine. And actually there are GREAT installation instructions at www.xcdroast.org
so check them. It isn't hard at all to install this program.
 
Old 10-06-2002, 12:20 PM   #5
Bigun
Member
 
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400

Original Poster
Rep: Reputation: 30
i did explore that site and didn't find the correct RPM's. So I searched it again after reading your message zLinuxz....and found all the RPM's I needed. I've slept since the beginning of this post and I feel better. Thanks guys!
 
Old 10-06-2002, 03:04 PM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Ok, so back to your original problem though...

cdrecord installs into /usr/bin and not /usr/loca/bin and xcdroast looks only into the directory for which is was installed for the other programs that it works with. SO you would have to install xcdroast into /usr/bin rather than it's default location of /usr/local/bin with this command:
make PREFIX=/usr
and once it finishes
make install PREFIX=/usr
and that's it. Then you will need to run xcdroast in a root GUI for the first time, and get things setup. Then you can switch back over to your user gui, and roll.

HTH

Cool
 
Old 10-06-2002, 03:06 PM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
1 thing, yes you do need to be root, but only during make install. You could do this all as user, in an xterm or something, and then when it came time it make install PREFIX=/usr right before that you'd type:
su
and enter the password for root

But you will need to logout out of your user gui, and then login as root into root's gui to run XCDROAST for the first time.

Cool
 
Old 10-06-2002, 05:42 PM   #8
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
If you like, you can always get my cdcopy for free. No nothing to install. Copy & paste.

http://jetblackz.freeservers.com/
 
Old 10-07-2002, 03:27 AM   #9
purpleburple
Member
 
Registered: Jun 2002
Location: USA
Distribution: Slackware8.1
Posts: 332

Rep: Reputation: 30
Didn't you have a choice to install Xcdroast when you first installed Redhat7.3? Back when I had Redhat 7.2 It just installed XCDRoast by default and it installed cdrtools and cdrecord by default also.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xcdroast install problem pasalacqua128 Linux - Software 5 12-09-2006 02:44 PM
Can't install xcdroast Deke1955 Linux - Software 3 09-21-2005 01:45 PM
XcdRoast slacklinux Linux - Newbie 2 05-27-2004 03:51 PM
CD-RW install/setup/scsi issue with k3b/xcdroast and kernel compile probs Texicle Slackware 17 01-09-2004 01:50 AM
how to install cdrtools and xcdroast? (concrete solutions only) szmartby Linux - Software 2 09-14-2003 09:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration