You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Potri Raaja <po...@hotcourses.co.in> on 2007/08/17 12:10:37 UTC

Error in Tomcat Installation.

Hi ,

    I tried to install jakarta-tomcat-5.0.28 in Suse Linux Enterprise Server
10 and when I run the command 

          /usr/java/jakarta-tomcat-5.0.28/bin/jsvc-src # ./configure 

I am getting the following error :

        *** 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/java/j2sdk1.4.2_15/bin/javac
checking wether the Java compiler (/usr/java/j2sdk1.4.2_15/bin/javac)
works... yes
checking for jar... /usr/java/j2sdk1.4.2_15/bin/jar
*** Host support ***
checking C flags dependant on host system type... failed
configure: error: Unsupported CPU architecture "x86_64"

     Can you please suggest how to solve this issue.

Regards,
Potri Raaja.M.

-- 
View this message in context: http://www.nabble.com/Error-in-Tomcat-Installation.-tf4284872.html#a12197177
Sent from the Tomcat - User mailing list archive at Nabble.com.


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


Re: Error in Tomcat Installation.

Posted by Potri Raaja <po...@hotcourses.co.in>.

Thankyou very much for your information and the installation is done
succcessfully.



David Delbecq-2 wrote:
> 
> 1) use another achitecture (x86 instead of x86_64)
> 2) download a more recent tomcat (5.0.28 is 3 years old release)
> 3) download a more recent jsvc
> (http://commons.apache.org/daemon/jsvc.html)
> to your choice
> En l'instant précis du 17/08/07 12:10, Potri Raaja s'exprimait en ces
> termes:
>> Hi ,
>>
>>     I tried to install jakarta-tomcat-5.0.28 in Suse Linux Enterprise
>> Server
>> 10 and when I run the command 
>>
>>           /usr/java/jakarta-tomcat-5.0.28/bin/jsvc-src # ./configure 
>>
>> I am getting the following error :
>>
>>         *** 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/java/j2sdk1.4.2_15/bin/javac
>> checking wether the Java compiler (/usr/java/j2sdk1.4.2_15/bin/javac)
>> works... yes
>> checking for jar... /usr/java/j2sdk1.4.2_15/bin/jar
>> *** Host support ***
>> checking C flags dependant on host system type... failed
>> configure: error: Unsupported CPU architecture "x86_64"
>>
>>      Can you please suggest how to solve this issue.
>>
>> Regards,
>> Potri Raaja.M.
>>
>>   
> 
> 
> -- 
> http://www.noooxml.org/
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Error-in-Tomcat-Installation.-tf4284872.html#a12213681
Sent from the Tomcat - User mailing list archive at Nabble.com.


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


Re: Error in Tomcat Installation.

Posted by Hassan Schroeder <ha...@gmail.com>.
On 8/17/07, David Delbecq <de...@oma.be> wrote:

> 2) download a more recent tomcat (5.0.28 is 3 years old release)

I can confirm that the jsvc packaged with 5.5.23 configures and
builds on a x86_64 SuSE 10.0 system.

HTH,
-- 
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com

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


Re: Error in Tomcat Installation.

Posted by David Delbecq <de...@oma.be>.
1) use another achitecture (x86 instead of x86_64)
2) download a more recent tomcat (5.0.28 is 3 years old release)
3) download a more recent jsvc (http://commons.apache.org/daemon/jsvc.html)
to your choice
En l'instant précis du 17/08/07 12:10, Potri Raaja s'exprimait en ces
termes:
> Hi ,
>
>     I tried to install jakarta-tomcat-5.0.28 in Suse Linux Enterprise Server
> 10 and when I run the command 
>
>           /usr/java/jakarta-tomcat-5.0.28/bin/jsvc-src # ./configure 
>
> I am getting the following error :
>
>         *** 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/java/j2sdk1.4.2_15/bin/javac
> checking wether the Java compiler (/usr/java/j2sdk1.4.2_15/bin/javac)
> works... yes
> checking for jar... /usr/java/j2sdk1.4.2_15/bin/jar
> *** Host support ***
> checking C flags dependant on host system type... failed
> configure: error: Unsupported CPU architecture "x86_64"
>
>      Can you please suggest how to solve this issue.
>
> Regards,
> Potri Raaja.M.
>
>   


-- 
http://www.noooxml.org/


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