Home > Archive > PHP Language > October 2006 > undefined symbol
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| After compiling php 5.1.6 and restarting apache, I get the following error:
"cannot load libphp5.so into server" and "undefined symbol:
__zend_list_delete"
A quick look on Google turns up questions about this, but no answers. My
configure command (Scientific Linux 4.3) looked like this:
../configure --with-xml --with-soap --with-mysql --with-apxs2=/usr/sbin/apxs
Anyone have any idea what is wrong here?
Thanks for you your help.
| |
|
| It turns out I needed to include a --with-libdir=/usr/lib and it worked fine
after that. Sorry about the silly question.
> After compiling php 5.1.6 and restarting apache, I get the following
error:
> "cannot load libphp5.so into server" and "undefined symbol:
> __zend_list_delete"
>
> A quick look on Google turns up questions about this, but no answers. My
> configure command (Scientific Linux 4.3) looked like this:
>
>
../configure --with-xml --with-soap --with-mysql --with-apxs2=/usr/sbin/apxs
>
> Anyone have any idea what is wrong here?
>
> Thanks for you your help.
>
>
>
|
|
|
|
|