Re: install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Thanks @all, problem solved. I reinstalled gcc, and all is working wonderful now. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: install tomcat under linux (java problem)

2006-02-12 Thread Wolfgang Hackl
Hannes Hein wrote: I tryed your simple code and in fact is seems to be a problem with the header files. That means the libraries aren't set up properly. But I always used SuSE Linux before, and SuSE is very easy and does anything necessary for you, so my problem is now: I don't know which

Re: install tomcat under linux (java problem)

2006-02-12 Thread Parsons Technical Services
to your current problem. - Original Message - From: "Hannes Hein" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, February 12, 2006 4:10 PM Subject: Re: install tomcat under linux (java problem) Hallo Wolfgang, there is no longer a java pro

Re: install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Hallo Wolfgang, there is no longer a java problem (sorry but the thread began with that problem). callisto:/srv/apache-tomcat-5.5.15/bin/jsvc-src# make make -C native all make[1]: Entering directory `/srv/apache-tomcat-5.5.15/bin/jsvc-src/native' gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"

Re: install tomcat under linux (java problem)

2006-02-12 Thread Wolfgang Hackl
Hallo Hannes! Hannes Hein wrote: Yes. javac runs correctly. jsvc is a C program so you don't need a java compiler for building it. The problem 'configure: error: installation or configuration problem: javac cannot compile' is solved now as java runs correctly, but it still doesn't compil

Re: install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Hi, From: Hannes Hein [mailto:[EMAIL PROTECTED] Subject: install tomcat under linux (java problem) I try to install tomcat in the way it is described here: http://tomcat.apache.org/tomcat-5.5-doc/setup.html Note that this section is for running Tomcat as a daemon; does Tomcat run properly on

Re: install tomcat under linux (java problem)

2006-02-12 Thread Hannes Hein
Initially it was a java installation problem because I used the jdk...rpm.bin file from sun that in fact doesn't work with debian ( see: http://www.linuxquestions.org/questions/showthread.php?t=108638 ). I had to use the jdk...bin file, now java runs correctly. From: Hannes Hein [mailto:[E

RE: install tomcat under linux (java problem)

2006-02-12 Thread Caldarale, Charles R
> From: Hannes Hein [mailto:[EMAIL PROTECTED] > Subject: install tomcat under linux (java problem) > > I try to install tomcat in the way it is described here: > http://tomcat.apache.org/tomcat-5.5-doc/setup.html Note that this section is for running Tomcat as a daemon; does Tomcat run properly

Re: install tomcat under linux (java problem)

2006-02-12 Thread [EMAIL PROTECTED]
Hi Hannes, in my humildy opinion the question is you do not have 1.5 in your profile. if you put: java -version could not find your java 1.5 try to add to your .profile in the user \\ then put java -version to be sure that is the 1.5 version. and then try to be sure if is in the set