From 72894ab220f5a3d82cd5e9924dfcdef7a7e4e599 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 6 May 2023 00:28:13 +0300 Subject: [PATCH] openldap-2.6.4 --- server/openldap/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/openldap/actions.py b/server/openldap/actions.py index 3e30262c05..7fe23bab3d 100644 --- a/server/openldap/actions.py +++ b/server/openldap/actions.py @@ -94,6 +94,8 @@ def install(): if get.buildTYPE() == "emul32": autotools.rawInstall("DESTDIR=%s" % get.installDIR()) pisitools.dosym("/usr/lib/libslapi.so.2.0.200", "/usr/lib/libldap-2.4.so.2") + pisitools.dosym("/usr/lib/liblber.so.2.0.200", "/usr/lib/liblber-2.4.so.2") + pisitools.dosym("/usr/lib/libslapi.so.2.0.200", "/usr/lib/libslapi-2.4.so.2") return autotools.rawInstall("DESTDIR=%s" % get.installDIR())