ID:               19639
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Critical
 Bug Type:         Apache2 related
 Operating System: Slackware 8.1 - Linux 2.4.19
 PHP Version:      4.2.3 and CVS-snaps
 New Comment:

I have this problem to.  I have to completely stop apache, then start
it again to "restart" it.


Previous Comments:
------------------------------------------------------------------------

[2002-10-08 08:50:20] [EMAIL PROTECTED]

If helps, isolated the problem on 'make install-pear'...

----------------------------------------------------------
Installing PEAR environment:      /usr/local/php/lib/pear/
/usr/src/ServerSoftware/PHP/php4-200210080300/sapi/cli/php: relocation
error:
/usr/local/php/lib/php/extensions/no-debug-non-zts-20020429/xml.so:
undefined symbol: XML_ParserCreate
make[1]: *** [install-pear-installer] Error 127
make: *** [install-pear] Error 2
----------------------------------------------------------

------------------------------------------------------------------------

[2002-10-08 08:14:51] [EMAIL PROTECTED]

Well, don't know whether this one deserves a new issue but let me
try...
I got PHP compiled after changing to static zlib support. Now I get the
following when I do a 'make install':

(cvs php4-200210071500)
-----------------------------------------------------------
Installing shared extensions:    
/usr/local/php/lib/php/extensions/no-debug-non-zts-20020429/
Installing PHP CLI binary:        /usr/local/php/bin/
Installing PEAR environment:      /usr/local/php/lib/pear/
/usr/src/ServerSoftware/PHP/php4-200210071500/sapi/cli/php: relocation
error:
/usr/local/php/lib/php/extensions/no-debug-non-zts-20020429/xml.so:
undefined symbol: XML_ParserCreate
make[1]: *** [install-pear-installer] Error 127
make: *** [install-pear] Error 2
-----------------------------------------------------------

At this time I'm getting the lastest CVS to try again.

------------------------------------------------------------------------

[2002-10-07 18:36:30] [EMAIL PROTECTED]

Building zlib as shared module SHOULD work...you just confirmed what I
was suspecting to be the bug.

What happens is that we are have some code in that main php libs which
rely on zlib been linked with it. And when you compile it as shared
extension, zlib is not linked with the main library/binary but only
with the extension.

Setting as critical and will look into this soon.


------------------------------------------------------------------------

[2002-10-07 07:47:20] [EMAIL PROTECTED]

Yes, I'm trying with shared zlib. Isn't it supported? Why?

(compiling with --with-zlib)...

Great! It's compiled and apache didn't crash with restart!

Guess we can close this issue, right?!

------------------------------------------------------------------------

[2002-10-03 19:15:26] [EMAIL PROTECTED]

Are you trying to compile with --with-zlib=shared.... ?


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/19639

-- 
Edit this bug report at http://bugs.php.net/?id=19639&edit=1

Reply via email to