From owner-freebsd-questions Fri Mar 22 6:29:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.kc.rr.com (fe2.rdc-kc.rr.com [24.94.163.49]) by hub.freebsd.org (Postfix) with ESMTP id 1815037B419 for ; Fri, 22 Mar 2002 06:29:50 -0800 (PST) Received: from gruffy.kc.rr.com ([65.26.58.166]) by mail2.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 22 Mar 2002 08:25:16 -0600 Received: (from riksca@localhost) by gruffy.kc.rr.com (8.11.6/8.11.6) id g2MEU7I09944 for freebsd-questions@FreeBSD.ORG; Fri, 22 Mar 2002 08:30:07 -0600 (CST) (envelope-from riksca) Date: Fri, 22 Mar 2002 08:30:07 -0600 From: Rik Scarborough To: FreeBSD Questions Subject: Is threading possible in Apache Message-ID: <20020322143007.GB332@gruffy.kc.rr.com> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to compile Apache to use threading instead of prefork. As Apache is configured I get this interesting message. checking which MPM to use... threaded The currently selected MPM requires threads which your system seems to lack checking checking for replacement... prefork selected Looking back to where it checks for threading: Checking for Threads... APR will be non-threaded checking for sigsuspend... yes checking for sigwait... no checking for poll... yes checking for getpwnam_r... no checking for getpwuid_r... no checking for getgrgid_r... no I'm having a problem getting a library (mod_jk) to work under Apache because mod_jk cannot find pthread_mutex_unlock. I'm hoping that if Apache is using threads, mod_jk can as well. Any ideas of where to go next. ~Rik -- Ranger Rik -- RikSca@mac.com Brought to you by FreeBSD 4.5 Joshua 24:15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message