Re: Solaris 8 install of postgres 7.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Piscitella <Joe(dot)Piscitella(at)knowledgenet(dot)com>
Cc: "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Solaris 8 install of postgres 7.2
Date: 2002-04-02 20:29:30
Message-ID: 27503.1017779370@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Joe Piscitella <Joe(dot)Piscitella(at)knowledgenet(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-04-02 20:32:37 Re: huh!?
Previous Message Stephan Szabo 2002-04-02 20:29:15 Re: SEGV in contrib/array/array_iterator.c