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 a simple library libtoto.la (toto.c is 
>the program int toto{ return(0)}; ). Compiling with make and make all install is 
>good, but when starting the httpd server with apachectl start, i have the error :
> 
> (root) AEdev:/usr/local/apache2/bin# apachectl start
> 
> Syntax error on line 237 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_pmicro.so into server:
> (root) AEdev:/usr/local/apache2/bin#
> 
> line 237 is the line LoadModule mod_micro.c
> 
> Manifestly, the library libtoto.la is not linked with the module.
> 
> Can you help my for this problem ?
> 
> Best regards._______________________________________________
> Libtool mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/libtool

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to