Re: [INTERFACES] pgaccess and RH 6.0?

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Wade Hampton <whampton(at)staffnet(dot)com>
Cc: pgsql-interfaces(at)hub(dot)org, Redhat List redhat <redhat-list(at)redhat(dot)com>
Subject: Re: [INTERFACES] pgaccess and RH 6.0?
Date: 1999-06-23 06:03:10
Message-ID: 3770789E.78344FEB@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> When I try to run pgaccess under RedHat 6.0, I get the
> following:
> Error in startup script: couldn't load file "libpgtcl.so":
> /usr/lib/libpgtcl.so: undefined symbol: crypt
> while executing
> "load libpgtcl.so"
> (procedure "main" line 6)
> invoked from within
> "main $argc $argv"
> (file "/usr/bin/pgaccess" line 4954)
>
> Anyone have any ideas on how to fix this?

Yup. You need to add "-lcrypt" to the Makefile or Makefile.in in the
src/interfaces/libpgtcl/ directory, then in that directory do a "make
clean install". Things should work after that. I added this just after
the "-lpq" in the same file...

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 1999-06-23 07:03:18 RE: [INTERFACES] Arrays in PostgreSQL
Previous Message Wade Hampton 1999-06-23 03:56:39 pgaccess and RH 6.0?