Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

5.0.5 to 5.0.6 now my c programs are broken

Status
Not open for further replies.

sixtoedsloth

IS-IT--Management
Jan 1, 2002
118
GB
Hi,i posted this in the c programming forum, but no luck,
so i wondered if anyone here had any ideas ;->


please help!, after a hardware update we have installed
5.0.6 because we needed P4 support, and now my cc programs wont run. i get the error

dynamic linker: netscale: relocation error: symbol not found: sys_errlist

when i try to run my program.

this program communicates over an internet socket, reads / writes files and uses
signal(SIGALRM,timeout);

all fairly simple stuff! whats changed?

also a program that uses the curses lib wont run either

i get
Sorry, /usr/share/lib/terminfo is unaccessible.

when i run it. why? whats changed
from 5.0.5 to 5.0.6?

all help will be appreciated!!!

Russ
 
Have you read all the ReadMe stuff in the patches you've applied on the 5.0.6 ? In my broken memory, they were one related to shared libraries issue.
Anyway you can try to remake your binaries, provided you have the development system.

Hope This Help
PH.
 
ah yes, RTFM.

i suppose i should have done that!

it works now, cheers!

russ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top