You should have a line in your httpd.conf that reads:
LoadModule php4_module libexec/libphp4.so
This has never worked on an apache install that I've seen.
Change this line to read:
LoadModules php4_module modules/libphp4.so
and you should be up and running! 🙂
-Rich