psqlodbc. h:54:23: fatal error: iodbcinst. h: No such file or directory

Asked

Viewed 130 times

-3

Error installing postgresql ODBC in Ubuntu 64

odbc

How should I proceed ?

  • Please use text, not images.

1 answer

1


I can install the odbc plugin by following these steps:inside the uncompressed odbc postgresql folder:

./configure
make
sudo make install
  • In other words, only the command was missing ./configure? This is what solved the problem?

  • exactly. Inside the unzipped folder! I was running in the root folder...

  • another detail was using postgresql’s 7.X vesion when it should have downloaded odbc version 9.X.. Sheer lack of attention

  • So it was your typo, for lack of reading the README.TXT and it is not necessarily a "doubt of truth". I recommend that whenever you install something manually look for a readme.txt, readme.Md or readme (no extension).

  • Other software can change the commands, may have additional parameters, depends a lot on the need of the software, so I recommended that always read the readme that comes inside the compressed.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.