Bug 63144 - postgresql-odbc lacks .so.* files
Summary: postgresql-odbc lacks .so.* files
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: postgresql
Version: skipjack-beta2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-10 16:09 UTC by Marco Pratesi
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-04-10 16:09:56 UTC
Embargoed:


Attachments (Terms of Use)

Description Marco Pratesi 2002-04-10 16:09:52 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020311

Description of problem:
The postgresql package provides only the following files:
/usr/lib/libpsqlodbc.so
/usr/share/pgsql/odbc.sql
and /usr/lib/libpsqlodbc.so results to be only a broken link
to libpsqlodbc.so.0.27
The problem can be solved by adding a "*" to the spec file
in the "files" section for postgresql-odbc:
--- postgresql.spec.orig	Wed Mar 27 22:58:00 2002
+++ postgresql.spec	Wed Apr 10 17:48:03 2002
@@ -887,7 +887,7 @@
 %if %odbc
 %files odbc
 %defattr(-,root,root)
-%attr(755,root,root) /usr/lib/libpsqlodbc.so
+%attr(755,root,root) /usr/lib/libpsqlodbc.so*
 /usr/share/pgsql/odbc.sql
 %endif


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.ls -l /usr/lib/libpsqlodbc.so
2.observe that it is a broken link to libpsqlodbc.so.0.27
3.
	

Expected Results:  The package postgresql-odbc should contain the following files:
/usr/lib/libpsqlodbc.so
/usr/lib/libpsqlodbc.so.0
/usr/lib/libpsqlodbc.so.0.27
/usr/share/pgsql/odbc.sql

Additional info:

Comment 1 Trond Eivind Glomsrxd 2002-04-10 16:22:52 UTC
Fixed a couple of days ago, e.g. in 7.2.1-3


Note You need to log in before you can comment on or make changes to this bug.