Description of problem: The file /usr/share/eclipse/plugins/net.sourceforge.phpeclipse.externaltools_1.1.8/confs/httpd.conf incorrectly addresses the php4 shared object: LoadModule php4_module modules/libphp4.so Version-Release number of selected component (if applicable): eclipse-phpeclipse-1.1.8-16.fc7 How reproducible: None Steps to Reproduce: 1. Start http server and it doesn't start Actual results: Expected results: Additional info: Fix: adjust the httpd.conf file to: LoadModule php5_module modules/libphp5.so but this should be updated in the package for anyone that uses the Eclipse PHP plugin.
Created attachment 233411 [details] The proper httpd.conf adjusted.
*** This bug has been marked as a duplicate of 314831 ***