Skip to content
Snippets Groups Projects
Commit 5dcf4aea authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Add libsasl2-2 back. symlink does not seem to work.

parent 88cd377e
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ RUN apt-get update && \ ...@@ -12,6 +12,7 @@ RUN apt-get update && \
ca-certificates \ ca-certificates \
coreutils \ coreutils \
libltdl7 \ libltdl7 \
libsasl2-2 \
libtcmalloc-minimal4 \ libtcmalloc-minimal4 \
libsasl2-modules-gssapi-mit \ libsasl2-modules-gssapi-mit \
openssl \ openssl \
......
...@@ -52,7 +52,6 @@ function install_cyrus_sasl { ...@@ -52,7 +52,6 @@ function install_cyrus_sasl {
CFLAGS="-Wno-cast-function-type -Wno-implicit-function-declaration" CFLAGS="-Wno-cast-function-type -Wno-implicit-function-declaration"
make && make install make && make install
ln -s ${ARTIFACTS}/usr/lib/sasl2 /usr/lib/sasl2 ln -s ${ARTIFACTS}/usr/lib/sasl2 /usr/lib/sasl2
(cd ${ARTIFACTS}/usr/lib; ln -s libsasl2.so.3.0.0 libsasl2.so.2)
} }
# Install OpenLDAP # Install OpenLDAP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment