Posted by Mike Willbanks on 11/15/47 11:23
Alpinekid,
> Hi,
> I'm trying to compile php5 for apache2.
>
> When I try to load the php module I get an undefined symbol:
> _zend_list_delete error in libphp5.so.
>
> When I use objdump and look inside libphp5.so I see all the zend*
> functions are undefined.
>
> What did I forget to do?
The problem is with mysql... doesn't seem obvious but this has happened
to a number of users...
Here is a fix, hopefully your mysql directories are the same
cd /usr/lib/mysql
rename .a .a_old *.a
rename .la .la_old *.la
Then run configure/make/make install
Then rename these files back.
cd /usr/lib/mysql
rename .a_old .a *.a_old
rename .la_old .la *.la_old
Mike
Navigation:
[Reply to this message]
|