I run apache with mod_php4 on Unix. I need the server to do MySQL and mod_ssl as well, but I have not found any reading that's given me everything I need for this situation.
As a result, I'm using two boxes for the job...one does php+apache, and the other does mod_ssl+apache. I'd sure like to get it working all on one box, I could use my other box in some other location.....
Configuring php "straight-up" gave me the famous:
Undefined symbol: "sslonceonly_init"
error, and while I have conquered that hurdle, I'm now
stuck with MySQL, it seems:
$apachectl configtest
Syntax error on line 222 of /www/conf/httpd.conf:
Cannot load /usr/libs/libphp4.so into server: /usr/libs/libphp4.so: Undefined symbol "mysql_field_count"
I'm sure I just need to do more reading, but I'm to the point where it makes sense to ask.....Anybody got a good resource for this one? I'm pretty sure I spent time at php.net/manual on this one, but I'd have to admit
that it's been a couple of weeks, and I can't remember exactly
everything I've tried.
Thanks,
Dalecosp