Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-14 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > The preferred way would probably be to use relative paths and put > the Oracle libs into your app bundle. That makes more sense, I'll try the doc you gave me. Thanks :) Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bour

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-13 Thread Till Oliver Knoll
Am 13.11.2013 um 19:10 schrieb Till Oliver Knoll : > Am 13.11.2013 um 15:53 schrieb Emmanuel Bourgerie : > >> Turns out those libraries are available in my instantclient folder, >> which is aliased correctly (DYLD_LIBRARY_PATH). > > Ah, that reminds me: according to e.g. > http://forums.macrum

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-13 Thread Till Oliver Knoll
Am 13.11.2013 um 15:53 schrieb Emmanuel Bourgerie : > Turns out those libraries are available in my instantclient folder, > which is aliased correctly (DYLD_LIBRARY_PATH). Ah, that reminds me: according to e.g. http://forums.macrumors.com/showthread.php?t=956258 on OS X you do /not/ have a dyn

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-13 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Turns out those libraries are available in my instantclient folder, which is aliased correctly (DYLD_LIBRARY_PATH). Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bourgerie.fr/ Confus avec "BEGIN PGP SIGNED MESSAGE" ? http:

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-13 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So, $ otool -L /usr/lib/libclntsh.dylib.11.1 /usr/lib/libclntsh.dylib.11.1: /ade/b/2649109290/oracle/rdbms/lib/libclntsh.dylib.11.1 (compatibility version 0.0.0, current version 0.0.0) /ade/b/2649109290/oracle/ldap/lib/libnnz11.dylib (

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-09 Thread Till Oliver Knoll
Am 08.11.2013 um 23:03 schrieb Thiago Macieira : > On sexta-feira, 8 de novembro de 2013 21:44:23, Emmanuel Bourgerie wrote: >> They are fine AFAIK. Is there a command to double-check? > > "otool" should be able to print the headers, but the "file" command should be > enough. If file says that i

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Thiago Macieira
On sexta-feira, 8 de novembro de 2013 21:44:23, Emmanuel Bourgerie wrote: > They are fine AFAIK. Is there a command to double-check? "otool" should be able to print the headers, but the "file" command should be enough. If file says that it's a Mach-O fat binary, check which architectures are con

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 They are fine AFAIK. Is there a command to double-check? Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bourgerie.fr/ Confus avec "BEGIN PGP SIGNED MESSAGE" ? http://weusepgp.info/fr Confused with "BEGIN PGP SIGNED MESSAGE"

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Thiago Macieira
On sexta-feira, 8 de novembro de 2013 17:05:54, Emmanuel Bourgerie wrote: > /usr/lib/libclntsh.dylib.11.1 > /usr/lib/libclntsh.dylib Looks right. Check that the libraries are of the right architecture (x86, x86-64, ppc or ppc32). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Ar

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /usr/lib/libclntsh.dylib.11.1 /usr/lib/libclntsh.dylib The second is a symlink to the first. - -- Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bourgerie.fr/ Confus avec "BEGIN PGP SIGNED MESSAGE" ? http://weusepgp.info/f

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Thiago Macieira
On sexta-feira, 8 de novembro de 2013 11:00:47, Emmanuel Bourgerie wrote: > ld: library not found for -lclntsh What's the full path to libclntsh.dylib? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Description: Thi

[Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am having an issue compiling the Qt Oracle plugin on MacOS. I downloaded the Instant Client, copied the .h files in /usr/include and the .dylib in /usr/lib (I know it's dirty, but I wanted to make sure they were available). Here is what I do