I had been getting the "Garbled" error message.

find / -name apxs 
showed me:
/usr/sbin/apxs
/usr/local/apache/bin/apxs

I had been configuring with
/configure --with-mysql --with-apxs

My libphp4.so was being installed in /usr/lib/apache/libphp4.so.

I tried
/configure --with-apxs=/usr/local/apache/bin/apxs

and I noticed that libphp4.so was installed in
/usr/local/apache/libexec/libphp4.so

I restarted Apache and it worked.

I didn't configure using --with-mysql but the built in support is working so I'm not 
going to do that right now.

Hope this is helpful

- Brian

Apache 1.3.14
PHP 4.0.6
Mysql  3.23.32
Redhat 6.2



-- 
PHP Install 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