From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 06:48:20 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 AC95B16A4CE for ; Fri, 12 Mar 2004 06:48:20 -0800 (PST) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CFC143D49 for ; Fri, 12 Mar 2004 06:48:20 -0800 (PST) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.12.6/8.12.6) with ESMTP id i2CEmJOf028885 for ; Fri, 12 Mar 2004 08:48:19 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200403121448.i2CEmJOf028885@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Fri, 12 Mar 2004 08:48:19 -0600 From: Martin McCormick Subject: What Build Options enable oci8 Functions in php4.3.4 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: Fri, 12 Mar 2004 14:48:20 -0000 I installed php4.3.4 from the ports distribution and am trying to query an Oracle8I database server. The functions needed to do that use the oci8 extension. Anytime I try to communicate with the database server, I get an error like: Fatal error: Call to undefined function: ocilogon() in /usr/home/martin/tmp/ vm on line 8 When installing the port, I accepted all the default support as well as turning on support for Oracle, readline and mssql. The mssql works. What else do I need to do to build the oci functions? I am new to php and sql, but this looks like the garden variety of error you get when something didn't get compiled in. This was confirmed on the php-general list by someone who responded to my "What's wrong?" message. Thank you greatly. Martin McCormick WB5AGZ Stillwater, OK OSU Information Technology Division Network Operations Group