php..zend..and the latest apache build...

Jeremy

Registered
Aug 13, 2001
4
0
301
Need some help guys...

I installed the Latest Frontpage 5.0 Upgrade
from layer1, and it seemed to break zend.

So, I installed the latest buildapache.sea, and zend is still broken. :-(

I tried various things, even ran the ./installzend from the /scripts directory. No cigar. Anytime a script that is zend optmized runs, it just core dumps.

I then rebuilt php, and nothing.


Has anyone had anything similar happen? If so, what was your fix.

Thanks.


[Edited on 11/27/01 by Jeremy]
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
HI.

I have had this arise occassionally, usually on RedHat 7.+ systems..... the key is to analyze precisely where the php/apache compile is breaking. You basically have to go through the output from the compiling process with a fine toothed comb, to catch precisely what libraries are hosed/missing, or what links are missing.

If/when you locate broken packages- try the rpm installers that match the names you need first, if you have problems then, go for the sources and install from there.

Don\'t forget, /sbin/ldconfig is your friend.

R U Sure when you rebuilt php and/or apache itself it completed without any trouble?


Peace.