From owner-freebsd-java Sat Jun 2 10:55:21 2001 Delivered-To: freebsd-java@freebsd.org Received: from ammut.amduat.net (ammut.amduat.net [206.124.145.163]) by hub.freebsd.org (Postfix) with ESMTP id 20F1537B43E for ; Sat, 2 Jun 2001 10:55:18 -0700 (PDT) (envelope-from jsbarrett@acm.org) Received: from acm.org (osiris.amduat.net [10.0.0.69]) by ammut.amduat.net (8.11.3/8.11.3) with ESMTP id f524uW486082; Fri, 1 Jun 2001 21:56:32 -0700 (PDT) (envelope-from jsbarrett@acm.org) Message-ID: <3B1871FB.2090605@acm.org> Date: Fri, 01 Jun 2001 21:56:27 -0700 From: "Jacob S. Barrett" Reply-To: jbarrett@amduat.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9+) Gecko/20010601 X-Accept-Language: en-us MIME-Version: 1.0 To: Hervey Wilson Cc: Calvin NG , Bryan Liesner , Lanny Baron , freebsd-java@FreeBSD.ORG Subject: Re: mod_jk won't build on FreeBSD References: <01052722011204.34260@panda.FreeBSDsystems.COM> <20010527221148.O465-100000@gravy.kishka.net> <20010528122148.D24122@brel.com> <001b01c0e72f$527e1e10$0101a8c0@dynamiccast.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I had all these same problems, as well as the pthread problem posted. I solved all of it by modifying the comiling instructions posted on the Tomcat website. I am running with the linux-jdk-1.3.0 symlinked to java. The below command build with no errors and loads in apache just fine. apxs -o mod_jk.so -DFREEBSD -W1,-pthread -I../jk -I/usr/local/java/include -I/usr/local/java/include/linux -c *.c ../jk/*.c I have Jakarta/Tomcat working, infact I am using Tomcat embeded in JBoss application server. Just out of curiousity. Is anyone working on a ports entry for JBoss? If no one is and no one plans to how hard would it be for a ports virgin like myself to contribute one? -- Jacob S. Barrett jsbarrett@acm.org www.amduat.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message