Compilation fails --with-ssl on Solaris 8

From: Arcady Genkin <a(dot)genkin(at)utoronto(dot)ca>
To: Postgres-general <pgsql-general(at)postgresql(dot)org>, pgsql-bugs(at)postgresql(dot)org
Subject: Compilation fails --with-ssl on Solaris 8
Date: 2001-05-25 15:51:26
Message-ID: r1zpucx8m0x.fsf_-_@gnu.cdf.toronto.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

System:

SunOS 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-Enterprise

Configuration options:

env CFLAGS='-O2 -pipe' ./configure --prefix=/opt/pgsql \
--with-perl --with-python --with-CXX \
--with-openssl=/local/lib/openssl

Compilation fails with the following error:

In file included from crypt.c:27:
/usr/include/crypt.h:23: conflicting types for `des_encrypt'
/local/lib/openssl/include/openssl/des.h:150: previous declaration of `des_encrypt'
make[3]: *** [crypt.o] Error 1
make[3]: Leaving directory `/admin/src/postgresql-7.1.1/src/backend/libpq'
make[2]: *** [libpq-recursive] Error 2
make[2]: Leaving directory `/admin/src/postgresql-7.1.1/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/admin/src/postgresql-7.1.1/src'
make: *** [all] Error 2

--
Arcady Genkin

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-05-25 17:22:40 Optimizer in 7.1.1 worse thatn 7.0.3
Previous Message Jeff Boes 2001-05-25 15:10:01 Re: COPY with default values?

Browse pgsql-general by date

  From Date Subject
Next Message Tim Barnard 2001-05-25 16:05:50 Cursor question
Previous Message Doug McNaught 2001-05-25 15:38:50 Re: Username with a hyphen character (grant failing?)