Re: [osol-discuss] cdrecord execution problems

2006-07-18 Thread James Carlson
gary jones writes: > I have installed the cdrecord software on a SunOS solaris 8 system but when I > try to run it I get the following error. > > ld.so.1: /opt/sfw/bin/cdrecord: fatal: relocation error: file > /opt/sfw/bin/cdrecord: symbol priocntl: reference symbol not found > Killed Back in

Re: Re: [osol-discuss] cdrecord execution problems

2006-07-18 Thread Martin Bochnig
Original-Message Date: Tue, 18 Jul 2006 09:24:28 +0200 From: Joerg Schilling <[EMAIL PROTECTED]> To: opensolaris-discuss@opensolaris.org, [EMAIL PROTECTED] Subject: Re: [osol-discuss] cdrecord execution problems > gary jones <[EMAIL PROTECTED]> wrote: >

Re: [osol-discuss] cdrecord execution problems

2006-07-18 Thread Joerg Schilling
gary jones <[EMAIL PROTECTED]> wrote: > Hi, > I have installed the cdrecord software on a SunOS solaris 8 system but when I > try to run it I get the following error. > > ld.so.1: /opt/sfw/bin/cdrecord: fatal: relocation error: file > /opt/sfw/bin/cdrecord: symbol priocntl: reference symbol not

Re: [osol-discuss] cdrecord execution problems

2006-07-17 Thread Nicholas Senedzuk
Sounds like a library is not in your path. Run the following command ldd /opt/sfw/bin/cdrecord. That will show you the libraries that cdrecord is looking for and which ones it can't find. Then just put the library in your path and you should be good to go. On 7/17/06, gary jones <[EMAIL PROTECTE

[osol-discuss] cdrecord execution problems

2006-07-17 Thread gary jones
Hi, I have installed the cdrecord software on a SunOS solaris 8 system but when I try to run it I get the following error. ld.so.1: /opt/sfw/bin/cdrecord: fatal: relocation error: file /opt/sfw/bin/cdrecord: symbol priocntl: reference symbol not found Killed I am not an experienced user so if