PostgreSQL 6.5 on Solaris 2.6 successfully installed - Mailing list pgsql-ports

From Reiner Schulz
Subject PostgreSQL 6.5 on Solaris 2.6 successfully installed
Date
Msg-id 37F366F2.8C50562D@cs.umd.edu
Whole thread Raw
Responses Re: [PORTS] PostgreSQL 6.5 on Solaris 2.6 successfully installed  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-ports
Whoever has had problems, here's a general advice:

Make sure the dir containing Sun's c compiler and linker precedes any
other dir containing any other c compiler (such as gcc) in your PATH
environment variable.
Otherwise you're doomed to fail even if you use the solaris_sparc_cc
template. It's NOT a guarantee that configure really picks Sun's cc and
linker.
If you pick the right compiler, but the wrong linker it won't compile.
In my case it stopped building libpq.
If you pick the wrong compiler (gcc) and the right linker it will
compile, but i experienced problems with tcp/ip connections (setsockopt
errno=22) afterwards.

reiner
--
(*)->[]->()->[]->(**)->[]->()->[]->(*)->[]->()->[]->()->[]->()->[]->()->[]
                     3                2
(Humboldt University Berlin, Germany)->[]->(University of Maryland, USA)

pgsql-ports by date:

Previous
From: Lyle Bertz
Date:
Subject: Update of installing with Cygnus on NT
Next
From: Bruce Momjian
Date:
Subject: Re: [PORTS] PostgreSQL 6.5 on Solaris 2.6 successfully installed