From: Caillet C. <cca...@so...> - 2010-10-22 08:35:12
|
Hello, I would like to communicate with ODBC Drier between a RedHat Linux 5.4 x86_64 server and a W2K3 server on which I have installed an InterBase 6. My W2K3 platform work perfectly, but I can't intall succesfully the Firebird ODBC Driver on the RedHat server. I'm forced to use an 32 bit version of my driver. I have installed unixODBC and OdbcFb-LIB-RC1-2.0.0148.i686.tar.gz and do the following test : ldd /logiciels/pcent186/PowerCenter8.6.1/unixodbc/lib/libOdbcFb.so linux-gate.so.1 => (0xffffe000) libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7e59000) libdl.so.2 => /lib/libdl.so.2 (0xf7e55000) libodbcinst.so.1 => /usr/lib/libodbcinst.so.1 (0xf7e45000) libstdc .so.6 => /usr/lib/libstdc .so.6 (0xf7d5b000) libm.so.6 => /lib/libm.so.6 (0xf7d34000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7d28000) libc.so.6 => /lib/libc.so.6 (0xf7be2000) /lib/ld-linux.so.2 (0x009c7000) libpthread.so.0 => /lib/libpthread.so.0 (0xf7bcb000) isql -v SPA_BU45_DEV login password Memory fault This is my odbc.ini : [ODBC Data Sources] SPA_BU45_DEV = Dump of SPA BU45 [SPA_BU45_DEV] Driver = /logiciels/pcent186/PowerCenter8.6.1/unixodbc/lib/libOdbcFb.so Client = /logiciels/pcent186/PowerCenter8.6.1/unixodbc/lib/libOdbcFb.so Dbname = 163.80.36.135:D:\aero\GDB\SPA_BU45.GDB # Dbname = 163.80.36.135:D:\appli\ServiceEngine-Dev\Secondary\file\interbase\gdb\SPA_BU45.GDB Role = Set = ReadOnly = No NoWait = No I have the same problem when I have used an odbcinst.ini for declaring my driver. Thanks for your help. Cédric Caillet |