LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   apache, php, mysql on linux (https://www.linuxquestions.org/questions/linux-newbie-8/apache-php-mysql-on-linux-463023/)

jstephens84 07-21-2006 09:08 PM

I tried that --with-mysql on php5 and I believe you don't need that anymore. try compiling with out it.

Skip-DMP 08-01-2006 02:15 PM

Not sure if your OS supports "up2date" or another similar program. However, you are likely missing what I was on my RHEL box: php-mysql

AmphetaminePhreak 08-02-2006 02:46 AM

"call to undefined function mysqal_connect()" or pconnect() whatever, means that one of your library modules that apache uses to make that kind of socket connection to myspl is not being included in your apache config file. i totally forget the syntax for this, but you have to explicitly state where this module that includes this function is located. which would be where all the other library modules are (i forget the name of this file too, "config?")


All times are GMT -5. The time now is 09:46 AM.