Subject: Re: Postgres or Tk: which of these 2 fails?
To: Sergey N. Ivanov <sergey57@bigfoot.com>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 06/08/1999 13:15:18
Sergey N. Ivanov wrote:
> I read at the PostgreSQL web site announce about 6.5 beta. It has ported
> port to NetBSD/m68k by Mr. Mutsuki Nakajima. Will it run on mac68k? 
> 
> Really all I need about Postgres is tcl/tk graphic interface. I did not succeed in it's setup and it failed with error message:
> 
> /usr/libexec/ld.so: Undefined symbol "_crypt" in wish8.0:/usr/pkg/pgsql/lib/libpq.so.2.0
> 
> May be this problem concerns not Postgres but Tk?

did you get a pre-compiled version of the postgres stuff?  if so, it looks
like someone may have linked it with the libcrypt stuff (which they really
shouldn't have done...)  if that's the case, you'll need to compile it
yourself.

later.

colin