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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-05-2002, 09:35 PM
|
#1
|
Member
Registered: Aug 2002
Location: Hickville, TN
Distribution: Gentoo > current. Have used: Red Hat 7.3, 9, Gentoo 1.4
Posts: 400
Rep:
|
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.

|
|
|
10-05-2002, 09:37 PM
|
#2
|
Member
Registered: Sep 2002
Location: somewhere
Distribution: gentoo
Posts: 123
Rep:
|
probably installed it (cdrecord) all under /usr/local
try pointing stuff over there
|
|
|
10-05-2002, 10:07 PM
|
#3
|
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:
|
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?
|
|
|
10-06-2002, 01:31 AM
|
#4
|
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:
|
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.
|
|
|
10-06-2002, 12:20 PM
|
#5
|
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:
|
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!
|
|
|
10-06-2002, 03:04 PM
|
#6
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
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
|
|
|
10-06-2002, 03:06 PM
|
#7
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
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
|
|
|
10-06-2002, 05:42 PM
|
#8
|
Member
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711
Rep:
|
If you like, you can always get my cdcopy for free. No nothing to install. Copy & paste.
http://jetblackz.freeservers.com/
|
|
|
10-07-2002, 03:27 AM
|
#9
|
Member
Registered: Jun 2002
Location: USA
Distribution: Slackware8.1
Posts: 332
Rep:
|
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. 
|
|
|
All times are GMT -5. The time now is 02:45 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|