Hello,

I am still recieving errors when I try to connect to my MYSQL database
using php.

Here is the error that is generated on the page:

Fatal error: Call to undefined function: mysql_connect() in
/www/meyercousa/pages/view_data.php on line 13

As instructed from a previous post I recompiled php using the following
commands:

./configure --with-mysql=/usr/lib/mysql
(recieved the following error: "configure: error: Cannot find header files
under /usr/include/mysql")

./configure --with-mysql=/usr/include/mysql
(same error)

./configure --with-mysql=/usr
(as far as I can tell everything has compiled ok except I still recieve
the following error:  Fatal error: Call to undefined function:
mysql_connect() in /www/meyercousa/pages/view_data.php on line 13)

I have pasted the configuration command:

'./configure' 'i386-redhat-linux' '--prefix=/usr' '--exec-prefix=/usr'
'--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc'
'--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib'
'--libexecdir=/usr/libexec' '--localstatedir=/var'
'--sharedstatedir=/usr/com' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--prefix=/usr' '--with-config-file-path=/etc'
'--enable-force-cgi-redirect' '--disable-debug' '--enable-pic'
'--disable-rpath' '--enable-inline-optimization' '--with-bz2'
'--with-curl' '--with-db3' '--with-dom=/usr' '--with-exec-dir=/usr/bin'
'--with-freetype-dir=/usr' '--with-gd' '--with-gdbm' '--with-gettext'
'--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-mm'
'--with-openssl' '--with-png' '--with-pspell' '--with-regex=system'
'--with-ttf' '--with-xml' '--with-expat-dir=/usr' '--with-zlib'
'--with-layout=GNU' '--enable-bcmath' '--enable-debugger' '--enable-ftp'
'--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets'
'--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars'
'--enable-trans-sid' '--enable-yp' '--enable-wddx' '--without-oci8'
'--with-imap=shared' '--with-imap-ssl' '--with-kerberos=/usr/kerberos'
'--with-ldap=shared' '--with-mysql=shared' '--with-pgsql=shared'
'--with-unixODBC=shared' '--with-apxs=/usr/sbin/apxs'

I hope this helps.

Regards,

Adrian


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

Reply via email to