Date: Sun, 22 Aug 2004 13:10:18 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70812: databases/php4-oracle doesn't reflect in Compile-time ORACLE_HOME. Message-ID: <200408220420.i7M4KDGu053613@freefall.freebsd.org> Resent-Message-ID: <200408220420.i7M4KDGu053613@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70812 >Category: ports >Synopsis: databases/php4-oracle doesn't reflect in Compile-time ORACLE_HOME >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 22 04:20:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Norikatsu Shigemura >Release: FreeBSD 6.0-CURRENT i386 >Organization: Ensure Technorogy LTD. >Environment: System: FreeBSD nadesico.ninth-nine.com 6.0-CURRENT FreeBSD 6.0-CURRENT #9: Sat Aug 21 07:16:53 JST 2004 nork@nadesico.ninth-nine.com:/devel/obj/export/home/nork/p4/src/sys/NADESICO i386 PHP4 4.3.8 with Apache 1.3.x >Description: I made install on databases/php4-oracle, and confirm a phpinfo page "phpinfo();". <h2><a name="module_oracle">oracle</a></h2> <table border="0" cellpadding="3" width="600"> <tbody><tr><td class="e">Oracle Support </td><td class="v">enabled </td></tr> <tr><td class="e">Oracle Version </td><td class="v"><i>no value</i> </td></tr> <tr><td class="e">Compile-time ORACLE_HOME </td><td class="v"><i>no value</i> </td></tr> <tr><td class="e">Libraries Used </td><td class="v"><i>no value</i> </td></tr> </tbody></table> In lang/php4/Makefile.ext, there is CONFIGURE_ARGS+= --with-oracle=${LOCALBASE}/oracle7, but 'Compile-time ORACLE_HOME' is no value. >How-To-Repeat: After make configure, grep -r PHP_ORACLE_DIR. $ grep -r PHP_ORACLE_DIR work ./work/php-4.3.8/ext/oracle/oracle.c: php_info_print_table_row(2, "Compile-time ORACLE_HOME", PHP_ORACLE_DIR ); ./work/php-4.3.8/main/build-defs.h.in:#define PHP_ORACLE_DIR " Humm... >Fix: Sorry, I don't know. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408220420.i7M4KDGu053613>