Another thing I noticed is on the config/index.php the mysql drivers are not found. As a result, there is no database type MySQL available.
What do I need to do to have the install script pick up the MySQL drivers? I recompiled PHP with the following flags so I think PHP is seeing mysql... './configure' \ '--prefix=/opt/hpws/apache/php' \ '--with-mysql=/usr/local/mysql' \ '--without-sqlite' \ '--with-apxs2=/opt/hpws/apache/bin/apxs' \ '--with-zlib' \ '--with-ldap' \ '--with-gd' \ '--with-jpeg-dir' \ '--with-iconv-dir' \ '--enable-mbstring' > -----Original Message----- > From: [email protected] [mailto:mediawiki-l- > [email protected]] On Behalf Of Peterson, Adam (GE Healthcare) > Sent: Friday, January 30, 2009 1:58 PM > To: MediaWiki announcements and site admin list > Subject: Re: [Mediawiki-l] FW: Install errors > > How do I verify that the extension is installed/enabled? > > -Adam > > > -----Original Message----- > > From: [email protected] [mailto:mediawiki-l- > > [email protected]] On Behalf Of Platonides > > Sent: Wednesday, January 28, 2009 5:41 PM > > To: [email protected] > > Subject: Re: [Mediawiki-l] FW: Install errors > > > > Peterson, Adam (GE Healthcare) wrote: > > > Nope. It's a new install on a test server. PHP came with the web > bundle > > > that was installed. It installed using SQLite, but I'd rather use > the > > > mySQL db. > > > > I suspect your php doesn't have mysql extension installed/enabled. > > > > > > _______________________________________________ > > 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
