Hello, 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 ? Thanks a lot for any answer @++ JC _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool