From owner-freebsd-java@FreeBSD.ORG Fri Aug 8 04:41:09 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88E10106566B for ; Fri, 8 Aug 2008 04:41:09 +0000 (UTC) (envelope-from gdoe6545@yahoo.it) Received: from n33.bullet.mail.ukl.yahoo.com (n33.bullet.mail.ukl.yahoo.com [87.248.110.166]) by mx1.freebsd.org (Postfix) with SMTP id EC7348FC1A for ; Fri, 8 Aug 2008 04:41:08 +0000 (UTC) (envelope-from gdoe6545@yahoo.it) Received: from [217.146.182.179] by n33.bullet.mail.ukl.yahoo.com with NNFMP; 08 Aug 2008 04:41:08 -0000 Received: from [87.248.110.117] by t5.bullet.ukl.yahoo.com with NNFMP; 08 Aug 2008 04:41:08 -0000 Received: from [127.0.0.1] by omp222.mail.ukl.yahoo.com with NNFMP; 08 Aug 2008 04:41:08 -0000 X-Yahoo-Newman-Id: 21024.70786.bm@omp222.mail.ukl.yahoo.com Received: (qmail 19474 invoked from network); 8 Aug 2008 04:41:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.it; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Cc:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=lzoRRsPFyIECucRRWzJsXFBTSIT3Asm/O7tIvefY/cdWPX8Do2yL6KVDDIjf05kkpBO517Y2T0DQ6Pw+NZFhryYoFCnvTPTLesiucIfVXzoaNdasa0/Ekl5Ovb9aXRVMmDLoxKF7N6S59gld8LeAuRDCjhDgPeMMgGFwJIWJmZc= ; Received: from unknown (HELO stromberg.smersh.casa) (gdoe6545@88.149.154.198 with plain) by smtp102.mail.ukl.yahoo.com with SMTP; 8 Aug 2008 04:41:07 -0000 X-YMail-OSG: wReAj_QVM1n_.FkJSSJs7dIcbfpyuCr3Hun9lc63FMmK68bvemvFGD7Qc3LuyonbubnLMPAS6yOJk1sRlAK0C8nQ9G2sG7b13RFpGfuurQ-- X-Yahoo-Newman-Property: ymail-3 Message-Id: From: Gianni To: freebsd-java@freebsd.org In-Reply-To: <20080807160250.793609da@portable> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Fri, 8 Aug 2008 06:40:56 +0200 References: <200808071141.m77Bf5WW088121@post.frank-behrens.de> <3A501A78-304B-4934-9F2B-B6B07F65EFEC@yahoo.it> <20080807160250.793609da@portable> X-Mailer: Apple Mail (2.926) Cc: David DURIEUX Subject: Re: tomcat-native any success? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 04:41:09 -0000 On 07/ago/08, at 16:02, David DURIEUX wrote: > Bonjour, > > Have you rebuild your kernel? > > We have seen that rebuil kernel on freebsd 7.0 64Bits will have some > problems with java. Before the build binaries releases since few > weeks, > the compilation came with errors. Since binaries, java can be > installed > but some applications based on java can't be installed or have > problems > at the execution like Open Office. > > I think a module is missing in the kernel conf and that's why we have > problems with rebuild kernel on 64 bits ONLY interesting ...yes I have rebuilt my kernel, any ideas which module might be missing? I've also tried compiling tomcat-native from source against the apache22 apr, rather than devel/apr with exactly the same result - tomcat won't start. -Gianni