Great, understanding and communication is a good thing. Having been using message boards in learning linux and server administration, I find that some people use it as a forum to be uncourteous to others and I think it is important to keep communications polite as well as technically sound.
Anyway, I just did a bunch of make and make installs for mysql, apache, and php as well as zend. Everything installs fine with no errors while doing that, but when I edit the httpd.conf file to add the modules and restart httpd I get tese errors:
"undefined symbol: apr_table_set" for the libphp5.so and libphp4.so when I go back to php4
"Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration"
Having to do with the directives surrounding var/wwwhtml in httpd.conf line 84
Any ideas?