Re: A lot of warnings compiling JK2 on Aix
From: Nicholas Dronen (ndronen_at_io.frii.com)
Date: 11/27/03
- Next message: yls177: "lscfg | grep fcs (fibre adapter)"
- Previous message: TT: "Re: HD/Ram for 7025-F50 (AIX 4.3.3ML11)"
- In reply to: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Next in thread: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Reply: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Nov 2003 00:07:43 GMT
jpm <jperezme@telefonica.net> wrote:
j> Sorry, but i don't find anyone who answer to me in another newsgroups about
j> apache.
Don't top-post. Read my reply below.
j> "Nicholas Dronen" <ndronen@io.frii.com> escribió en el mensaje
j> 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>
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
j> 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
j> 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.
You might find people more willing to respond if you actually include
some of the warning messages.
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
- Next message: yls177: "lscfg | grep fcs (fibre adapter)"
- Previous message: TT: "Re: HD/Ram for 7025-F50 (AIX 4.3.3ML11)"
- In reply to: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Next in thread: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Reply: jpm: "Re: A lot of warnings compiling JK2 on Aix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|