Date: Fri, 01 Jun 2001 21:56:27 -0700 From: "Jacob S. Barrett" <jsbarrett@acm.org> To: Hervey Wilson <herveyw@dynamic-cast.com> Cc: Calvin NG <calvinng@brel.com>, Bryan Liesner <bleez@bellatlantic.net>, Lanny Baron <lnb@FreeBSDsystems.COM>, freebsd-java@FreeBSD.ORG Subject: Re: mod_jk won't build on FreeBSD Message-ID: <3B1871FB.2090605@acm.org> References: <01052722011204.34260@panda.FreeBSDsystems.COM> <20010527221148.O465-100000@gravy.kishka.net> <20010528122148.D24122@brel.com> <001b01c0e72f$527e1e10$0101a8c0@dynamiccast.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B1871FB.2090605>