Re: libltdl segfaults on lt_dlsym

2002-12-30 Thread Roger Leigh
Conrad Canterford <[EMAIL PROTECTED]> writes: > This is almost certainly a user error, not a libltdl error, but I cannot > work out how to make this work. I have a .so file which contains my user > interface. The main program finds the path to it and the names of > varioius subroutines within it f

Re: libltdl segfaults on lt_dlsym

2002-12-30 Thread Albert Chin
On Mon, Dec 30, 2002 at 04:42:50PM +1100, Conrad Canterford wrote: > This is almost certainly a user error, not a libltdl error, but I cannot > work out how to make this work. I have a .so file which contains my user > interface. The main program finds the path to it and the names of > varioius sub

Re: problems or bug with libtool on apache 2.0.40 on AIX 4.3

2002-12-30 Thread Jeff Trawick
Are you using gcc? If so, please add -G to the options passed to ld and see if it works. Adding "-Wl,-G" to the apxs options should do the trick. LETERRIER Hervé <[EMAIL PROTECTED]> writes: > I have a big problems with apache 2.0.40 on AIX 4.3 : > > i write a so module mod_pmicro.c which call