Call to undefined function: mysql_connect()

Rob Brandt yellowdog-general@lists.terrasoftsolutions.com
Thu May 23 16:39:01 2002


That did it!  Thanks a bunch.

>I had this same problem, and fixed it according to these instructions from
>this list ages ago:
>
><snip>
>  > The php build that comes with YDL 2.2 is broken.  In order to
>  > make mysql work with it correctly, you will need to build your
>  > own php.  In my case, I am going to go a step farther and build
>  > my own mysql, apache, and php.
>
>I had the same problem a couple of days ago and raised the question on
>linuxppc-user list. The solution (which works) does not require a rebuild of
>php, rather all you need do is edit the /etc/php.ini file.
>
>About 2/3 down this file are places to define
>
>extension_dir and extension
>
>Change these to
>
>extension_dir /usr/lib/php4
>
>extension mysql.so
>
>You can also add the other extensions found in the same directory, if you are
>nee3ding to use them
>
>extension imap.so
>extension ldap.so
>extension odbc.so
>extension pgsql.so
>
>That's it. Save the new file as /etc/php.ini and restart httpd
>
>service httpd restart
>
>And you now have a working apache+php+mysql
></snip>
>
>Enjoy
>
>-Kimball Larsen
>
>On Thursday 23 May 2002 03:48, Rob Brandt wrote:
>>  Still putting together the pieces of my new YDL 2.2/G3 web server.
>>  I'm starting to transfer over some web sites, and testing several
>>  php/mysql apps, they all result in the same error:
>>
>>      Call to undefined function:  mysql_connect()
>>
>>  I'm certain that mysql is installed and working as I can browse my
>>  db's in Webmin.  Something else is wrong and I don't know what.
>>  Running phpinfo() says that I have mysql support in the dbx section.
>>  I used the default apache/mysql/php packages as supplied in the 2.2
>>  base distro.
>>
>>  Any ideas?
>>
>>  Rob
>
>_______________________________________________
>yellowdog-general mailing list
>yellowdog-general@lists.terrasoftsolutions.com
>http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general


--