From: | Sam Carleton <postgres(at)linux-info(dot)net> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Error compiling 7.3.4 on Solaris 8 |
Date: | 2003-10-15 00:51:33 |
Message-ID: | 20031015005133.GA8046@miltonstreet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I am having problems compiling Postgres 7.3.4 on a UltraSPARC 10
running Solaris 8. It compiled fine when I only compiled with perl
and python, but when I try to recompile with ssl, I get errors:
make[2]: Entering directory `~/src/postgresql-7.3.4/src/interfaces'
make[3]: Entering directory `~/src/postgresql-7.3.4/src/interfaces/libpq'
gcc -Wall -Wmissing-prototypes -Wmissing-declarations -fPIC -I. -I../../../src/include -I/usr/local/ssl/include -DFRONTEND -DSYSCONFDIR='"/usr/local/pgsql/etc"' -c -o fe-connect.o fe-connect.c
In file included from fe-connect.c:46:
/usr/include/crypt.h:22: parse error before `('
/usr/include/crypt.h:22: parse error before `const'
make[3]: *** [fe-connect.o] Error 1
I have openssl 0.9.7 installed on the machine.
Sam
From | Date | Subject | |
---|---|---|---|
Next Message | j sk | 2003-10-15 00:58:21 | DELETE error - Memory exhausted in AllocSetAlloc |
Previous Message | markw | 2003-10-14 22:18:29 | Re: backup/restore - another area. |