Hmmm...well the php libraries indicate that it is PHP 4 which is what I had
originally (upgraded from 4.1.x to 4.3.1).  I did use the
"i386-redhat'linux" configuration option.

I am using the "--with-mysql=shared/usr" option.  Following your point
below, I did a search on all instances of 'mysql' and found the following.
However, any change I made to the mysql config. directory gives me the
error:

"error: Cannot find header file under <directory>"

Please tell me what the directory should be in my mysql config option.

Thanks,
Don

/usr/bin/mysql
/usr/lib/mysql
/usr/libexec/webmin/caldera/mysql
/usr/libexec/webmin/mscstyle3/mysql
/usr/libexec/webmin/mysql
/usr/share/pear/tests/DB/tests/mysql
/usr/share/mysql
/usr/include/mysql
/usr/local/php-4.3.1/ext/mysql
/var/lib/mysql
/var/lib/mysql/mysql
/var/lock/subsys/mysql
/etc/rc.d/init.d/mysql
/etc/logrotate.d/mysql
/etc/webmin/mysql



> At 17:09 03.04.2003, Don spoke out and said:
> --------------------[snip]--------------------
> >The expected MySQL section is not even listed in the phpinfo() page.
This
> >would explain my "undefined function" errors when attempting MySQL
> >functions.  What I can't figure out is why MySQL is not being recognized
by
> >PHP.
> --------------------[snip]--------------------
>
> I believe it's a directory mismatch between your mysql build and php
build.
> Usually the mysql build is either located in /usr or /usr/local (check for
> directories /usr/include/mysql and /usr/lib/mysql), you need to specify
the
> correct directory when configuring php.
>
> The next issue may be if you have multipls PHP versions (from RPM, or from
> your own builds) on your system - check which version Apache is using.
> Check your httpd.conf what installation it uses.
>
>
> --
>    >O Ernest E. Vogelsinger
>    (\) ICQ #13394035
>     ^ http://www.vogelsinger.at/
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.465 / Virus Database: 263 - Release Date: 3/25/2003


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to