Psqlodbc install problem

Psqlodbc install problem

am 10.09.2008 21:33:30 von Jon.Page

This is a multi-part message in MIME format.

------_=_NextPart_001_01C9137C.1AD02A6E
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I am trying to install psqlodbc 8.3.2 on a RedHat EL5 server.
I have postgresql 8.3.3 installed. When I run the configure script for
psqlodbc I get the following error:

checking for library containing SQLGetPrivateProfileString... no
configure: error: unixODBC library "odbcinst" not found

The complete output from the configure is found below. I do have
unixODBC installed.

Any help would be appreciated.

Thanks

Jon


[root@cppdb04 psqlodbc-08.03.0200]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles...
no
checking for pg_config... /apps/pgsql/bin/pg_config
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for library containing SQLGetPrivateProfileString... no
configure: error: unixODBC library "odbcinst" not found

------_=_NextPart_001_01C9137C.1AD02A6E
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable




charset=3Dus-ascii">
6.5.7653.38">
Psqlodbc install problem




I am trying to install psqlodbc 8.3.2 =
on a RedHat EL5 server.



I have postgresql 8.3.3 =
installed.  When I run the configure script for psqlodbc I get the =
following error:



checking for library containing =
SQLGetPrivateProfileString... no



configure: error: unixODBC library =
"odbcinst" not found



The complete output from the configure =
is found below.  I do have unixODBC installed.



Any help would be appreciated.



Thanks



Jon





[root@cppdb04 psqlodbc-08.03.0200]# =
../configure



checking for a BSD-compatible =
install... /usr/bin/install -c



checking whether build environment is =
sane... yes



checking for gawk... gawk


checking whether make sets $(MAKE)... =
yes



checking whether to enable =
maintainer-specific portions of Makefiles... no



checking for pg_config... =
/apps/pgsql/bin/pg_config



checking for gcc... gcc


checking for C compiler default output =
file name... a.out



checking whether the C compiler =
works... yes



checking whether we are cross =
compiling... no



checking for suffix of =
executables...



checking for suffix of object files... =
o



checking whether we are using the GNU =
C compiler... yes



checking whether gcc accepts -g... =
yes



checking for gcc option to accept ISO =
C89... none needed



checking for style of include used by =
make... GNU



checking dependency style of gcc... =
gcc3



checking build system type... =
x86_64-unknown-linux-gnu



checking host system type... =
x86_64-unknown-linux-gnu



checking for a sed that does not =
truncate output... /bin/sed



checking for grep that handles long =
lines and -e... /bin/grep



checking for egrep... /bin/grep =
-E



checking for ld used by gcc... =
/usr/bin/ld



checking if the linker (/usr/bin/ld) =
is GNU ld... yes



checking for /usr/bin/ld option to =
reload object files... -r



checking for BSD-compatible nm... =
/usr/bin/nm -B



checking whether ln -s works... =
yes



checking how to recognise dependent =
libraries... pass_all



checking how to run the C =
preprocessor... gcc -E



checking for ANSI C header files... =
yes



checking for sys/types.h... yes


checking for sys/stat.h... yes


checking for stdlib.h... yes


checking for string.h... yes


checking for memory.h... yes


checking for strings.h... yes


checking for inttypes.h... yes


checking for stdint.h... yes


checking for unistd.h... yes


checking dlfcn.h usability... =
yes



checking dlfcn.h presence... =
yes



checking for dlfcn.h... yes


checking for g++... g++


checking whether we are using the GNU =
C++ compiler... yes



checking whether g++ accepts -g... =
yes



checking dependency style of g++... =
gcc3



checking how to run the C++ =
preprocessor... g++ -E



checking for g77... g77


checking whether we are using the GNU =
Fortran 77 compiler... yes



checking whether g77 accepts -g... =
yes



checking the maximum length of command =
line arguments... 32768



checking command to parse /usr/bin/nm =
-B output from gcc object... ok



checking for objdir... .libs


checking for ar... ar


checking for ranlib... ranlib


checking for strip... strip


checking if gcc supports -fno-rtti =
-fno-exceptions... no



checking for gcc option to produce =
PIC... -fPIC



checking if gcc PIC flag -fPIC =
works... yes



checking if gcc static flag -static =
works... yes



checking if gcc supports -c -o =
file.o... yes



checking whether the gcc linker =
(/usr/bin/ld -m elf_x86_64) supports shared libraries... yes



checking whether -lc should be =
explicitly linked in... no



checking dynamic linker =
characteristics... GNU/Linux ld.so



checking how to hardcode library paths =
into programs... immediate



checking whether stripping libraries =
is possible... yes



checking for shl_load... no


checking for shl_load in -ldld... =
no



checking for dlopen... no


checking for dlopen in -ldl... =
yes



checking whether a program can dlopen =
itself... yes



checking whether a statically linked =
program can dlopen itself... no



checking if libtool supports shared =
libraries... yes



checking whether to build shared =
libraries... yes



checking whether to build static =
libraries... no



configure: creating libtool


appending configuration tag =
"CXX" to libtool



checking for ld used by g++... =
/usr/bin/ld -m elf_x86_64



checking if the linker (/usr/bin/ld -m =
elf_x86_64) is GNU ld... yes



checking whether the g++ linker =
(/usr/bin/ld -m elf_x86_64) supports shared libraries... yes



checking for g++ option to produce =
PIC... -fPIC



checking if g++ PIC flag -fPIC =
works... yes



checking if g++ static flag -static =
works... yes



checking if g++ supports -c -o =
file.o... yes



checking whether the g++ linker =
(/usr/bin/ld -m elf_x86_64) supports shared libraries... yes



checking dynamic linker =
characteristics... GNU/Linux ld.so



checking how to hardcode library paths =
into programs... immediate



appending configuration tag =
"F77" to libtool



checking if libtool supports shared =
libraries... yes



checking whether to build shared =
libraries... yes



checking whether to build static =
libraries... no



checking for g77 option to produce =
PIC... -fPIC



checking if g77 PIC flag -fPIC =
works... yes



checking if g77 static flag -static =
works... yes



checking if g77 supports -c -o =
file.o... yes



checking whether the g77 linker =
(/usr/bin/ld -m elf_x86_64) supports shared libraries... yes



checking dynamic linker =
characteristics... GNU/Linux ld.so



checking how to hardcode library paths =
into programs... immediate



checking for library containing =
SQLGetPrivateProfileString... no



configure: error: unixODBC library =
"odbcinst" not found





------_=_NextPart_001_01C9137C.1AD02A6E--

Re: Psqlodbc install problem

am 10.09.2008 22:49:30 von devrim

--=-eTxlbd+uVtH22H3hq06Y
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

On Wed, 2008-09-10 at 12:33 -0700, Page, Jon T wrote:
> checking for library containing SQLGetPrivateProfileString... no
> configure: error: unixODBC library "odbcinst" not found
>=20
> The complete output from the configure is found below. I do have
> unixODBC installed.

Did you install unixODBC-devel?

Also, we have psqlodbc binaries for PostgreSQL 8.3.X + RHEL 5 here:

http://yum.pgsqlrpms.org

You don't need to compile from sources.

Regards,
--=20
Devrim GÜNDÜZ, RHCE
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org

--=-eTxlbd+uVtH22H3hq06Y
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkjIMtgACgkQtl86P3SPfQ7ooQCfd4U0PGXkAggcTM1wl/qc an3K
LJIAoLX3KD75X7GSM6tjyIzz0P7w0P8Y
=oCkQ
-----END PGP SIGNATURE-----

--=-eTxlbd+uVtH22H3hq06Y--

Re: Psqlodbc install problem

am 19.01.2009 20:11:17 von joser

Page, Jon T wrote:
>
> I am trying to install psqlodbc 8.3.2 on a RedHat EL5 server.
> I have postgresql 8.3.3 installed. When I run the configure script for
> psqlodbc I get the following error:
>
> checking for library containing SQLGetPrivateProfileString... no
> configure: error: unixODBC library "odbcinst" not found
>
>

Hello Jon -
I have the same problem. Did you ever get a workable response
from anyone ?
Thanks,
Joe

--
View this message in context: http://www.nabble.com/Psqlodbc-install-problem-tp19422592p21 549540.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.


--
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc