I am trying to install MediaWiki 1.4.0 on 5.3-STABLE FreeBSD 5.3-STABLE following the instructions at
http://meta.wikimedia.org/wiki/Running_MediaWiki_on_FreeBSD
I have installed all the ports
$ pkg_info | grep apache apache-2.0.53_1 Version 2 of Apache web server with prefork MPM. $ pkg_info | grep mysql mysql-client-4.1.10a Multithreaded SQL database (client)ed by script will be mysql-server-4.1.10a Multithreaded SQL database (server) shell is assumed. php4-mysql-4.3.11 The mysql shared extension for phply). $ pkg_info | grep php4 php4-4.3.10_2 PHP Scripting Language (Apache Module and CLI) php4-ctype-4.3.11 The ctype shared extension for php php4-extensions-1.0 A "meta-port" to install PHP extensions php4-iconv-4.3.11 The iconv shared extension for php php4-mbstring-4.3.11 The mbstring shared extension for php php4-mysql-4.3.11 The mysql shared extension for php php4-overload-4.3.11 The overload shared extension for php php4-pcre-4.3.11 The pcre shared extension for php php4-posix-4.3.11 The posix shared extension for php php4-readline-4.3.11 The readline shared extension for php php4-session-4.3.11 The session shared extension for php php4-tokenizer-4.3.11 The tokenizer shared extension for php php4-xml-4.3.11 The xml shared extension for php php4-zlib-4.3.11 The zlib shared extension for php $ grep php /usr/local/etc/apache2/httpd.conf LoadModule php4_module libexec/apache2/libphp4.so AddType application/x-httpd-php .php .phtml(Apache Module and CLI)
But when I load index.php, I get the following message
MediaWiki 1.4.0 installation
Please include all of the lines below when reporting installation problems.
Checking environment... • PHP 4.3.10: ok • PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title) PHP's XML module is missing; the wiki requires functions in this module and won't work in this configuration. If you're running Mandrake, install the php-xml package.
mediawiki-l@lists.wikimedia.org