[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] PHP and MySQL issues
- Subject: [cobalt-users] PHP and MySQL issues
- From: "Fay, Sean" <webmaster@xxxxxxxxxxxxxxx>
- Date: Sat Sep 14 15:26:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I'm on a new Cobalt Raq 550 and I'm installing a message board system. It's
a fresh install of the board but I'm getting this error:
undefined function: mysql_connect()
All the settings are correct for the board because I have it working on
other raqs. I'm thinking it has something to do with the way php is
configured.
I'm using:
PHP: 4.0.6
MySQL: 3.23.32
PHP was configured with :'./configure' '--prefix=/usr'
'--with-apxs=/usr/sbin/apxs' '--enable-safe-mode'
'--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin'
'--with-zlib' '--enable-magic-quotes' '--with-regex=system'
'--enable-track-vars' '--with-iconv' '--enable-xml' '--disable-debug'
'--with-gd' '--enable-mbstring' '--enable-mbstr-enc-trans'
'--with-interbase=shared' '--with-mysql=shared' '--with-pgsql=shared'
'--with-ldap' '--with-imap' '--with-openssl=/usr' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr'
Any ideas on what it might be?
Thanks, Sean