View Single Post
  #5  
Old 08-26-2008, 09:01 AM
nicksnels nicksnels is offline
Member
 
Join Date: Feb 2007
Posts: 33
Hi,

the phpize works and I can also do the make and the make install, but it still doesn't work. I get the following output if I run make install:

/bin/sh /home/user/tmp/mailparse-2.1.1/libtool --mode=install cp ./mailparse.la /home/user/tmp/mailparse-2.1.1/modules
cp ./.libs/mailparse.so /home/user/tmp/mailparse-2.1.1/modules/mailparse.so
cp ./.libs/mailparse.lai /home/user/tmp/mailparse-2.1.1/modules/mailparse.la
PATH="$PATH:/sbin" ldconfig -n /home/user/tmp/mailparse-2.1.1/modules
----------------------------------------------------------------------
Libraries have been installed in:
/home/user/tmp/mailparse-2.1.1/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Installing shared extensions: /php5/lib/php/extensions/no-debug-non-zts-20060613/

I think that the problem is that Litespeed doesn't pick it up. Maybe I need to put the .so files in a Litespeed folder?? Could that be the problem? Thanks.

Kind regards,

Nick
Reply With Quote