Re: configure fails on solaris - Mailing list pgsql-ports

From Tom Lane
Subject Re: configure fails on solaris
Date
Msg-id 13495.1088085452@sss.pgh.pa.us
Whole thread Raw
In response to Re: configure fails on solaris  ("Stergios Zissakis" <szis@intranet.gr>)
Responses Re: configure fails on solaris  ("Stergios Zissakis" <szis@intranet.gr>)
List pgsql-ports
"Stergios Zissakis" <szis@intranet.gr> writes:
> Modify your .profile or the file your ENV variable points to, to include the
> right path LD_LIBRARY_PATH.

Specifically, I'd bet that libreadline is in /usr/local/lib, which gcc
will search by default during linking (if it was built with default
configuration).  If you don't have the dynamic linker configured to use
the same search path as gcc, you're in for lots of trouble.

            regards, tom lane

pgsql-ports by date:

Previous
From: "Stergios Zissakis"
Date:
Subject: Re: configure fails on solaris
Next
From: "Stergios Zissakis"
Date:
Subject: Re: configure fails on solaris