Re: Solaris 8 install of postgres 7.2 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Solaris 8 install of postgres 7.2
Date
Msg-id 27503.1017779370@sss.pgh.pa.us
Whole thread Raw
In response to Solaris 8 install of postgres 7.2  (Joe Piscitella <Joe.Piscitella@knowledgenet.com>)
List pgsql-bugs
Joe Piscitella <Joe.Piscitella@knowledgenet.com> writes:
> checking test program... failed
> configure: error:
> *** Could not execute a simple test program.  This may be a problem
> *** related to locating shared libraries.  Check the file 'config.log'
> *** for the exact reason.

The usual cause of this is that gcc is able to find and link shared
libraries that are not found at runtime by the dynamic loader.  You may
need to set LD_LIBRARY_PATH.  See
http://www.ca.postgresql.org/docs/faq-solaris.html
item 3

            regards, tom lane

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: SEGV in contrib/array/array_iterator.c
Next
From: Tom Lane
Date:
Subject: Re: huh!?