ODBC Driver for Progess on Debian

Status
Not open for further replies.
I

iamwoor

Guest
All,

I am trying to install and get working the progress ODBC driver for Debian. I have installed the progress driver no problem, however, when I try to connect in PHP using ODBC_Connect I get an error:

Warning: odbc_connect(): SQL error: [unixODBC][Driver Manager]Can't open lib '/usr/dlc/odbc/lib/pgoe1022.so' : file not found, SQL state 01000 in SQLConnect


Next step was for me to see if the file existed and if that file had all of its dependencies. So I issued the following command:

ldd /usr/dlc/odbc/lib/pgoe1022.so


And got the following:

linux-gate.so.1 => (0xb773e000)
libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xb7505000)
libpgicu22.so => not found
libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb7500000)
libstdc++-libc6.2-2.so.3 => not found
libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xb74da000)
libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb7375000)
/lib/ld-linux.so.2 (0xb773f000)


Now I am stumped! I cannot get hold of the missing files.

Anyone able to assist at all please?

Regards Col

Continue reading...
 
Status
Not open for further replies.
Top