Incorrect PostgreSQL 7.2 ODBC RPM for RedHat 6.2

From: Steve Wranovsky <stevew(at)merge(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Incorrect PostgreSQL 7.2 ODBC RPM for RedHat 6.2
Date: 2002-02-28 18:52:47
Message-ID: 4.3.2.7.2.20020228123812.00c2f7e0@mail.merge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


I am attempting to install PostgreSQL 7.2 on Redhat 6.2. It looks
like the RPM are not installing the actual ODBC library. When I
query the RPM for the actual files in the RPM, I get the following:

[root(at)steveark rpms]# rpm -qpl postgresql-odbc-7.2-1PGDG.i386.rpm
/usr/lib/libpsqlodbc.so
/usr/share/pgsql/odbc.sql
[root(at)steveark rpms]#

When I look at the /usr/lib/libpsqlodbc.so file, it is only a link
to the actual libary, libpsqlodbc.so.0.27:

[mergeark(at)steveark lib]$ ls -l /usr/lib/libpsql*
lrwxrwxrwx 1 root root 19 Feb 28 07:14 /usr/lib/libpsqlodbc.so -> libpsqlodbc.so.0.27
[mergeark(at)steveark lib]$

It looks like the file libpsqlodbc.so.0.27 simply was not included in
the RPM. Am I correct about this, or am I missing something? The official ODBC RPMs
for both RedHat 6.2 & 7.2 are only about 5K is size. When I look back at the
size of the ODBC RPM for PostgreSQL 7.1.3, the size is about 87K.

Thanks for the help.
Steve

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-02-28 21:10:21 Re: Indexes not always used after inserts/updates/vacuum analyze
Previous Message Reinhard Max 2002-02-28 16:43:39 Re: Indexes not always used after inserts/updates/vacuum