I just tried to build Postgres ODBC from source (psqlodbc-10.00..tar.gz)
I type "./configure"
Then get this message:
configure: error: odbc_config not found (required for unixODBC build)
So it must be looking for a file called "odic_config"? It's not 100%
clear wha
Assuming the standard install to /usr/local/pgsql
you need to add /usr/local/pgsql/lib to the linker's
search path and (if Linux) run ldconfig
> > ./testlibpq:error in loading shared libraries
> >
> > libpq.so.2: cannot open shared object file: No such file or
>