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/


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

Reply via email to