diff options
Diffstat (limited to 'doc/sql-driver.doc')
-rw-r--r-- | doc/sql-driver.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sql-driver.doc b/doc/sql-driver.doc index 02cd05cae..00f479c22 100644 --- a/doc/sql-driver.doc +++ b/doc/sql-driver.doc @@ -256,7 +256,7 @@ Note that some versions of the OCI client libraries contain a bug that makes programs linked to these libraries segfault on exit. This only happens if the QOCI8 driver is compiled as a plugin. To work around this problem, either compile the driver into the TQt libray -itself, or configure TQt with the option '-DQT_NO_LIBRARY_UNLOAD'. +itself, or configure TQt with the option '-DTQT_NO_LIBRARY_UNLOAD'. For Oracle 9, it is possible to link to the static OCI library by using "LIBS+=$ORACLE_HOME/lib/libclntst9.a". |