ID:               30340
 User updated by:  orlowscy at hotpop dot com
 Reported By:      orlowscy at hotpop dot com
-Status:           Bogus
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: RedHat 7.2
 PHP Version:      4.3.9
 New Comment:

I do not understand, how this is not a bug in PHP ?
I have took source PHP installation, configured it to produced
lbphp4.so. It did not do it. It seems to me it is PHP bug. I was not
able to find any solution on http://www.php.net/support.php.
More I have found on Google that a lot of people have the some problem
with PHP and so for no one have found a solid solution. So people
suggested to change option in libtool which is generated after make
configure, but it did not for  me.
So do you know how to remove that bug.
Please do not tell me it is not a bug.
Please help, I have spent week googling for solution.
Posted on mailing list without any solution.
IT IS SERIOUS bug which have been around for long time.


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

[2004-10-07 09:03:23] [EMAIL PROTECTED]

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.

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

[2004-10-06 17:27:47] orlowscy at hotpop dot com

Description:
------------
I have wanted to do upgrade PHP/APACHE on my RH7.2 system to
httpd-2.0.52 and php-4.3.9 with RedHat 7.2.

Did exactly all steps from manualls

- Stopped my old apache.
- configured new one
./configure --prefix=/usr/local/apache \
 --enable-so \
 --enable-cgi \
 --enable-info \
 --enable-rewrite \
 --enable-speling \
 --enable-usertrack \
 --enable-deflate \
 --enable-ssl \
 --enable-mime-magic

Complied installed and run with success new one.
- configured new php:
./configure \
 --with-apxs2=/usr/local/apache/bin/apxs \
 --with-mysql \
 --prefix=/usr/local/apache/php \
 --with-config-file-path=/usr/local/apache/php \
 --enable-force-cgi-redirect \
 --disable-cgi \
 --with-zlib \
 --with-gettext \
 --with-gdbm


 Compiled with options php but unfortunately libphp4.so library was
not
created.
 I have tried to compile PHP with smaller number of options
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
but it did not work too (libphp4.so was not produced).
Although php executables was created. But I using php olny to do web
pages.

Please help if you can.
There are not error during compilation, everything seems clean.

Regards
Slawomir




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


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

Reply via email to