OK, there's been another thread floating around about getting: 

Fatal error: Call to undefined function: mysql_pconnect()

Turns out, I'm getting this same error message for both mysql_pconnect
as well as plain mysql_connect.  I'm using the PHP debian package found
in potato. (4.0.3pl1)  phpInfo() shows me the configure command which
includes:

'--with-mysql=shared,/usr' 

So, I'm assuming that I really have mysql support compiled in.  mysql
lives in /usr/bin/mysql (and is also the debian potato package)

I'm used to windows -- this is the first time I've tried to set up
php/mysql on linux, so I'm hoping I'm just overlooking something
obvious. Anyone have any ideas?

Thanks.

--kurt


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to