To get the build to pass on Debian Jessie, I had to (in addition to the above)
modify
INCLUDE_DIRS
inMakefile.config
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/
create symlinks as instructed here
cd /usr/lib/x86_64-linux-gnu sudo ln -s libhdf5_serial.so.8.0.2 libhdf5.so sudo ln -s libhdf5_serial_hl.so.8.0.2 libhdf5_hl.so
Work around #337 by installing
g++-4.6
from the Wheezy repo and adding toMakefile.config
:CUSTOM_CXX := g++-4.6
출처 : https://github.com/BVLC/caffe/issues/2347
'실습 > 오류 해결' 카테고리의 다른 글
caffe make 시 에러 : .build_release/tools/get_image_size.o (0) | 2017.11.30 |
---|---|
caffe make 시 : Cannot find -lhdf5_hl and -lhdf5 (0) | 2017.11.29 |
importerror: libpng16.so.16, importerror: libpng12.so.0 (0) | 2017.11.14 |
ImportError: libmkl_rt.so (0) | 2017.11.14 |
ImportError: numpy.core.multiarray failed to import 오류 해결 (0) | 2017.08.17 |