Hello,

If I compile a module that uses external library the output is this:

> ...
> [activating module `server_form' in /usr/local/apache2/conf/httpd.conf]
> Syntax error on line 337 of /usr/local/apache2/conf/httpd.conf:
> Can't locate API module structure `%b_module' in file 
> /usr/local/apache2/modules/mod_xxx.so: /usr/local/apache2/modules/mod_xxx.so: 
> undefined symbol: %b_module

Anyone can say me where is the problem?

I am using this.

/usr/local/apache2/bin/apxs -c  -Wc,$COMP_FLAGS mod_xxx.c
CUT=`basename mod_xxx.la`
/usr/local/apache2/bin/apxs -i -a -n xxx $CUT


Thanks in advance.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to