From owner-freebsd-questions@FreeBSD.ORG Wed Apr 6 02:39:27 2005 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 6FCD116A4CF for ; Wed, 6 Apr 2005 02:39:27 +0000 (GMT) Received: from anubis.eyede.com (anubis.eyede.com [202.21.136.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0433243D4C for ; Wed, 6 Apr 2005 02:39:27 +0000 (GMT) (envelope-from freebsd@eyede.com) Received: from localhost (localhost.eyede.com [127.0.0.1]) by anubis.eyede.com (Postfix) with ESMTP id 974474AC2F for ; Wed, 6 Apr 2005 14:39:36 +1200 (NZST) Received: from [172.16.99.14] (ewsn04.ntdns.eyede.com [172.16.99.14]) by anubis.eyede.com (Postfix) with ESMTP id 6B3DD4AC61 for ; Wed, 6 Apr 2005 14:39:33 +1200 (NZST) Message-ID: <42534BF1.1050105@eyede.com> Date: Wed, 06 Apr 2005 14:39:45 +1200 From: Nigel Wohlers User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050328) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Amavisd at eyede.com Subject: PHP support for --with-oci8-instant-client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@eyede.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 02:39:27 -0000 Hi All, Has anyone attempted to get Oracle Instant Client (http://www.oracle.com/technology/pub/notes/technote_php_instant.html) working with PHP(4.3.11 or 5.0.4). Basically you download the rpm's or zip's supplied by oracle and add the --with-oci8-instant-client=/usr/lib/oracle/10.1.0.3/client to PHP configure flags. Of course this dies a horrible death because the libraries are in linux format: /usr/bin/ld: warning: libdl.so.2, needed by /usr/lib/oracle/10.1.0.3/client/libclntsh.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libm.so.6, needed by /usr/lib/oracle/10.1.0.3/client/libclntsh.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libpthread.so.0, needed by /usr/lib/oracle/10.1.0.3/client/libclntsh.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libnsl.so.1, needed by /usr/lib/oracle/10.1.0.3/client/libclntsh.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libc.so.6, needed by /usr/lib/oracle/10.1.0.3/client/libclntsh.so, not found (try using -rpath or -rpath-link) Any suggestions? Regards, Nigel.