shendurelab / LACHESIS

The LACHESIS software, as described in Nature Biotechnology (http://dx.doi.org/10.1038/nbt.2727)
Other
75 stars 33 forks source link

checking for library containing deflate... no #57

Open sr-c opened 5 years ago

sr-c commented 5 years ago

Hi, I was tring to install LACHESIS on CentOS 6.9 with conda.

conda create -n LACHESIS python=2.7
conda install boost=1.57

export LACHESIS_BOOST_DIR=/home/shurh/miniconda3/envs/LACHESIS
export LACHESIS_SAMTOOLS_DIR=/data/software/rsem-1.2.9/sam
./configure --with-samtools=/data/software/rsem-1.2.9/sam --with-boost=/home/shurh/miniconda3/envs/LACHESIS

Then, I got a error about libz.

checking dependency style of gcc... gcc3
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing deflate... no
configure: error: libz is required.

However, I have ready installed libz. How can I fix this?

starsyi commented 5 years ago

Have you solved it? I have encountered the same problem