Bug 343811 - Eclipse PHP plugin addresses php4 as the installed so
Summary: Eclipse PHP plugin addresses php4 as the installed so
Keywords:
Status: CLOSED DUPLICATE of bug 314831
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse-phpeclipse
Version: 7
Hardware: i686
OS: Linux
low
low
Target Milestone: ---
Assignee: Brandon Holbrook
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-20 13:46 UTC by Marcus
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-21 03:15:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
The proper httpd.conf adjusted. (335 bytes, application/octet-stream)
2007-10-20 13:46 UTC, Marcus
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.