You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Trevor Carpenter <tr...@ed.ac.uk> on 2006/04/27 21:40:29 UTC

TOMCAT 5 on x86_64

Hi,

I am having using the jvsc configure script as described in the 
installation notes for TOMCAT 5. I am installing to a system using dual 
emt64 xeons running redhat kernel 2.6.9-34ELsmp.

the fail line is:

configure: error: Unsupported CPU architecture "x86_64"

this seems to be assoiciated with code for the case statment starting 
on ln 2629 in the configure file

I have checked the nabble archive and the bugzilla, I found patches for 
the problem but they all refer to amd chipsets.( 
http://issues.apache.org/bugzilla/show_bug.cgi?id=35403 )

how do I find out what the JDK 1.5 is labelling my chipset as so I can 
add the appropriate lines to the case statement in the configure file?

sorry if there is a standard fix that my searching has not found any 
help gratefully recieved!!

Thanks in advance

Trevor.


the configure script output is:
./configure
*** Current host ***
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking cached host system type... ok
*** C-Language compilation tools ***
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler...
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none
needed
checking for ranlib... ranlib
*** Java compilation tools ***
checking for javac...
/usr/local/java/jdk1.5.0_04/bin/javac
checking wether the Java compiler
(/usr/local/java/jdk1.5.0_04/bin/javac) works... yes
checking for jar...
/usr/local/java/jdk1.5.0_04/bin/jar
*** Host support ***
checking C flags dependant on host system type...
failed
configure: error: Unsupported CPU architecture
"x86_64"



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: TOMCAT 5 on x86_64

Posted by Bill Barker <wb...@wilshire.com>.
"Trevor Carpenter" <tr...@ed.ac.uk> wrote in message 
news:20060427204029.rshtwoco8w440g4g@www.staffmail.ed.ac.uk...
> Hi,
>
> I am having using the jvsc configure script as described in the 
> installation notes for TOMCAT 5. I am installing to a system using dual 
> emt64 xeons running redhat kernel 2.6.9-34ELsmp.
>
> the fail line is:
>
> configure: error: Unsupported CPU architecture "x86_64"
>
> this seems to be assoiciated with code for the case statment starting on 
> ln 2629 in the configure file
>
> I have checked the nabble archive and the bugzilla, I found patches for 
> the problem but they all refer to amd chipsets.( 
> http://issues.apache.org/bugzilla/show_bug.cgi?id=35403 )
>
> how do I find out what the JDK 1.5 is labelling my chipset as so I can add 
> the appropriate lines to the case statement in the configure file?
>

Has nothing to do with the JDK.  The configure script goes off of 
`uname -a`.

I'm too lazy to look at the released version :), but the version at SVN 
trunk does support x86_64 (however, it assumes AMD).  You could try grabbing 
that one and building (requires autoconf and automake installed).

> sorry if there is a standard fix that my searching has not found any help 
> gratefully recieved!!
>
> Thanks in advance
>
> Trevor.
>
>
> the configure script output is:
> ./configure
> *** Current host ***
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking cached host system type... ok
> *** C-Language compilation tools ***
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler...
> yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none
> needed
> checking for ranlib... ranlib
> *** Java compilation tools ***
> checking for javac...
> /usr/local/java/jdk1.5.0_04/bin/javac
> checking wether the Java compiler
> (/usr/local/java/jdk1.5.0_04/bin/javac) works... yes
> checking for jar...
> /usr/local/java/jdk1.5.0_04/bin/jar
> *** Host support ***
> checking C flags dependant on host system type...
> failed
> configure: error: Unsupported CPU architecture
> "x86_64" 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: TOMCAT 5 on x86_64

Posted by Jean-Christophe Praud <jc...@praud.com>.
Tim Lucia wrote:

>The bottom line of my tomcat manager page, on RHEL V.4, with dual-core Xeons
>says:
>
>Apache Tomcat/5.5.12  	1.5.0_06-b05  	Sun Microsystems Inc.  	Linux
>2.6.9-22.ELsmp  	i386 
>
>The "VM" tab of Jconsole says the same thing.
>
>Of course I didn't try a 64-bit JVM... Yet.
>  
>
I'm using Tomcat 5.5.16 with x86_64 1.5.0_06-b05 JVM on a bi-Xeon.
jsvc compiled without trouble.
My system is a Gentoo linux-2.6.14-vserver-2.0.1 compiled with Intel 
EM64T support.

>
>
>-----Original Message-----
>From: Trevor Carpenter [mailto:trevor.carpenter@ed.ac.uk] 
>Sent: Thursday, April 27, 2006 3:40 PM
>To: users@tomcat.apache.org
>Subject: TOMCAT 5 on x86_64
>
>Hi,
>
>I am having using the jvsc configure script as described in the installation
>notes for TOMCAT 5. I am installing to a system using dual
>emt64 xeons running redhat kernel 2.6.9-34ELsmp.
>
>the fail line is:
>
>configure: error: Unsupported CPU architecture "x86_64"
>
>this seems to be assoiciated with code for the case statment starting on ln
>2629 in the configure file
>
>I have checked the nabble archive and the bugzilla, I found patches for the
>problem but they all refer to amd chipsets.(
>http://issues.apache.org/bugzilla/show_bug.cgi?id=35403 )
>
>how do I find out what the JDK 1.5 is labelling my chipset as so I can add
>the appropriate lines to the case statement in the configure file?
>
>sorry if there is a standard fix that my searching has not found any help
>gratefully recieved!!
>
>Thanks in advance
>
>Trevor.
>
>
>the configure script output is:
>./configure
>*** Current host ***
>checking build system type... x86_64-unknown-linux-gnu checking host system
>type... x86_64-unknown-linux-gnu checking cached host system type... ok
>*** C-Language compilation tools ***
>checking for gcc... gcc
>checking for C compiler default output... a.out checking whether the C
>compiler works... yes checking whether we are cross compiling... no checking
>for suffix of executables...
>checking for suffix of object files... o checking whether we are using the
>GNU C compiler...
>yes
>checking whether gcc accepts -g... yes
>checking for gcc option to accept ANSI C... none needed checking for
>ranlib... ranlib
>*** Java compilation tools ***
>checking for javac...
>/usr/local/java/jdk1.5.0_04/bin/javac
>checking wether the Java compiler
>(/usr/local/java/jdk1.5.0_04/bin/javac) works... yes checking for jar...
>/usr/local/java/jdk1.5.0_04/bin/jar
>*** Host support ***
>checking C flags dependant on host system type...
>failed
>configure: error: Unsupported CPU architecture "x86_64"
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>
>  
>


-- 
Jean-Christophe Praud         -      http://shub-niggurath.com
Conseil & Développement Informatique      http://www.praud.com
Ph'nglui mglw'nafh Cthulhu n'gah Bill R'lyeh Wgah'nagl fhtagn!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: TOMCAT 5 on x86_64

Posted by Tim Lucia <ti...@yahoo.com>.
The bottom line of my tomcat manager page, on RHEL V.4, with dual-core Xeons
says:

Apache Tomcat/5.5.12  	1.5.0_06-b05  	Sun Microsystems Inc.  	Linux
2.6.9-22.ELsmp  	i386 

The "VM" tab of Jconsole says the same thing.

Of course I didn't try a 64-bit JVM... Yet.



-----Original Message-----
From: Trevor Carpenter [mailto:trevor.carpenter@ed.ac.uk] 
Sent: Thursday, April 27, 2006 3:40 PM
To: users@tomcat.apache.org
Subject: TOMCAT 5 on x86_64

Hi,

I am having using the jvsc configure script as described in the installation
notes for TOMCAT 5. I am installing to a system using dual
emt64 xeons running redhat kernel 2.6.9-34ELsmp.

the fail line is:

configure: error: Unsupported CPU architecture "x86_64"

this seems to be assoiciated with code for the case statment starting on ln
2629 in the configure file

I have checked the nabble archive and the bugzilla, I found patches for the
problem but they all refer to amd chipsets.(
http://issues.apache.org/bugzilla/show_bug.cgi?id=35403 )

how do I find out what the JDK 1.5 is labelling my chipset as so I can add
the appropriate lines to the case statement in the configure file?

sorry if there is a standard fix that my searching has not found any help
gratefully recieved!!

Thanks in advance

Trevor.


the configure script output is:
./configure
*** Current host ***
checking build system type... x86_64-unknown-linux-gnu checking host system
type... x86_64-unknown-linux-gnu checking cached host system type... ok
*** C-Language compilation tools ***
checking for gcc... gcc
checking for C compiler default output... a.out checking whether the C
compiler works... yes checking whether we are cross compiling... no checking
for suffix of executables...
checking for suffix of object files... o checking whether we are using the
GNU C compiler...
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed checking for
ranlib... ranlib
*** Java compilation tools ***
checking for javac...
/usr/local/java/jdk1.5.0_04/bin/javac
checking wether the Java compiler
(/usr/local/java/jdk1.5.0_04/bin/javac) works... yes checking for jar...
/usr/local/java/jdk1.5.0_04/bin/jar
*** Host support ***
checking C flags dependant on host system type...
failed
configure: error: Unsupported CPU architecture "x86_64"



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org