2014-10-30 8:47 GMT+01:00 Postgres India <pgbugindia@xxxxxxxxx>:
Hi ,While i try to install psqlDDBC, i get this error , i have SUSE Linux Enterprise Server 11 , trying to find a solution still have no idea../configurechecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables...checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of gcc... gcc3checking -Wall is a valid compile option... yeschecking for odbc_config... noconfigure: error: odbc_config not found (required for unixODBC build)
you are missing a ODBC packages
http://www.unixodbc.org/
http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_configuring_odbc.html
http://www.unixodbc.org/
http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/installing_configuring_odbc.html
Regards
Pavel
Pavel
RegardsManmohan. KOn Thu, Oct 23, 2014 at 2:41 PM, Миша Тюрин <tmihail@xxxxx> wrote:
http://multicorn.org/
another cool stuff to generalize interconnections
Wed, 22 Oct 2014 22:34:06 -0700 от Postgres India <pgbugindia@xxxxxxxxx>:
Thanks a lot Remi, Merlin and Pavel...........I will give it a try.On Wed, Oct 22, 2014 at 6:36 AM, Merlin Moncure <mmoncure@xxxxxxxxx> wrote:On Wed, Oct 22, 2014 at 5:56 AM, Pavel Stehule <pavel.stehule@xxxxxxxxx> wrote:
> Hi
>
> try to use a Perl implementation https://github.com/davidfetter/DBI-Link
>
> There is a DBD driver for DB2 http://search.cpan.org/dist/DBD-DB2/DB2.pod
>
> Or you can use a mentioned fdw wrapper - there is ODBC wrapper
> https://wiki.postgresql.org/wiki/Foreign_data_wrappers#odbc_fdw and you can
> access DB2 via generic ODBC DB2 driver
jdbc-fdw should work too.
https://github.com/atris/JDBC_FDW
merlin