Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 14700 invoked from network); 12 Feb 2006 21:35:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Feb 2006 21:35:24 -0000 Received: (qmail 20245 invoked by uid 500); 12 Feb 2006 21:35:11 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 19306 invoked by uid 500); 12 Feb 2006 21:35:08 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 19294 invoked by uid 99); 12 Feb 2006 21:35:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 13:35:07 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.86.89.62] (HELO smtpauth02.mail.atl.earthlink.net) (209.86.89.62) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Feb 2006 13:34:57 -0800 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=CzLaESlY2VZiUg+kpkiTiG8kD2SeBr3/MV7lN8kCOveK2V1UWwXzTP5sYL3kNWhE; h=Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:X-ELNK-Trace:X-Originating-IP; Received: from [69.34.33.6] (helo=ptslaptop) by smtpauth02.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1F8OrW-0008Aa-JX for users@tomcat.apache.org; Sun, 12 Feb 2006 16:34:30 -0500 Message-ID: <056201c6301c$16662bd0$7a0a0a0a@ptslaptop> From: "Parsons Technical Services" To: "Tomcat Users List" References: <43EF9EF6.4080704@inode.at> Subject: Re: install tomcat under linux (java problem) Date: Sun, 12 Feb 2006 16:34:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-15"; reply-type=response Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-ELNK-Trace: ac1d3908dd5e4e415f52795aef799eed1aa676d7e74259b7b3291a7d08dfec7940b9b15ef12166ff4579e5a667e33b06350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 69.34.33.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N May I suggest you start a new thread (new email) with the appropriate subject? It helps prevent the erroneous replies as well as helps in future searches through the achieves. Additionally many list members watch the threads by the subject and may be ignoring this thread and yet have the answer to your current problem. ----- Original Message ----- From: "Hannes Hein" 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 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' >>> >>> cc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/local/java/jdk1.5.0_06/include >>> -I/usr/local/java/jdk1.5.0_06/include/linux -Wall -Wstrict-prototypes >>> -c jsvc-unix.c -o jsvc-unix.o >>> In Datei, eingef�gt von jsvc.h:20, >>> von jsvc-unix.c:17: >>> /usr/include/stdio.h:34:21: stddef.h: Datei oder Verzeichnis nicht >>> gefunden >> [...] >> >> For those who don't speak German: "Datei oder Verzeichnis nicht >> gefunden" translates to "File or directory not found". My guess is that >> something is wrong with your C development tools. Perhaps the >> configure-script could not find your headers as there are no entries in >> the gcc output containing something like -I/usr/include. Are you sure >> you have your libraries set up properly? >> >> Check whether your compiler works by compiling following program: >> ------------------------------ >> #include >> int main(){printf("works\n");} >> ------------------------------ >> Command line: cc -o c-test c-test.c > > 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 > libaries I have to install to compile the tomcat daemon. > > Hannes > > --------------------------------------------------------------------- > 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