I written everything in original report. I can repeat :-)

As you could see in report, file wp-settings.php does not see mysql
module. Code

===
if ( !extension_loaded('mysql') )
    die( 'Your PHP installation appears to be missing the MySQL which is 
required for WordPress' ')
===

fails: I've seen this message instead of my blog. But the mysql module
itself is installed. As you could see in diff in the ports, I added line:

===
dl("mysql.so")
===

and now my blog works. Completly. Yes, MySQL is installed, as you
could see in the system information included in the report:

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 


setup-mysql made the job correctly. Everything is ok, except one:
wordpress does not see mysql module :-)

On Fri, Jun 10, 2005 at 10:15:42AM +1000, Kai Hendry wrote:
> On Fri, Jun 10, 2005 at 12:17:54AM +0400, Stepan Koltsov wrote:
> > After installation ("apt-get install wordpress" and script
> > "examples/setup-mysql") I see the following message instead of blog:
> 
> If you used the setup-mysql script, did you allow it to create the
> tables?
> 
> If so, then you do have mysql installed. 
> 
> Wordpress depends at least on a "virtual-mysql-server".
> 
> 
> Please give me more details of this problem.

-- 
Mater lautus fenestra.


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

Reply via email to