Bug 63073 - pgcrypto install SQL incorrect in postgresql-contrib-7.2.1-3
Summary: pgcrypto install SQL incorrect in postgresql-contrib-7.2.1-3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: postgresql
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks: 61901
TreeView+ depends on / blocked
 
Reported: 2002-04-09 20:09 UTC by Pete Deffendol
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-04-09 22:43:37 UTC
Embargoed:


Attachments (Terms of Use)

Description Pete Deffendol 2002-04-09 20:09:12 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+)
Gecko/20020402

Description of problem:
The SQL commands to install the pgcrypto functions are incorrect as installed
with postgresql-contrib-7.2.1-3.  See file:

/usr/lib/pgsql/contrib/pgcrypto/pgcrypto.sql

The path to the pgcrypto library is not correct.  It reads:

/usr/lib/pgsql/contrib/pgcrypto/pgcrypto

It should be

/usr/lib/pgsql/contrib/pgcrypto/libpgcrypto.so



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


How reproducible:
Always

Steps to Reproduce:
1.  Install postgresql-contrib-7.2.1-3.i386.rpm
2.  Execute /usr/lib/pgsql/contrib/pgcrypto/pgcrypto.sql in psql

	

Actual Results:  ERROR:  stat failed on file
'/usr/lib/pgsql/contrib/pgcrypto/pgcrypto': No such file or directory


Expected Results:  Creation of functions in the pgcrypto library.

Additional info:

Comment 1 Trond Eivind Glomsrxd 2002-04-10 23:39:32 UTC
Fixed in 7.2.1-4.


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