From: Ken D. <kd...@de...> - 2006-02-04 19:47:54
|
I have just downloaded gwc-0.21-04 and am trying to compile it. configure says: checking for pkg-config... /usr/bin/pkg-config checking for sndfile >= 1.0.0... configure: error: Libsndfile 1.0.2 or greater needed, find it at http://www.zip.com.au/~erikd/libsndfile/ OR perhaps configure can not file libsndfile, in which you can try 1 of 2 things: 1) set the environment variable PKG_CONFIG_PATH to find the packag file for libsndfile for example: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig 2) re-install libsndfile in /usr instead of /usr/local, where it installs by default. however, >ls /usr/lib/libsndfile* /usr/lib/libsndfile.so.1 /usr/lib/libsndfile.so.1.0.11 so it seems to me that it is actually there. I also had this problem with gwc-0.20-10b I have tried ./configure --prefix=/usr but that does not help I am running Suse 10.0 TIA Ken Dere |