에러해결

PHP COMPILE - error: wrong mysql library version or lib not found.

by 햇빛소년 posted Mar 15, 2014 Views 4129 Likes 0 Replies 0
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

국산 통나무 수공예 남원제기, 남원목기

자료가 도움이 되셨다면
혼수용품제수용품 필요시
남원제기 공식 홈페이지 http://남원제기.kr
남원목기 공식 홈페이지 http://otchil.kr
에서 구매 해 주세요
정성껏 모시겠습니다.
 

PHP 컴파일시 다음과같은 mysqli 에러가 발생 하였다.


checking for MySQLi support... yes
checking whether to enable embedded MySQLi support... no
checking for mysql_set_server_option in -lmysqlclient... no
configure: error: wrong mysql library version or lib not found. Check
config.log for more information.

컴파일 옵션은 아래와 같았는데 이 옵션을 아래와 같이 변경 해 준다.

./configure
....
.....
--with-mysqli=/설치디렉토리/mysql/bin/mysql_config - 삭제

--enable-embedded-mysqli=shared --- + 추가
...
.....

이렇게 해 주니 그 에러는 사라 졌다.


   

Articles

1 2 3 4 5 6 7 8 9 10