-
Notifications
You must be signed in to change notification settings - Fork 159
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
Install fails because of HDF5 file #1121
Comments
I just tried a clean install and it worked. Please provide some details (OS, build error log). |
Will get you that info after I try another clean install. Using Docker for install didn’t work either. |
where would i find the build error log? |
This is what is shown before the make quits echo '# Default htscodecs.mk generated by Makefile' > htscodecs.mk gcc -g -Wall -O2 -fvisibility=hidden -I. -c -o bgzf.o bgzf.c |
That's not an HDF5 error. See here: #125 |
when i do the sudo apt-get install zlib1g-dev it says.... zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). if i run make after that.. make[1]: Entering directory '/home/jayradke/nanopolish_010824/htslib' not sure what i did wrong with the zlib1g-dev step |
tried was was recommend in #125. event and down loaded zlib_1.3 and went through the process to install zlib from here https://www.linuxcapable.com/how-to-install-zlib-on-ubuntu-linux/ Still cant find zlib.h. is this because I am using WSL2 Ubuntu-22.04? i can find the zlib.h and zconf.h in my usr/local/zlib/include |
so i copy and pasted those two files into htslib and got past that error to this /home/jayradke/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lz |
both the header files ( |
Installation fails. Can’t access the HDF5 site. Any plans to fix this again or is nanopolish not accessible to those that didn’t install 2 years ago?
The text was updated successfully, but these errors were encountered: