Hello,
I am trying to install teradata 13.10 on RHEL6 server. We have RHEL 6.1 with UnixODBC-2.2.14-12.el6_3.x86_64. Drivers were downloaded from teradata website and were installed in following sequence :
1. TeraGSS
2. tdicu
3. tdodbc
ODBC.INI configured and env variable was pointed to the location.
There were some softlinks that were pointing to the wrong file, those were corrected.
e.g /usr/lib64/libodbc.so was pointing to a wrong patch ofter the install (probably because the rpm package for todbc has some inbuilt default path for location of these files)
Issue : SAP Business Objects application core dumps when trying to use teradata odbc connection. ISQL testing shows Segmentation Fault and creates a core dump.
(gdb) backtrace
#0 0x0000000000000000 in ?? ()
#1 0x00000038e484359c in ?? () from /usr/lib64/libodbc.so.2
#2 0x00000038e4843a3b in ?? () from /usr/lib64/libodbc.so.2
#3 0x00000038e481d76b in ?? () from /usr/lib64/libodbc.so.2
#4 0x00000038e480ef51 in ?? () from /usr/lib64/libodbc.so.2
#5 0x00000038e480fbcd in SQLConnect () from /usr/lib64/libodbc.so.2
#6 0x00000000004037e9 in ?? ()
#7 0x000000300be1ecdd in __libc_start_main () from /lib64/libc.so.6
#8 0x00000000004015d9 in ?? ()
#9 0x00007fff933d5a38 in ?? ()
#10 0x000000000000001c in ?? ()
#11 0x0000000000000003 in ?? ()
#12 0x00007fff933d74d2 in ?? ()
#13 0x00007fff933d74d7 in ?? ()
#14 0x00007fff933d74da in ?? ()
#15 0x0000000000000000 in ?? ()
I am not sure if unixODBC version is causing this.
Can somebody help figuring out what the issue is ?
Thanks and Regards
Nainesh