ID:               30340
 Updated by:       [EMAIL PROTECTED]
 Reported By:      orlowscy at hotpop dot com
 Status:           Open
-Bug Type:         Apache2 related
+Bug Type:         Compile Failure
 Operating System: RedHat 7.2
 PHP Version:      4.3.9
 New Comment:

If the generated libtool script has build_libtool_libs=no PHP can't
build shared libraries. I suggest you look at the configure output to
see why libtool is refusing to support shared libraries, or upload it
somewhere and I'll look.


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

[2004-10-12 20:45:37] scymerman at comcast dot net

Derick,

What constitutes a bug to you?  Just so you know where I’m coming from,
my definition of a bug is not an issue with software that has not been
corrected nor has a solution to get around it.  I don’t know if for
some weird reason you are not supporting older RH Versions or what. 
I’m also having the same exact problem and do not know where to go from
here.  From reading what Slawomir has posted, it seems like this is also
an issue with older versions of php.  I’m just looking for some
clarification on where I should go in regards to the say issue.
Thanks.

-Scott

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

[2004-10-12 15:31:36] orlowscy at hotpop dot com

I have downgraded PHP to 4.3.0 configured apache 2.0.44 :
./configure --prefix=/usr/local/apache2 \
--enable-so 
configured older php 4.3.0:
./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/local/mysql \
--prefix=/usr/local/apache2/php \
--with-config-file-path=/usr/local/apache2/php 

unfortunately libphp4.so still was not created but this time libphp4.a
was created even directive --with-apxs2 was used to create DSO library.
It does not make sense - to compile static library I have to have
compiled apache - (apxs from apache was used). To use static library
apache would have to be compiled. So it is vicious circle.
Maybe even older PHP 4.2 would produce libphp4.so - do anybody have any
suggestions ????

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

[2004-10-09 15:42:33] [EMAIL PROTECTED]

.

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

[2004-10-08 18:00:17] orlowscy at hotpop dot com

after runing  configuration
./configure with-apx2=/usr/local/apache/bin/apxs ...
 libtool file is created and 
build_libtool_libs=no is set up. 

But even correcting it by hand (as suggested by some ) to
build_libtool_libs=yes is not solving problem.  libphp4.so would not
produce under ../sapi/cli/.libs or any other place for that matter.

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

[2004-10-07 15:10:32] [EMAIL PROTECTED]

No bug, contact one of the mailinglists that are listed at
http://php.net/support.php.

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

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

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

Reply via email to