From owner-freebsd-questions Tue Apr 24 19: 3:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.dynamic-cast.com (r175-5-dsl.sea.lightrealm.net [216.122.5.175]) by hub.freebsd.org (Postfix) with ESMTP id 4E93F37B424 for ; Tue, 24 Apr 2001 19:03:44 -0700 (PDT) (envelope-from herveyw@dynamic-cast.com) Received: from chillipepper (chillipepper.dynamic-cast.com [192.168.1.1]) by matrix.dynamic-cast.com (8.11.3/8.11.3) with SMTP id f3P23hU81857 for ; Tue, 24 Apr 2001 19:03:43 -0700 (PDT) (envelope-from herveyw@dynamic-cast.com) Message-ID: <001901c0cd2c$0db8e4d0$0101a8c0@chillipepper> From: "Hervey Wilson" To: "FreeBSD Questions" Subject: posix4 library Date: Tue, 24 Apr 2001 19:04:25 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to build mod_jk for Apache 1.3 (it's a replacement for mod_jserv, the module for embedding servlets within Apache). Whilst it compiles successfully, it fails at runtime with: Undefined symbol "fdatasync" The build instructions note this possibility and recommend using "-l posix4" to use the posix4 library. I haven't had any luck in finding such a thing on my system, nor could a find "fdatasync" in any header files, but I may have missed something. Does anyone have any suggestions ? Thanks in advance, H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message