Hi Sam, Operating system: Fedora core 1.
I've just noticed today that, by default, the ldapsearch script gets installed like this: exec /usr/local/bin/ldapsearch -l 60 -z 20 "$@" However, on most linux systems, ldapsearch is installed in /usr/bin. The configure script only checks for ldapsearch in /usr/local/bin, and there's no configure option to override the path, as far as I can see. The result of this buglet is a "file not found" error when trying to use the global addressbook search option. I've had to modify the ldapsearch script and fix the path (an alternative is a symlink). You need to modify the configure script to look for ldapsearch in the correct place, instead of hard-coding it in. -- Anand Buddhdev Celtel International ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
