I think your missing the glibc crypt library, look for libcrypt.so.* in
your /lib dir. If it's not there, you'll have to grab it from a Linux site
like ftp://sunsite.unc.edu/pub/Linux or from Caldera's website.
If you do have the file, try adding -lcrypt to the LIBS line of
Makefile.global in
On 1999-12-18, Peter Ai mentioned:
> gcc -o postgres access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o
> commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o
> main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o
> port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/S
Hi, Postgres guru,
I am new to Postgres and just downloaded the source to compile on my
Caldera 2.2.5. I got a trouble and here is what i did (follwoing the
INTALL file):
Hardware : Pentium 200 with 32M ram, 2.1G HD(Linux partition)
1)Add a new account postgres
2)make dir /usr/scr/pgsql