"Martin A. Marques" wrote:

> Make a file whatever.php with this:
> 
> <?php phpinfo() ?>
> 
> So you can see all the PHP information.

Thanks for that tip.

This is weird.

I have both the php-mysql and php-pgsql packages installed on this
machine:

[mjinks@titan mjinks]$ rpm -qa | grep php
php-4.0.4pl1-3
php-imap-4.0.4pl1-3
php-manual-4.0.4pl1-3
php-pgsql-4.0.4pl1-3
php-mysql-4.0.4pl1-3

But in the file I just generated, while there is a section for
PostgreSQL, there is none for MySQL.

I notice that the ./configure options displayed include
"--without-mysql".  What bearing does that have on the independent
installation of the php-mysql package?  Could that be what's rendering
the package irrelevant?

And if that's the case, why bother creating a php-mysql package at all,
since it looks like I'm going to have to recompile PHP in any case?
(whine)

> Check if the http.conf file has the info related with PHP.

Here's what I have:

LoadModule php_module         modules/mod_php.so
</IfDefine>
<IfDefine HAVE_PHP3>
LoadModule php3_module        modules/libphp3.so
</IfDefine>
<IfDefine HAVE_PHP4>
LoadModule php4_module        modules/libphp4.so
</IfDefine>



-- 
Michael Jinks, IB // Technical Entity // Saecos Corporation

whatever.php.gz

Reply via email to