드루팔 설치시 mysql이 인식되지 않습니다
드루팔 7버전 올리려고 계속 시도중입니다.
문제점은 드루팔 설치중에 mysql이 인식되지 않고 sqlite만 계속 인식되고 있습니다.
phpinfo를 통해서 mysql이 읽히는 것을 확인 했는데도 불구 하고 인식이 안되네요 ....
무슨 문제인가요 도와주십시오!!
###
centos6.3을 사용중이고
아파치와 mysql 그리고 php를 새롭게 깔았습니다
httpd-2.2.24
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-so --enable-ssl --enable-modules=ssl --enable-rewrite --with-mpm=prefork --with-mcrypt=/usr/local
mysql-5.1.38
./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --with-charset=euckr --with-extra-charsets=all
php-5.2.17
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-apache-install=/usr/local/apache2 --with-config-file-path=/usr/local/apache2/conf --disable-debug --enable-safe-mode --enable-track-vars --enable-sockets --with-mod_charset --with-charset=utf8 --with-xml --with-language=korean --enable-mailparse --enable-calender --enable-sysvsem=yes --enable-sysvshm=yes --enable-ftp --enable-magic-quotes --enable-gd-native-ttf --enable-url-includes --enable-trans-id --enable-inline-optimization --enable-bcmath --with-jpeg --with-png --with-zlib --with-jpeg-dir=/usr --with-png-dir=/usr/lib --with-freetype-dir=/usr --with-libxml-dir=/usr --enable-exif --with-gd --with-ttf --with-gettext --enable-sigchild --enable-mbstring --with-mcrypt --with-mysql=/usr/local/mysql
정확한 것은 모르겠지만....
PDO Driver 가 없으면 SQLite만 나오는 것 같습니다.
아래 링크를 확인하시면 도움이 되리라 생각합니다.
http://drupal.org/requirements/pdo
댓글 달기