Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Problem using dlopen
I have a library that won't load with dlopen. Even worse, when
dlerror is called, it returns the wrong library name.
The library is named
/usr/local/EPICS/lib/netbsd-x86/libEpics.so,
I surrounded the call with print statements so I could capture it,
I get
-------------------------------------------------
Doing dlopen on /usr/local/EPICS/lib/netbsd-x86/libEpics.so
Back from dlopen
Got error
Shared object "nss_dns.so.0" not found
-------------------------------------------------
This is all in a single thread, inline.
David
Home |
Main Index |
Thread Index |
Old Index