Help! Error Compiling

From: "Keith Bottner" <kbottner(at)comcast(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Help! Error Compiling
Date: 2004-05-18 17:10:30
Message-ID: 006901c43cfb$05fcadc0$7d00a8c0@juxtapose
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I just reinstalled my system and am in the process of getting PostgreSQL up
and running again. During compilation of Postgres I received the following
error:

... [A lot of configure messages go here]
checking for main in -lunix... no
checking for library containing crypt... -lcrypt
checking for library containing fdatasync... none required
checking for shmget in -lcygipc... no
checking for readline... yes (-lreadline)
checking for inflate in -lz... yes
checking for CRYPTO_new_ex_data in -lcrypto... no
configure: error: library 'crypto' is required for OpenSSL

I have never received this error before. It does appear that the crypt
libraries are installed as can be seen on the second line of output that I
included. Not knowing how the configure file works I was wondering if it is
looking for something related but is using an inappropriate error message?
Any ideas?

Keith

Responses

Browse pgsql-general by date

  From Date Subject
Next Message BARTKO, Zoltan 2004-05-18 17:16:13 Access to the DB
Previous Message rong.xie 2004-05-18 15:27:34 PostgreSQL delete the blank in the end of the String automatically. how can I avoid it?