General Bug Report: missing linked SH lib in pgaccess - Mailing list pgsql-bugs

From Unprivileged user
Subject General Bug Report: missing linked SH lib in pgaccess
Date
Msg-id a9d2e9a49f71560e8ce5e052b73139e5
Whole thread Raw
List pgsql-bugs
============================================================================
                        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:
- ---------


- --------------------------------------------------------------------------

pgsql-bugs by date:

Previous
From: Hitesh Kumar Gulati
Date:
Subject: Problem with "Postgres"
Next
From: Unprivileged user
Date:
Subject: General Bug Report: initdb fails with parsing error in creating template1 db