Hi,
I just moved from FreeBSD world to Linux world. It's more compfortable
than I expected. But now I have a trouble in shared library. I put a
shared library in /usr/local/lib. And compile an application using that
shared library. Add /usr/local/lib line into /etc/ld.so.conf, and run
ldconfig as root. However, when trying to run that application, it says
"can't load library 'libwnn.so.1.0'", which actually is in /usr/local/lib.
What's wrong with me ? ldconfig of Linux is quite different from FreeBSD.
Any help would be appreciated.
-Tetsuji Rai