Just a note for those wanting to run slapd perl backed right away-- the solution is simply to preload libperl in the slapd startup command like this:
LD_PRELOAD=/usr/lib/libperl.so.5.10 /usr/sbin/slapd -d 256..... -- perl backend can't use dynamically loaded modules (DBI, POSIX...) https://bugs.launchpad.net/bugs/90812 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
