============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Carl Anderson
Your email address : candrsn@mindspring.com
Category : runtime: front-end
Severity : critical
Summary: missing linked SH lib in pgaccess
System Configuration
- --------------------
Operating System : RH5.1 i386
PostgreSQL version : 6.46
Compiler used : gcc 2.7.2
Hardware:
- ---------
Cyrix 586 (P75) 40 M Ram
Linux vadose.dvg 2.0.34 #1 Sun Oct 4 21:33:10 EDT 1998 i486 unknown
Versions of other tools:
- ------------------------
gmake
- --------------------------------------------------------------------------
Problem Description:
- --------------------
must add -lcrypt to
SHLINK_LIB in makefile for libpgtcl
ie
SHLIB_LINK= -L../libpq -lpq -lcrypt
- --------------------------------------------------------------------------
Test Case:
- ----------
pgacces fails on load without it
- --------------------------------------------------------------------------
Solution:
- ---------
- --------------------------------------------------------------------------