Re: configure fails on solaris

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Stergios Zissakis" <szis(at)intranet(dot)gr>
Cc: "Edwin New" <edwin_new(at)toll(dot)com(dot)au>, pgsql-ports(at)postgresql(dot)org
Subject: Re: configure fails on solaris
Date: 2004-06-24 13:57:32
Message-ID: 13495.1088085452@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Stergios Zissakis" <szis(at)intranet(dot)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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Stergios Zissakis 2004-06-24 14:04:47 Re: configure fails on solaris
Previous Message Stergios Zissakis 2004-06-24 08:00:32 Re: configure fails on solaris