Обсуждение: Problem building the psqlODBC driver

Поиск
Список
Период
Сортировка

Problem building the psqlODBC driver

От
"Yury Koles"
Дата:
I try compiling psqlODBC driver for RedHat 9 (from sources in
psqlodbc-07.03.0200.tar.gz from
ftp://ftp.postgresql.org/pub/odbc/versions/src/),, but can not build
libpsqlodbc.so* or libpsqlodbc* .  I did
./configure && make && su �c �make install�
without errors, but I cannot find libpsqlodbc.so anywhere on the system.  If
it matters, I compiled and installed (without errors) unixODBC driver
manager version 2.2.8 and PostgreSQL version 7.4.2 before that.
Please help me on what�s wrong.
Thank you.

_________________________________________________________________
Getting married? Find tips, tools and the latest trends at MSN Life Events.
http://lifeevents.msn.com/category.aspx?cid=married


Re: Problem building the psqlODBC driver

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Yury Koles [mailto:fresh_impression@hotmail.com]
> Sent: 06 May 2004 23:29
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] Problem building the psqlODBC driver
>
> I try compiling psqlODBC driver for RedHat 9 (from sources in
> psqlodbc-07.03.0200.tar.gz from
> ftp://ftp.postgresql.org/pub/odbc/versions/src/),, but can not build
> libpsqlodbc.so* or libpsqlodbc* .  I did ./configure && make
> && su -c 'make install'
> without errors, but I cannot find libpsqlodbc.so anywhere on
> the system.  If it matters, I compiled and installed (without
> errors) unixODBC driver manager version 2.2.8 and PostgreSQL
> version 7.4.2 before that.
> Please help me on what's wrong.
> Thank you.

Do you see any libraries in the source directory that you built from?

Regards, Dave