티스토리 뷰
리눅스/기본
configure: error: Can't find or link to the hdf5 library. Use --disable-netcdf-4, or see config.log for errors.
Seob 2015. 5. 21. 16:02반응형
에러 : configure: error: Can't find or link to the hdf5 library. Use --disable-netcdf-4, or see config.log for errors.
해결 방법 :
Netcdf Configure 시 위와 같은 에러가 발생한다.
이 경우 hdf5 라이브러리를 찾지 못하는 경우다.
export CPPFLAGS=-I[HDF5 Include 경로]
export LDFLAGS=-L[HDF5 Lib 경로]
위와 같이 설정해주면 된다.
아직도 이해가 잘 안된다면 hdf5 경로가 있다고 치자.
/usr/local/hdf5/include와 /usr/local/hdf5/lib 있다고 가정 할 경우
export CPPFLAGS=-I/usr/local/hdf5/include
export LDFLAGS=-L/usr/local/hdf5/lib
이렇게 하면 된다.
반응형
'리눅스 > 기본' 카테고리의 다른 글
서버에서 이유없이 ssh / su 이 느릴 때 (0) | 2019.09.11 |
---|---|
Linux와 Windows간 NFS 파일 공유 (3) | 2015.06.22 |
NAT 설정 시 에러 발생 (0) | 2015.05.18 |
[Web] ZendOptimizer 3.3.9 설치 (0) | 2015.05.18 |
리눅스 파일시스템 체크 ! (0) | 2015.04.28 |
댓글
공지사항
최근에 올라온 글