Closed ghost closed 3 years ago
I am wondering if this is an issue with htslib 1.11 compatibility with shapeit4?
ok obviously does not working with configuring htslib with --enable-plugins
. after removing it works.
Those error messages indicate that -ldl
was still missing from the link command. A sed
command like this in your Dockerfile will match the DYN_LIBS
line more flexibly:
sed -i '/^DYN_LIBS=/s/$/ -ldl/' makefile
Hi, I am trying to build a docker image. I am getting this error however. I have all the libraries I believe and boost in my image. I even tried adding
-ldl
to theDYN_LIBS
in the make file but same issue:happens when I download
https://github.com/odelaneau/shapeit4/archive/v4.2.0.tar.gz
or clone from git.Here is code in Dockerfile in which i also installed htslib: