Hi Luc,
2) ensure that your dylib is compiled for the right architecture (32bit) considering that current VMs are 32bitsPerhaps this is your problem? what gives:$ lipo -info libopendbx.dylib
Non-fat file: libopendbx.dylib is architecture: x86_64Bingo ! The library is compiled in 64 bits :-( In fact, all my files (except the library for PostgreSQL) are in 64 bits...
Thanks ;-) Olivier
