libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jeff Trawick
Subject: Re: problems or bug with libtool on apache 2.0.40 on AIX 4.3
Date: 30 Dec 2002 08:03:10 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

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é <address@hidden> 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
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool

-- 
Jeff Trawick | address@hidden
Born in Roswell... married an alien...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]