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 Solaris 8, priocntl() was a macro that wrapped __priocntl(). This was changed during Solaris 9 development by: CR 4384455 RT Time Quantum Signals so that the macro as eliminated, and the function became just priocntl(), with __priocntl() still available for binary compatibility. So, at a guess, this binary was compiled on a system either running S9 or at least with S9 header files installed, rather than on S8. -- James Carlson, KISS Network <[EMAIL PROTECTED]> Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ opensolaris-discuss mailing list [email protected]
