Bug 18295

Summary: Apache PHP startup error
Product: [Retired] Red Hat Linux Reporter: Todd Clark <tclark>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 7.0CC: chrismcc
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: 2001-12-07 23:58:55 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:

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.