Package: wordpress
Version: 1.5.1.2-1
Severity: normal

After installation ("apt-get install wordpress" and script
"examples/setup-mysql") I see the following message instead of blog:

Your PHP installation appears to be missing the MySQL which is required
for WordPress.

I don't know PHP, I've made the following:

=== begin
--- wp-settings.php.orig    2005-06-09 23:54:42.000000000 +0400
+++ wp-settings.php 2005-06-09 23:54:34.000000000 +0400
@@ -17,6 +17,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

It helped. I suppose you see that it is ok, because your servers have
more then one site using mysql and php-mysql module is initialized
in one of these sites.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux banana.mx1.ru 2.4.27-2-686 #1 Fri Mar 25 11:48:59 JST 2005 i686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages wordpress depends on:
ii  apache2-mpm-prefork [httpd]  2.0.54-4    traditional model for Apache2
ii  libapache2-mod-php4          4:4.3.10-15 server-side, HTML-embedded scripti
ii  mysql-server [virtual-mysql- 4.0.24-10   mysql database server binaries
ii  php4                         4:4.3.10-15 server-side, HTML-embedded scripti
ii  php4-mysql                   4:4.3.10-15 MySQL module for php4

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to