From owner-freebsd-questions@FreeBSD.ORG Mon Jan 26 00:05:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1B3916A4CE for ; Mon, 26 Jan 2004 00:05:36 -0800 (PST) Received: from forrie.com (forrie.ne.client2.attbi.com [24.62.205.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A4743D2D for ; Mon, 26 Jan 2004 00:05:35 -0800 (PST) (envelope-from forrie@forrie.com) Received: from laptop.forrie.com (i-95.forrie.net. [192.168.1.95]) by forrie.com with ESMTP id i0Q3EI7n061131 for ; Sun, 25 Jan 2004 22:14:19 -0500 (EST) (envelope-from forrie@forrie.com) Message-Id: <6.0.1.1.2.20040125221330.01c32420@192.168.1.1> X-Sender: forrie@192.168.1.1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Sun, 25 Jan 2004 22:14:14 -0500 To: freebsd-questions@freebsd.org From: Forrest Aldrich Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean Subject: mod_perl with FreeBSD (stock perl vs perl 5.8 port) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 08:05:36 -0000 I'm working with mod_perl-1.x *current* on FreeBSD-4.9. For some time, I've had some difficulty getting this lot to work correctly, as an OBJ (non-DSO). During the compile, I get a slew of Dynaloader-related errors in the linking process. So today, I tried testing the compile using the SYSTEM perl (/usr/bin/perl) and the compile completed fine, without any errors. It sounds to me like Dynaloader is not being compiled correctly in this configuration - that's all I can take a guess at. I wonder if anyone else has had this problem with FreeBSD-4.x and mod_perl. There must be a way to correct this. Thanks, Forrest