Bug 343811

Summary: Eclipse PHP plugin addresses php4 as the installed so
Product: [Fedora] Fedora Reporter: Marcus <marcus>
Component: eclipse-phpeclipseAssignee: Brandon Holbrook <fedora>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-21 03:15:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
The proper httpd.conf adjusted. none

Description Marcus 2007-10-20 13:46:55 UTC
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.

Comment 1 Marcus 2007-10-20 13:46:55 UTC
Created attachment 233411 [details]
The proper httpd.conf adjusted.

Comment 2 Brandon Holbrook 2007-10-21 03:15:15 UTC

*** This bug has been marked as a duplicate of 314831 ***