[Pkg-freeipa-devel] Bug#992696: Acknowledgement (389-ds: 389-DS no longer starts since bullseye due to libjemalloc.so.2 not found)

Adam Reece adam at svencoop.com
Sun Aug 22 14:42:41 BST 2021


Looks like this can be resolved by symlinking the library in place.

"libjemalloc.so.2" can be found at:

    /usr/lib/x86_64-linux-gnu/libjemalloc.so.2

The "lib" directory under "/usr/lib/x86_64-linux-gnu/dirsrv" didn't exist at all. After making that directory I just needed to symlink the library in place:

    ln -s /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 /usr/lib/x86_64-linux-gnu/dirsrv/lib/libjemalloc.so.2

After that the "dirsrv" service started fine. I've also removed that "/etc/dirsrv/slapd-amun.service" symlink to directory "/etc/dirsrv/slapd-amun" to be sure that wasn't needed. Still starts fine.

The package installation triggers probably just need updating to make that "lib" directory and symlink "libjemalloc.so.2" in place.

-- 

  * Adam Reece
  * Sven Co-op team


-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20210822/508f7d0f/attachment.sig>


More information about the Pkg-freeipa-devel mailing list