Hi

I am trying to do a simple program that uses a shared library and calls a function within that library using dlopen() and dlsym()

I seem to have my programs setup up correctly, but from what i've see online i just can't seem to find the correct way to compile these files.

i was looking at this link

http://tldp.org/HOWTO/Program-Librar...-examples.html

but can't get these programs to compile, i was wondering if anyone could help point me in the right direction, my main problem starts with dlopen, is isn't able to open the shared library