Re: A lot of warnings compiling JK2 on Aix

From: jpm (jperezme_at_telefonica.net)
Date: 11/27/03


Date: Wed, 26 Nov 2003 23:19:44 GMT

Sorry, but i don't find anyone who answer to me in another newsgroups about
apache.

"Nicholas Dronen" <ndronen@io.frii.com> escribió en el mensaje
news:3fc4bea8$0$88382$75868355@news.frii.net...
> JPM <jperezme@jazzfree.com> wrote:
> J> Hi!
> J> I'm compiling mod_jk2 on Aix 4.3.3. I follow this process:
>
> J> I use: gcc.3.2.1, libtool 1.4.2,autoconf 2.53,automake 1.5, make 3.79
>
> J> #cd jakarta-tomcat-connectors-4.1.29-src/jk/native2
> J> #./buildconf.sh
> J> #CC=gcc
> J>
./configure --with-java-home=/usr/java131 --with-apxs2=/usr/local/apache2/bi
> J> n/apxs --with-tomcat41=/soft/jakarta-tomcat-4.1.29
>
> J> Before running make, i edit
> J> jakarta-tomcat-connectors-4.1.29-srcjk/native2/server/apache2/Makefile
and
> J> change the line
> J> MOD_LINK = $(LIBTOOL) --mode=link
> J> $(CC) -avoid-version -module -rpath --${APACHE2_LIBEXEC} $(LT_LDFLAGS)
> J> $(ALL_LDFLAGS)
> J> to
> J> MOD_LINK = $(LIBTOOL) --mode=link $(CC) -avoid-version -module -rpath
> J> ${APACHE2_LIBEXEC} $(LT_LDFLAGS) $(ALL_LDFLAGS) -Wl,-brtl
> J> #make (gnu make)
>
> J> It finally build a libmod_jk2.so file but there are a lot of warnings
on
> J> compilation time.
>
> J> Is this correct ?
>
> The *warnings* are probably correct. I don't see how your configuration
> options could have caused the warnings (*whatever* they are). This
> is probably a portability issue with mod_jk.
>
> But why are you asking a mod_jk build question on an AIX newsgroup?
> You may be building on AIX, but the source code comes from the apache
> people. I suggest you pose questions like these to them in the future.
>
> Regards,
>
> Nicholas
>
> --
> "Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html
> "Meanings are another story." http://www.ifas.org/wa/glossolalia.html



Relevant Pages