Package: wordpress
Version: 2.0.1-1
Followup-For: Bug #312721
This problem has re-occured with Wordpress 2.0.1
The solution is as before:
=== begin
@@ -51,6 +51,7 @@
die( 'Your server is running PHP version ' . phpversion() . '
but WordPress requires at least 4.1' );
if ( !extension_loaded('mysql') )
+ if (!dl("mysql.so"))
die( 'Your PHP installation appears to be missing the MySQL
which is required for WordPress.' );
function timer_start() {
=== end
As an aside, you might want to also note in the README.Debian that
upgraders from 1.5.1 need to visit http://blog.example.com/wp-admin/upgrade.php
to upgrade their database.
Thanks for packaging this great software :)
Sam
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12-10-k7
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)
Versions of packages wordpress depends on:
ii apache2-mpm-prefork [httpd] 2.0.54-5 traditional model for Apache2
ii libapache2-mod-php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii mysql-client [virtual-mysql- 4.0.24-10 mysql database client binaries
ii php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii php4-mysql 4:4.3.10-16 MySQL module for php4
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]