-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
//home/wanghao/anaconda/lib/libpng16.so.16:对‘inflateValidate@ZLIB_1.2.9’未定义的引用 #6139
Comments
This looks like a problem with linker being unable to find I am closing this for now. If you need further assistance, please post to the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe. Please read the guidelines for contributing before submitting an issue or a pull request. |
|
I solved my issue by remove zlib |
I solved the same problem by adding the following into the Makefile.config: |
/home/dingjiangang/projects/joinMap/build> make -j2 how to solve it ,thank you |
I think it's something wrong with the ZLIB library. On Ubuntu 16.04, ZLIB's version is 1.2.8 by default. |
@sunguanxiong You are a lifesaver |
From ZLIB download last version zlib and install. |
it works for me,thanks~ |
It is work for me, thank you! |
It worked for me too. |
This works for me.
|
This worked for me! Thank you! |
good ,thank you |
Had the same problem, removed the package from conda: |
works for me ! |
It's work for me! thank you! |
where are the makefile.config? |
Issue summary
when i run "make test -j8", it shows:
Steps to reproduce
this is my makefile.config
The problem seems about python version,I trid to use caffe with python3.5 ,but I don't konw why it shows //home/anaconda/lib... and I have
Your system configuration
Operating system: ubuntu16.04 kylin
Compiler: gcc 5.4.0
CUDA version (if applicable): no
CUDNN version (if applicable):no
BLAS:atlas
Python or MATLAB version (for pycaffe and matcaffe respectively):python
The text was updated successfully, but these errors were encountered: