> The actual libs, as installed by any openldap package (or compiled from > source), are (at /usr/lib or at /usr/lib64 or at custom paths): > libldap.so and liblber.so. > > Now what?
The .spec file and the Makefiles should be checked for -llber. "-llber" tells the link editor to look for "liblber.so" - the linker automatically prepends "lib". _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
