Author: rareddy
Date: 2010-07-27 10:21:35 -0400 (Tue, 27 Jul 2010)
New Revision: 2377
Modified:
trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml
Log:
TEIID-860: Correcting ODBC Unix compilation instructions.
Modified:
trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml
===================================================================
---
trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml 2010-07-27
04:36:53 UTC (rev 2376)
+++
trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml 2010-07-27
14:21:35 UTC (rev 2377)
@@ -95,14 +95,14 @@
Build and install the driver by running the commands below.</para>
<note><para>You should use super user account or use
"sudo" command for running the "make install" command.
</para></note>
<programlisting><![CDATA[
- perl Makefile.PL
- make
- make test
- make install
+ % tar -zxvf psqlodbc-xx.xx.xxxx.tar.gz
+ % cd psqlodbc-xx.xx.xxxx
+ % ./configure
+ % make
+ % make install
]]></programlisting>
- <para>Make sure that there are no errors during the "make
test" phase. The the next step in the process is to create a
- DSN for accessing the Teiid VDB.</para>
+ <para>The the next step in the process is to create a DSN for accessing
the Teiid VDB.</para>
</sect2>
</sect1>
Show replies by date