Hello,
After compiling php 5.2.3 am getting the following error while installing magento.
PHP extension "pdo_mysql" must be loaded.
PHP extension "mcrypt" must be loaded.
PHP extension "curl" must be loaded.
Below is my compile command
'./configure' '--prefix=/usr/local/lsws/lsphp5' '--with-mysql=/usr/local/mysql' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-litespeed' '--enable-suhosin'
am using litespeed version 4.0.15 on a linux machine. Also while compiling should i use --with-mysql or --with-mysqli option ?
thanks
After compiling php 5.2.3 am getting the following error while installing magento.
PHP extension "pdo_mysql" must be loaded.
PHP extension "mcrypt" must be loaded.
PHP extension "curl" must be loaded.
Below is my compile command
'./configure' '--prefix=/usr/local/lsws/lsphp5' '--with-mysql=/usr/local/mysql' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-litespeed' '--enable-suhosin'
am using litespeed version 4.0.15 on a linux machine. Also while compiling should i use --with-mysql or --with-mysqli option ?
thanks