ID:               22180
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Closed
+Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Suse
 PHP Version:      4.3.0
 New Comment:

Not PHP bug..I had same problem with Apache 2.0.40 myself..
Upgrading to 2.0.44 fixed it.



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

[2003-02-12 20:57:28] [EMAIL PROTECTED]

Closed

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

[2003-02-12 20:56:45] [EMAIL PROTECTED]

Okay, I took php4-200302120430 & Apache2 2.0.44,
made the correct config (added a couple needed things, in fact) :
./configure --with-zlib=/usr --with-xml --with-mysql=/usr
--with-apxs2=/usr/local/apache2/bin/apxs --enable-debug --with-gettext
--with-imap --enable-ftp --with-imap-ssl

... and VIVA - it works properly.

My assumption why I've got the issue and why it's resolved : either the
wrong config string (zlibs instead of zlib) or the new PHP build.

In any case, Sniper, a million thanks :-))

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

[2003-02-11 21:48:12] [EMAIL PROTECTED]

You should also upgrade your Apache2 to 2.0.44..


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

[2003-02-11 21:39:21] [EMAIL PROTECTED]

minor typo in the configure line, it should say '--with-apxs2' of
course..(missing 's' :)


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

[2003-02-11 21:38:21] [EMAIL PROTECTED]

First of all, use correct configure line:

# rm config.cache
# ./configure --with-zlib=/usr --with-xml --with-mysql=/usr
--with-apx2=/usr/local/apache2/bin/apxs --enable-debug
# make clean
# make
# make install

And 'make libs/libphp4.bundle' is NOT meant for Linux,
it's for MacosX only!

Try the above procdure and if that fails to install
the libphp4.so, we need to figure out why.
(get the latest STABLE snapshot first!)


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

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/22180

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

Reply via email to