Bug 18295 - Apache PHP startup error
Summary: Apache PHP startup error
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: php
Version: 7.0
Hardware: i686
OS: Linux
medium
high
Target Milestone: ---
Assignee: Phil Copeland
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-04 05:43 UTC by Todd Clark
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-12-07 23:58:55 UTC
Embargoed:


Attachments (Terms of Use)

Description Todd Clark 2000-10-04 05:43:13 UTC
I upgraded from 6.2 to 7 today and ran into a problem with Apache 1.13.12 
not being able to start-up on account of an error involving PHP4 module 
compiled as a DSO module using mysql. I tried recompiling it and 
re-installing a clean version of MySQL but no luck. This is NOT using the 
stock Redhat Apache module.

APACHE ERROR:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libgd.so.1: 
cannot open shared object file: No such file or directory

My setup worked correctly with no problems unde

Comment 1 Ulrich Sibiller 2000-10-04 14:36:09 UTC
Same problem here. I had to install gd-1.2 ans 1.8 parallel to get it running...

Comment 2 Nalin Dahyabhai 2000-10-04 19:07:01 UTC
The libgd.so.1 module is in the gd-1.2.x packages.  Rebuilding the php module
will probably fix this, but you'll need to back out any patches that are added
to make it build against 1.2 (they are not compatible at the API level, so
source changes are required).  Otherwise, there's not much we can do to fix it,
since it's not the version we shipped out and we don't know exactly how it was
compiled.


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