libtool
[Top][All Lists]
Advanced

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

problems or bug with libtool on apache 2.0.40 on AIX 4.3


From: LETERRIER Hervé
Subject: problems or bug with libtool on apache 2.0.40 on AIX 4.3
Date: Fri, 27 Dec 2002 14:35:41 +0100

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.

reply via email to

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