Linux/기타
configure: error: libjpeg.(a|so) not found. configure: error: libpng.(a|so) not found.
준섭이
2013. 12. 19. 17:38
728x90
configure: error: libjpeg.(a|so) not found.
configure: error: libpng.(a|so) not found.
- configure 중 해당 라이브러리가 없어 나는 에러
- 아래의 라이브러리 설치
yum install libjpeg-devel
yum install libpng-devel
해당 라이브러리 설치 후에도 에러가 발생하면 아래와 같이 설정
64bit 운영체제에서 해결이 됨.
ln-s /usr/lib64/libjpeg.so /usr/lib
ln-s /usr/lib64/libpng.so /usr/lib