ID:               36690
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mlandis at pnmx dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Fedora Core 4
 PHP Version:      5.1.2
 New Comment:

I doubt anyone will be able to help you. since noone is able to
reproduce your problem.
Not PHP problem, but some mess in your system.


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

[2006-03-12 00:57:48] mlandis at pnmx dot com

I have no other Linux boxes available so I'm stuck installing PHP on
this one.  BTW, I wasn't trying to pull the wool over your eyes w.r.t.
alpinekid (you guys are so cynical).

I can reproduce this on my machine every time.  Configure first
encounters difficulties at...

configure:12447: gcc -o conftest -g 02 conftest.c -lpthreads -lnsl
1>&S
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure: failed program was:
#line 12438 "configure"
#include "confdefs.h"
#include <pthread.h>
int main() {
pthread_t th; pthread_join(th,0);
...

//my /usr/lib contains:
libpthread.a, libpthread.so, libpthread_nonshared.a

and /lib/i686/nosegneg/ contains:
libpthread-2.3.5.so, libpthread.so.0

Is there something I can do to help configure succeed here?

Thanks, Mike

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

[2006-03-11 12:10:42] [EMAIL PROTECTED]

;)  Nice try on the Google thing.  They are all from the same person. 
Someone who goes by "Alpinekid".  Try this:

http://www.google.com/search?hl=en&lr=&safe=off&c2coff=1&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=%22zend_list_delete+undefined%22+libphp5.so+-alpinekid&btnG=Search

It sounds like you have some interesting problem on your system.  Try
it on another box and see if you get the same thing.  As it is, since
none of us here can reproduce this, there isn't much we can do.  Please
re-open if you find some solid information that points to a PHP bug.

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

[2006-03-11 11:02:12] mlandis at pnmx dot com

There are numerous posts on exactly this subject associated with
previous versions of PHP or another OS.  If you google
"_zend_list_delete undefined libphp5.so" you'll get 92 hits, so
something is amiss.  Chances are that many people didn't post to a news
group about their experience.  It shouldn't take thousands of people
reporting a bug for it to be real - 90+ should be plenty.  My guess is
that there's something that configure is not accounting for.  There are
quite a few of us out here that would appreciate you taking this
seriously.  If I can help get to the bottom of it, I would be happy to
cooperate in any way.

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

[2006-03-11 10:06:59] [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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

It wouldn\'t build for thousands of other people then?


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

[2006-03-11 00:28:34] mlandis at pnmx dot com

Description:
------------
$ ./configure --with-pear --with-mysql --enable-fastcgi
--enable-safe-mode --with-apxs2=/usr/local/apache/bin/apxs
$ make
$ make install
$ objdump -x modules/libphp5.so

//..._GLOBAL_OFFSET_TABLE_ and above seem to be okay, but just about
everything afterwards is undefined.

0001b138 l     O *ABS*  00000000              .hidden
_GLOBAL_OFFSET_TABLE_
00000000         *UND*  00000000              ap_auth_type
00000000         *UND*  00000000              _erealloc
00000000         *UND*  00000000              zend_get_parameters_ex
00000000         *UND*  00000000              sqlite3DropTrigger
00000000         *UND*  00000000             
zend_hash_internal_pointer_reset_ex
0001152c g     F .text  00000057              php_info_print_box_start
00000000         *UND*  00000000             
zend_exception_get_default
0000c638 g     F .text  00000027              zif_mysql_field_flags
00000000         *UND*  00000000              _zval_ptr_dtor
00000000         *UND*  00000000                 

Reproduce code:
---------------
Have not modified any code from the distribution.

Expected result:
----------------
A usable libphp5.so

Actual result:
--------------
can't start apache2 (2.0.55)

Cannot load /usr/local/apache/modules/libphp5.so into server:
/usr/local/apache/modules/libphp5.so: undefined symbol:
_zend_list_delete



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


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

Reply via email to