Results 1 to 1 of 1
hi
I am using linux red hat 2.4.18-14 running on a virtual VMWare machine
I wrote a short program (for a university course HW assignment), compiled it on the machine ...
- 05-21-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 1
error while loading shared libraries
hi
I am using linux red hat 2.4.18-14 running on a virtual VMWare machine
I wrote a short program (for a university course HW assignment), compiled it on the machine and when running it, I get the following error:
./myprogram: error while loading shared libraries: ./myprogram: undefined symbol: sigpending, version GLIBC_2.0
this is a runtime error that happens when my code tries to execute the function sigpending
we tried compiling with/without a makefile, on 3 different computers (all with same configuration), and we still get this error
the same thing happens when the program runs the functions "read", "write" or "longjmp" and probably other functions supplied by linux
has anyone gotten this error before? anybody have any idea what to do with it?
please help us, the deadline is closing in...
thanks


Reply With Quote