silkeh / docker-clang

Dockerfiles for Clang and LLVM
European Union Public License 1.2
100 stars 30 forks source link

clang: error while loading shared libraries: libz3.so.4.8 #2

Closed 7error closed 4 years ago

7error commented 4 years ago
docker run -it --rm silkeh/clang:latest bash

root@e639ae44af1b:/# clang -v
clang: error while loading shared libraries: libz3.so.4.8: cannot open shared object file: No such file or directory
7error commented 4 years ago

i try to install libz3-dev ,but it`s version 4.4 on debian buster ,see https://packages.debian.org/buster/libz3-dev

apt update
apt install libz3-dev
apt-cache show libz3-dev |grep -i version
Version: 4.4.1-1~deb10u1
silkeh commented 4 years ago

Whoops, should be fixed in a bit. Thanks for reporting!