Re: Getting an error for unixODBC library "odbcinst" not found while executing ./configure --with-unixodbc=/usr --with-libpq=/apps/PostgreSQL/10 in SuSE Linux 12.0 SP1
"Inoue, Hiroshi" <[email protected]> Tue, 17 Jul 2018 11:44:57 +0900
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <[email protected]> |
Hi Jaydip, On 2018/07/16 21:11, Jaydip wrote: > I installed ODBC using below command: > *zypper install unixODBC.x86_64* where odbcinst library is in /usr/lib64 and > odbc_config is there in /usr/bin. The odbcinst.ini and odbc.ini files exists > in /etc/unixODBC folder, however both files are of 0 byte size. > > The output of command: ls -l /usr/lib64/*odbc* > > lrwxrwxrwx 1 root root 16 Jul 16 16:49 /usr/lib64/libodbc.so.2 -> > libodbc.so.2.0.0 > -rwxr-xr-x 1 root root 423752 Sep 21 2014 /usr/lib64/libodbc.so.2.0.0 > lrwxrwxrwx 1 root root 18 Jul 16 16:49 /usr/lib64/libodbccr.so.2 -> > libodbccr.so.2.0.0 > -rwxr-xr-x 1 root root 43216 Sep 21 2014 /usr/lib64/libodbccr.so.2.0.0 > lrwxrwxrwx 1 root root 20 Jul 16 16:49 /usr/lib64/libodbcinst.so.2 -> Isn't there libodbcinst.so? regards, Hiroshi Inoue > libodbcinst.so.2.0.0 > -rwxr-xr-x 1 root root 76656 Sep 21 2014 /usr/lib64/libodbcinst.so.2.0.0 > > > I tried --with-unixodbc without any value but still getting same error. I > did set LDFLAGS to -ldl as mentioned in one of post but still seeing same > error. > > > -- > Sent from: http://www.postgresql-archive.org/PostgreSQL-odbc-f2186591.html