1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<section id="odbc.installation">
&reftitle.install;
<para>
<variablelist>
<varlistentry id="install.configure.with-adabas">
<term>
<option role="configure">--with-adabas[=DIR]</option>
</term>
<listitem>
<para>
Include Adabas D support. DIR is the Adabas base install directory,
defaults to <filename>/usr/local</filename>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-sapdb">
<term>
<option role="configure">--with-sapdb[=DIR]</option>
</term>
<listitem>
<para>
Include SAP DB support. DIR is SAP DB base install directory,
defaults to <filename>/usr/local</filename>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-solid">
<term>
<option role="configure">--with-solid[=DIR]</option>
</term>
<listitem>
<para>
Include Solid support. DIR is the Solid base install directory,
defaults to <filename>/usr/local/solid</filename>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-ibm-db2">
<term>
<option role="configure">--with-ibm-db2[=DIR]</option>
</term>
<listitem>
<para>
Include IBM DB2 support. DIR is the DB2 base install directory,
defaults to <filename>/home/db2inst1/sqllib</filename>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-empress">
<term>
<option role="configure">--with-empress[=DIR]</option>
</term>
<listitem>
<para>
Include Empress support. DIR is the Empress base install directory,
defaults to $EMPRESSPATH. From PHP 4, this option only supports
Empress Version 8.60 and above.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-empress-bcs">
<term>
<option role="configure">--with-empress-bcs[=DIR]</option>
</term>
<listitem>
<para>
Include Empress Local Access support. DIR is the Empress base
install directory, defaults to $EMPRESSPATH. From PHP 4,
this option only supports Empress Version 8.60 and above.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-birdstep">
<term>
<option role="configure">--with-birdstep[=DIR]</option>
</term>
<listitem>
<para>
Include Birdstep support. DIR is the Birdstep base install directory,
defaults to <filename>/usr/local/birdstep</filename>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-custom-odbc">
<term>
<option role="configure">--with-custom-odbc[=DIR]</option>
</term>
<listitem>
<para>
Include a user defined ODBC support. The DIR is ODBC install base directory,
which defaults to <filename>/usr/local</filename>. Make sure to define
CUSTOM_ODBC_LIBS and have some <filename>odbc.h</filename> in your include
dirs. E.g., you should define following for Sybase SQL Anywhere 5.5.00 on
QNX, prior to run configure script:
<![CDATA[
CPPFLAGS="-DODBC_QNX -DSQLANY_BUG"
LDFLAGS=-lunix
CUSTOM_ODBC_LIBS="-ldblib -lodbc".
]]>
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-iodbc">
<term>
<option role="configure">--with-iodbc[=DIR]</option>
</term>
<listitem>
<para>
Include iODBC support. DIR is the iODBC base install directory,
defaults to <filename>/usr/local</filename>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-esoob">
<term>
<option role="configure">--with-esoob[=DIR]</option>
</term>
<listitem>
<para>
Include Easysoft OOB support. DIR is the OOB base install directory,
defaults to <filename>/usr/local/easysoft/oob/client</filename>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-unixODBC">
<term>
<option role="configure">--with-unixODBC[=DIR]</option>
</term>
<listitem>
<para>
Include unixODBC support. DIR is the unixODBC base install directory,
defaults to <filename>/usr/local</filename>.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-openlink">
<term>
<option role="configure">--with-openlink[=DIR]</option>
</term>
<listitem>
<para>
Include OpenLink ODBC support. DIR is the OpenLink base install directory,
defaults to <filename>/usr/local</filename>. This is the same as iODBC.
</para>
</listitem>
</varlistentry>
<varlistentry id="install.configure.with-dbmaker">
<term>
<option role="configure">--with-dbmaker[=DIR]</option>
</term>
<listitem>
<para>
Include DBMaker support. DIR is the DBMaker base install directory,
defaults to where the latest version of DBMaker is installed
(such as <filename>/home/dbmaker/3.6</filename>).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<para id="odbc.configure.php3">
To disable unified ODBC support in <emphasis>PHP 3</emphasis> add
<option role="configure">--disable-unified-odbc</option> to your configure
line. Only applicable if iODBC, Adabas, Solid, Velocis or a custom ODBC
interface is enabled.
</para>
&windows.builtin;
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
|