PHPMyAdmin 오류조치법 The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

by ADMINPLAY posted Jan 20, 2009
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
PHPMyAdmin 을 설치 후 실행했을 때 아래와 같은 에러 문구가 나타났을 경우 해결하는 방법

The mbstring PHP extension was not found and you seem to be using multibyte charset. 

Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.


재컴파일시 --enable-mbstring 을 추가해준다.

예)
 ./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-jpeg-dir --with-gd --with-png-dir=/usr/lib --with-zlib-dir --with-zlib --with-config-file=/usr/local/lib --with-xml --with-mod_charset --with-language=korean --with-charset=euc_kr --with-kerberos --with-iconv --with-freetype-dir --enable-magic-quotes --enable-ftp --enable-gd-native-ttf --enable-sockets --enable-url-includes --enable-track-vars --with-curl --enable-mbstring --with-mysql=/usr/local/mysql