Peterson, Adam (GE Healthcare) wrote:
> How do I verify that the extension is installed/enabled?
> 
> -Adam

'php -m' would contain 'mysql'



> 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'

Yes, that should give you mysql. Does the configure output contain that
mysql extension will be added (shared or static)?


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to