On Tue, Apr 11, 2006 at 09:07:49PM -0000, [EMAIL PROTECTED] wrote: > I would like compile a shared library of PHP for loading it into apache on > the HP-UX os. > > The problem is that i cannot because : > > - one of the different libraries used by php for > compiling is c-client (imap) who is only > available as a static library. > > - and libtool doesn't accept mixed static and shared library > the final result in this case is always a static library. > This situation occured on HP-UX but not on Linux. > > My question are : > > - Why it's not possible to mix libraries on HP-UX ? > - Is there a way to resolve this situation ?
We solved this by modifying the imap makefile to build the c-client library using libtool. -- albert chin ([EMAIL PROTECTED]) _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
