From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 7 06:28:16 2003 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD61D37B401 for ; Mon, 7 Jul 2003 06:28:16 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB3B43FB1 for ; Mon, 7 Jul 2003 06:28:15 -0700 (PDT) (envelope-from mat@mat.cc) Received: by mx3.absolight.com (Postfix, from userid 1007) id 8CBD62A29; Mon, 7 Jul 2003 15:28:14 +0200 (CEST) X-Original-To: emulation@freebsd.org Received: from andromede.reaumur.absolight.net (andromede.reaumur.absolight.net [212.43.217.61]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by mx3.absolight.com (Postfix) with ESMTP id 192DC2A26 for ; Mon, 7 Jul 2003 15:28:14 +0200 (CEST) Date: Mon, 07 Jul 2003 15:27:29 +0200 From: Mathieu Arnold To: emulation@freebsd.org Message-ID: <1221896043.1057591649@andromede.reaumur.absolight.net> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: PHP with Oracle 8i ? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 13:28:17 -0000 Hi, I recently migrated a Linux web server to FreeBSD, and I now need to put back OCI8 support into PHP. I tried to compile it with the old linux version, but apache cores dump, so, not good :) So, any ideas would be really appreciated :) The worst solution would be to run the old linux httpd + mod_php on a local IP and use the new one as a proxy... But, well, not really what I wanted to do in the first place :) -- Mathieu Arnold