From owner-freebsd-questions@FreeBSD.ORG Sun Mar 28 08:32: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 1622B16A4CE for ; Sun, 28 Mar 2004 08:32:36 -0800 (PST) Received: from mx1.marc-dierick.com (193.223-ppp.3menatwork.com [64.235.193.223]) by mx1.FreeBSD.org (Postfix) with SMTP id 63ABE43D1F for ; Sun, 28 Mar 2004 08:32:35 -0800 (PST) (envelope-from moi@marc-dierick.com) Received: (qmail 8402 invoked by uid 1010); 28 Mar 2004 16:32:34 -0000 Received: from poste1 (HELO poste1.marc-dierick.local) (postmaster@marc-dierick.com@192.168.1.2) by mx1.marc-dierick.com with SMTP; 28 Mar 2004 16:32:34 -0000 From: Marc To: freebsd-questions@freebsd.org Date: Sun, 28 Mar 2004 11:32:34 -0500 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403281132.34683.moi@marc-dierick.com> Subject: FreeBSD Apache Perl 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: Sun, 28 Mar 2004 16:32:36 -0000 Hi folks, For more than 3 years, I have been using FreeBSD. At present, I'm using the 5.2.1-RELEASE version. Different release of Apache have been installed with it. Installing Perl from the ports or compiling from the source, utilisation of most the packages are impossible to be use because of an error "Out of memory!" has been generated utilising Apache Suexec or not. By the console, using the same script without any problem. Without using Perl package, a simple script run perfectly. So I thought the problem came from Apache, but it is not the case up to now, the solution has been functionning perfectly by using the Linux compatibility and to install the Activestate Perl distribution. Only I found this stupid to have to use the Linux compatibility to avoid trouble with Perl and its packages, and to double the installation on the server because of dependency of certain ports. I haven't found the right solution. Have somebody experience the problem and found a better solution? Marc