Hi Luc,
2) ensure that your dylib is compiled for the right architecture (32bit) considering that current VMs are 32bits
 Perhaps this is your problem?
 what gives:

 $ lipo -info libopendbx.dylib
Non-fat file: libopendbx.dylib is architecture: x86_64

Bingo ! The library is compiled in 64 bits :-( In fact, all my files (except the library for PostgreSQL) are in 64 bits...

Thanks ;-)
Olivier




Reply via email to