[Qt-interest] OCI driver can not be loaded

J-P Nurmi jpnurmi at gmail.com
Thu Jul 1 14:38:37 CEST 2010


On Thu, Jul 1, 2010 at 3:11 PM, Gian Marco Gallo
<gianmarco.gallo at gmail.com> wrote:
> I've solved following the second method:
>
> If you wish to build the OCI plugin manually with this method the procedure
> looks like this:
>
>  cd $QTDIR/src/plugins/sqldrivers/oci
>  qmake "INCLUDEPATH+=/usr/include/oracle/10.1.0.3/client"
> "LIBS+=-L/usr/lib/oracle/10.1.0.3/client/lib
> -Wl,-rpath,/usr/lib/oracle/10.1.0.3/client/lib -lclntsh -lnnz10" oci.pro
>
>  make

Then perhaps setting QT_DEBUG_PLUGINS reveals something?

http://doc.qt.nokia.com/4.6/deployment-plugins.html#debugging-plugins

--
J-P Nurmi



More information about the Qt-interest-old mailing list