On Feb 3, 2008 1:30 PM, Simon H <[EMAIL PROTECTED]> wrote: > Thanks Allen but I'm running php4 not php5. This is an Apache module > issue, not a php module issue. The app functions fine with data > returning from the DB.
It's been a while since I ran PHP4.x, but I think the steps are the same.... It sure sounds to me like you're missing the php4-mysql connector--especially if the app is fine, but Apache isn't connecting. Looking in the OpenBSD ftp server, I can see there is a package for php4-mysql-4.4.1p1.tgz Did you build this from ports or install from packages? If from packages, you can just grab that from your local mirror. If from ports, rebuild your port and install the package that way.
