Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checking for library containing deflate... no #57

Open
sr-c opened this issue Mar 20, 2019 · 1 comment
Open

checking for library containing deflate... no #57

sr-c opened this issue Mar 20, 2019 · 1 comment

Comments

@sr-c
Copy link

sr-c commented Mar 20, 2019

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
Copy link

starsyi commented May 10, 2019

Have you solved it? I have encountered the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants