You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GOMEZ Henri <hg...@slib.fr> on 2002/05/24 09:45:02 UTC

autoconf support for native2

Hi to all,

Just commited the updated works on autoconf for
native2.

1) I removed support for static build, since I'm
   still waiting for informations on how to do this.


usage :

cd jk/native2
./buildconf.sh

to build against apache 1.3 without apr
./configure --with-apxs=/sbin/apxs 
make

to build against apache 1.3 without apr 
and apache 2.0 (with apr it's included)
./configure --with-apxs=/sbin/apxs --with-apxs2=/sbin/apxs2
make

to build against apache 1.3 with static apr present 
somewhere 
./configure --with-apxs=/sbin/apxs --with-apr=somewhere
make

BTW: I still have a problem with apache 2.0 make which 
     fail when use libtool from apache2 built but works
     with system libtool.

+ add=
+ test no = yes
+ test no = yes
+ test unsupported = yes
+ add_dir=-L/usr/lib
+ add=-lapr
+ test prog = prog
+ test -n -L/usr/lib
+ finalize_deplibs=-L/usr/lib -L/usr/lib/apache2 
+ test -n -lapr
+ finalize_deplibs=-lapr -L/usr/lib -L/usr/lib/apache2 
+ test prog = lib
+ lib=
+ found=no
+ test no = yes
+ test -f 
+ echo libtool: link: cannot find the library `'
libtool: link: cannot find the library `'
+ exit 1
make: *** [../../../build/jk2/apache2/mod_jk2.so] Error 1

-
Henri Gomez                 ___[_]____
EMAIL : hgomez@slib.fr        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>