Evelyn Namara wrote:
even when i use the find command to find where it could be as in;
find / --name libphp5.so, it returns no entry.
This sounds like a 64 bit machine running an x86_64 operating system.
You can't find libphp5.so because it failed to get created.
It failed to get created probably because ibintl.so and libxml2.so files
did not exist in /usr/lib/ but exist in /usr/lib64/
The libtool shipped with php does not know about the lib64 directory.
-make clean
-run ./configure with your options
-edit ./libtool: add /usr/lib64 to sys_lib_search_path_spec AND
sys_lib_dlsearch_path_spec
then make and make install
But if your box is not 64 bit, then the above does not apply.
Good luck.
K.
how can i fix this?
Evelyn Namara
_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/
The above comments and data are owned by whoever posted them (including
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------