Question Segmentation Fault When Using Isql For Odbc Connection

jysharma

New Member
Hello,

OS: Red Hat 4.1.2-54
Linux 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux
Progress OpenEdge Database Release 10.2B on Linux 32 bit
ODBC Driver: pgoe1023.so (which was available with the database package)

export LD_LIBRARY_PATH=/usr/dlc/odbc/lib:/usr/dlc/lib
export ODBCINI=/etc/odbc.ini
isql -v Progress

I am recieving "Segmentation fault" error when trying to use ODBC connection to progress database using isql command. I have followed the required steps mentioned in Progress KB - How to create an OpenEdge 10.2B 32 bit ODBC connection under CentOS 5.6 32 bit? and installed missing library "libstdc++-libc6.2-2.so.3" (yum install compat-libstdc++-296.i386).

How can I fix it?
 
Top