reference/pdo_ibm/configure.xml
9e2d8231b5d8a3795b365c6770fab288e59e6249
...
...
@@ -21,17 +21,17 @@
21
21
</para>
22
22
</note>
23
23
<para>
24
-
PDO_IBM is a <link xlink:href="&url.pecl;">PECL</link> extension, so follow the
25
-
instructions in <xref linkend='install.pecl' /> to install the PDO_IBM
26
-
extension. Issue the <command>configure</command> command to point to the
27
-
location of your DB2 Client header files and libraries as follows:
24
+
PDO_IBM is a &link.pecl; extension, so follow the instructions in
25
+
<xref linkend='install.pecl' /> to install the PDO_IBM extension.
26
+
Issue the <command>configure</command> command to point to the location of the
27
+
DB2 Client header files and libraries as follows:
28
28
<screen>
29
29
<![CDATA[
30
30
bash$ ./configure --with-pdo-ibm=/path/to/sqllib[,shared]
31
31
]]>
32
32
</screen>
33
33
The <command>configure</command> command defaults to the value of the
34
-
<literal>DB2DIR</literal> environment variable.
34
+
<envar>DB2DIR</envar> environment variable.
35
35
</para>
36
36
</section>
37
37

38
38