You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Farag, Hany M (Hany)" <hf...@lucent.com> on 2001/09/06 22:19:23 UTC

RE: apxs Error - please ignore

Got it, thanks anyway.


Hany

-----Original Message-----
From: Farag, Hany M (Hany) 
Sent: Thursday, September 06, 2001 3:00 PM
To: 'dev@httpd.apache.org'
Subject: RE: apxs Error


Hi,
I'm getting this error when using apxs (apache 2.0.24):

./apxs -i -a -c iCAP.h iCAP_protocol.h mod_iCAP.h co.h co_protocol.c
iCAP_protocol.c mod_iCAP.c 
libtool --silent --mode=compile gcc -g -O2 -pthread
-I/usr/local/apache2/include  -c -o co_protocol.lo co_protocol.c && touch
co_protocol.slo
libtool --silent --mode=compile gcc -g -O2 -pthread
-I/usr/local/apache2/include  -c -o iCAP_protocol.lo iCAP_protocol.c &&
touch iCAP_protocol.slo
libtool --silent --mode=compile gcc -g -O2 -pthread
-I/usr/local/apache2/include  -c -o mod_iCAP.lo mod_iCAP.c && touch
mod_iCAP.slo
libtool --silent --mode=link gcc -g -O2 -pthread -o co_protocol.la -rpath
/usr/local/apache2/modules -module -avoid-version   mod_iCAP.lo
iCAP_protocol.lo co_protocol.lo iCAP.h iCAP_protocol.h mod_iCAP.h co.h
apxs:Error: Sorry, cannot determine bootstrap symbol name
apxs:Error: Please specify one with option `-n'


Does anybody knows what it means?

Thanks
Hany