Thank you very much for your help. After reset the dir of extension_dir in /etc/php5/apache2/php.ini, the configuration success.
$ locate mysql.so /usr/lib/perl5/auto/DBD/mysql/mysql.so /usr/lib/php5/20090626/mysql.so /usr/lib/php5/20090626/pdo_mysql.so "/etc/php5/apache2/php.ini" extension_dir = "/usr/lib/php5/20090626/" ; extension_dir = "/usr/lib/perl5/auto/DBD/mysql/" -- not this one $ sudo /etc/init.d/apache2 restart it works. Yufei ________________________________ From: Brion Vibber <[email protected]> To: MediaWiki announcements and site admin list <[email protected]> Sent: Wed, October 13, 2010 12:29:04 PM Subject: Re: [Mediawiki-l] mediawiki installation error in ubuntu 10.04 Things to try: * restart the web server to ensure PHP configuration has been reloaded * make a file phpinfo.php containing "<?php phpinfo() ?>" * go to it in browser - it'll list all PHP configuration options and loaded modules. Check what's in there, including the path to php.ini * if necessary, edit php.initial to enable modules manually Full docs on configuration are available at php.net -- brion On Oct 12, 2010 4:56 PM, "ren yufei" <[email protected]> wrote: > Yes, > > "PHP 5.3.2-1ubuntu4.5 installed > Could not find a suitable database driver! > * For MySQL, compile PHP using --with-mysql, or install the mysql.so module" > > > > ________________________________ > From: Platonides <[email protected]> > To: [email protected] > Sent: Tue, October 12, 2010 7:52:39 PM > Subject: Re: [Mediawiki-l] mediawiki installation error in ubuntu 10.04 > > ren yufei wrote: >> Thank you. But I have already installed the php5-mysql, >> >> $ sudo apt-get install php5-mysql >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> php5-mysql is already the newest version. >> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. >> >> Do you need any of configuration files? >> >> Yufei > > Does it still tell you > "Could not find a suitable database driver! > * For MySQL, compile PHP using --with-mysql, or install the mysql.so > module" when trying to install? > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
