On Tue 25/03/2003 18:27:37, Erik de Castro Lopo wrote:
4) cat /etc/ld.so.conf
/usr/X11R6/lib
/usr/lib/wine
OK, here is another problem.
You notice above the libsndfile has been installed in /usr/local/lib/ but
that is not listed in /etc/ld.so.conf. You should add /usr/local/lib
to that file (on a new line) and then (as root) run the following command:
ldconfig
That should get you a LOT closer.
Erik
--