Dnia 2009-01-04, nie o godzinie 20:47 +0400, Mahmoud Khonji pisze: > snippet from failure: > checking for gsasl.h... yes > checking for gsasl_check_version in -lgsasl... no
This means that the configure script found gsasl library, but it's version is incorrect. Usually it is caused by old system installed library in /usr/lib and new custom in /usr/local/lib - dynamic linker looks in /usr/lib and links the old library. -- -- To unsubscribe send a mail to [email protected]
