You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2001/06/08 13:07:51 UTC

Re: AJP14 - autoconf (apxs 2.0 buggy?)

GOMEZ Henri wrote:
> 
> >>By the way my apxs (2.0) tries to build an excutable instead a
> >>dynamic library,
> >>has someone seen a problem like that? (evil libtool or JF's
> >>big fingers?:-( ).
> >
> >I didn't have such problem here using Linux :)
> >And I use your apache 2.0 (or may be mine, what was the latest
> >of our 2 pacthes commit ?)
> 
> I mean the actual apxs (which was patched by JF or I to support
> multiple source files)
> 
> :)

Martin committed your patch for apxs (some weeks ago)

But a little more fixing is needed in apxs: It calls libtool -o mod_jk.so
instead -o mod_jk.la.
+++
Usage: apxs -g [-S <var>=<val>] -n <modname>                                    
       apxs -q [-S <var>=<val>] <query> ...                                     
       apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]            
               [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]         
               [-Wl,<flags>] <files> ...                                        
       apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...          
       apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...          
+++
The end user should not worry about *.la files if when he tries to use apxs. Any
objections?

Cheers

Jean-frederic