View Single Post
  #1 (permalink)  
Old 07-02-09, 12:58
nanogoo nanogoo is offline
Registered User
 
Join Date: Jul 2009
Posts: 2
GetPrivateProfileString symbol exists in psqlodbc libraries and in Informix ODBC libs

I am investigating an issue where GetPrivateProfileString symbol exists in PSQLODBC ( Postgres ODBC driver code ) and in the Informix IDS driver code.
I have an issue where code that expects to invoke GetPrivateProfileString from psqlodbc.so is diving into libthcli.so instead? This is probably an issue with ld.so and how the shared objects are loaded into memory....would like to know if anyone has seen this issue ?
Reply With Quote