- 论坛徽章:
- 0
|
First make clean in php directory.
If you machine is X86_64. maybe the infomation as follow can help you.
For x86_64 users, many linux distributions are using a lib64 directory
as well as the standard lib directory so both 32 and 64 bit versions are
available to your system. If your libtool doesn't know about this, which
the one shipped with php doesn't, you will get this error. A lot.
The solution is *in this order*:
-run ./configure with your favorite options
-edit ./libtool: add /usr/lib64 (or wherever yours is) to
sys_lib_search_path_spec AND sys_lib_dlsearch_path_spec
then make and make install will run. (although I'm still having issues
with mysql's prebuilt binary dist. of libmysqlclient for the x86_64) |
|