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


Reply via email to