Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13330 - Add support for Informix to PHP/mod_php
Summary: Add support for Informix to PHP/mod_php
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-05 18:41 UTC by Shane Hyde
Modified: 2003-10-01 04:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Hyde 2003-01-05 18:41:41 UTC
mod_php and php have no support for Informix in the ebuild.  Support can be 
added with the following patch.  The patch adds an informix USE variable.  This 
has been tested with Informix client SDK v2.80.  Hope this helps!

*** portage/dev-php/mod_php/mod_php-4.3.0.ebuild        Wed Jan  1 04:52:07 2003
--- portage.local/dev-php/mod_php/mod_php-4.3.0.ebuild  Mon Jan  6 11:42:44 2003
*************** src_compile() {
*** 138,143 ****
--- 138,149 ----
                        myconf="${myconf} --with-oci8=${ORACLE_HOME}"
                fi
        fi
+     if [ "`use informix`" ] ; then
+             if [ "$INFORMIXDIR" ] ; then
+                 myconf="${myconf} --with-informix=${INFORMIXDIR}"
+         fi
+     fi  
+
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-04-24 10:59:25 UTC
This is merged in the new PHP eclass for mod_php/php to be released soon.
Could you please write up an ebuild for the informix client SDK? That way more people can try it out. Maybe even an Informix server ebuild if there is some demo version available.

Post it as a new item in bugzilla, and post the bug number here.
Comment 2 Tal Peer (RETIRED) gentoo-dev 2003-10-01 04:55:43 UTC
Nevertheless there is no informix ebuild yet, this bug itself is resolved
since long time.