Support Requests item #581211, was opened at 2002-07-13 23:50
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403612&aid=581211&group_id=31885
Category: Install Problem (example)
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot call mysql_pconnect() function
Initial Comment:
"Call to undefined function: mysql_pconnect()"
I'm running RedHat 7.2, Apache 1.3.22, PHP 4.0.6,
PHPLib 1.7d, mySQL server 3.23.41 PHPlib seems to
be working fine up until it tries to hit the db. I was able
to call phpinfo() without any trouble. Most of the help
I've found online so far points toward mysql support not
being compiled in with apache, but phpinfo reports "--
with-mysql=shared,/usr" which I take to mean that it
was compiled with all the right options. Any help would
be greatly appreciated.
Thanks,
Chip
----------------------------------------------------------------------
>Comment By: Layne Weathers (layne_weathers)
Date: 2002-07-15 09:40
Message:
Logged In: YES
user_id=278685
I don't know what the "shared," in the configure is doing - I've
always used "--with-mysql=/usr". For the generic MySQL
support you can also do "--with-mysql". If you upgraded
MySQL without recompiling PHP (and PHP was compiled
with the specific MySQL client libraries) you'll need to
recompile so PHP can get the new client libraries.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403612&aid=581211&group_id=31885
|