Date: Fri, 12 Mar 2004 08:48:19 -0600 From: Martin McCormick <martin@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Subject: What Build Options enable oci8 Functions in php4.3.4 port? Message-ID: <200403121448.i2CEmJOf028885@dc.cis.okstate.edu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403121448.i2CEmJOf028885>