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
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:
>
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
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
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