- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need help with cdrecorder. Please
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 05:33 AM
04-09-2002 05:33 AM
Need help with cdrecorder. Please
P.S.
I am doing all of this so I can make a bootable ignite cd. I have done all the steps up until where I have to actually burn the cd.
Thank you so much. Heather
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 06:23 AM
04-09-2002 06:23 AM
Re: Need help with cdrecorder. Please
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 07:25 AM
04-09-2002 07:25 AM
Re: Need help with cdrecorder. Please
when doing a make on smake it keeps dying on me?
It is not finding a 9000/899. Will it not working on certian boxes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 08:32 AM
04-09-2002 08:32 AM
Re: Need help with cdrecorder. Please
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 09:14 AM
04-09-2002 09:14 AM
Re: Need help with cdrecorder. Please
Thanks so much for your help. I still am having no luck. I copied a file for 899 but am still receiving errors.
checking host system type... Invalid configuration `-hp-hpux11.00': machine `-hp
' not recognized
Any ideas? I have attached a copy of the errors at the end of it compiling. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 10:41 AM
04-09-2002 10:41 AM
Re: Need help with cdrecorder. Please
Here's what I did.
Get rid of the exisiting smake-1.2 directory and untar the source files again. This should recreate the smake-1.2 directory.
Next modify the file smake-1.2/DEFAULTS/Defaults.hp-ux file. Uncomment the line reading DEFCCOM=cc and comment out the line reading DEFCCOM=gcc..so after your changes, it should read:
DEFCCOM= cc
#DEFCCOM= gcc
You might also want to change the following lines to point to where you want smake installed:
LDPATH= -L/opt/schily/lib
RUNPATH= -R $(INS_BASE)/lib -L /opt/schily/lib -R $(OLIBSDIR)
INS_BASE= /opt/schily
Save and write this file. Then in the smake-1.2 directory, run make. This should make the smake executable in the psmake directory.
You could run make install to actually install the program, but assuming you didn't...
Now untar the cdrtools archive.
Again edit the Defaults.hp-ux file, i.e. cdrtools-1.10/DEFAULTS/Defaults.hp-ux, and make the same changes as above.
Finally run smake from the cdrtools-1.10 directory:
../smake-1.2/psmake/smake.
This should build all the tools in cdrtools which include mkisofs, cdrecord and cdda2wav.
Hope this helps.
-Santosh