CentOS 5.2 x86_64 에서 jpeg 파일은 어떤것을 설치해야하는지요?
작성자 정보
- sharepia 작성
- 작성일
컨텐츠 정보
- 1,876 조회
- 0 추천
- 목록
본문
CentOS 5.2 x86_64를 설치를 했습니다..
APM을 설치하기 위해서 "jpeg" 라이브러리 소스파일을 설치할려고 하는데 configure 에서 에러가 발생합니다..
원소스파일이 있는 http://www.ijg.org 에 들어가서 보니까 jpeg 관련 x86_64 파일이 없더군요...
그래서 소스파일은 jpegsrc.v6b.tar.gz 를 가져와서 configure 했습니다..
에러는 "checking host system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized" 라고 뜹니다..
> ./configure --enable-shared --enable-static
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for function prototypes... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for size_t... yes
checking for type unsigned char... yes
checking for type unsigned short... yes
checking for type void... yes
checking for working const... yes
checking for inline... __inline__
checking for broken incomplete types... ok
checking for short external names... ok
checking to see if char is signed... yes
checking to see if right shift is signed... yes
checking to see if fopen accepts b spec... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking host system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
checking libjpeg version number... 62
creating ./config.status
creating Makefile
creating jconfig.h
해결 방법이 없는지요?
관련자료
-
이전
-
다음