-3
I can install the odbc plugin by following these steps:inside the uncompressed odbc postgresql folder:
./configure
make
sudo make install
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 postgresql ubuntu odbc
You are not signed in. Login or sign up in order to post.
Please use text, not images.
– Jéf Bueno