someone please give me some help. im so close to having it running i can smell the php stench.
im running red hat 7.1, and here is the problem:
i have apache running and everything is fine, but if i try to view a phpinfo(); page, it prints the actual code in the browser, which means that http.conf must be edited so i can use php. when i uncomment the lines:
LoadModule put_module modules/put_mod.so
LoadModule php4_module lib/apache/libphp4.so
it and run httpd & , it says:
syntax error on line 923 of httpd.conf: cannot load /etc/httpd/lib/apache/libphp4.so into server /etc/httpd/lib/apache/libphp4.so undefined symbol: my_message_no_curses.
when i go back and recomment line 923 (which is the LoadModule php4_module line) and run httpd &, it says:
{alert] httpd: could not determine servers fully qualified domain name, using 127.0.0.1 for server name.
either way, php doesnt seem to want to work with any of these settings. can someone tell me what the hell is going on?? im open to any suggestions!! and thanks for any attempt.