리눅스 분류
PHP컴파일 시 오류가 나요..
작성자 정보
- alive 작성
- 작성일
컨텐츠 정보
- 3,941 조회
- 4 댓글
- 0 추천
- 목록
본문
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs
뭐가 문제인가요..? 초보니.. 자세하게 설명부탁드려요~~ㅜ_ㅜ
apache버젼: 2.2.14 / php버젼: 5.3.1 입니다.
ext/standard/.libs/info.o: In function `php_info_print_table_header':
/usr/local/src/php-5.3.1/ext/standard/info.c:1096: undefined reference to `ts_resource_ex'
ext/standard/.libs/info.o: In function `php_info_print_table_row_internal':
/usr/local/src/php-5.3.1/ext/standard/info.c:1140: undefined reference to `ts_resource_ex'
ext/standard/.libs/info.o: In function `php_print_gpcse_array':
/usr/local/src/php-5.3.1/ext/standard/info.c:149: undefined reference to `executor_globals_id'
ext/standard/.libs/info.o: In function `php_info_write_wrapper':
/usr/local/src/php-5.3.1/ext/standard/info.c:80: undefined reference to `ts_resource_ex'
ext/standard/.libs/info.o: In function `php_print_info':
/usr/local/src/php-5.3.1/ext/standard/info.c:964: undefined reference to `executor_globals_id'
/usr/local/src/php-5.3.1/ext/standard/info.c:967: undefined reference to `executor_globals_id'
/usr/local/src/php-5.3.1/ext/standard/info.c:970: undefined reference to `executor_globals_id'
/usr/local/src/php-5.3.1/ext/standard/info.c:973: undefined reference to `executor_globals_id'
/usr/local/src/php-5.3.1/ext/standard/info.c:895: undefined reference to `sapi_globals_id'
/usr/local/src/php-5.3.1/ext/standard/info.c:669: undefined reference to `sapi_globals_id'
/usr/local/src/php-5.3.1/ext/standard/info.c:874: undefined reference to `sapi_globals_id'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] 오류 1
관련자료
-
이전
-
다음
댓글 4
족구왕슛돌이님의 댓글
- 족구왕슛돌이
- 작성일
os가 어떻게 되는지 알 수 있을까요?
그리고...php 5.2.x 대 버전으로 한번 해보세요..'';
별 도움이 못되서 죄송합니다..ㅠ
그리고...php 5.2.x 대 버전으로 한번 해보세요..'';
별 도움이 못되서 죄송합니다..ㅠ
alive님의 댓글
- alive
- 작성일
OS는 CentOS 5.4 32bit 입니당
alive님의 댓글
- alive
- 작성일
5.2.12버젼으루 하니깐 잘되네요~
5.3에선 뭔가 달라졌나바요..ㅇ_ㅇ뭐지..!!!???
5.3에선 뭔가 달라졌나바요..ㅇ_ㅇ뭐지..!!!???
장규승님의 댓글
- 장규승
- 작성일
최신버젼이라 configure 내용이 달라진걸로 압니다.