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

From Stergios Zissakis
Subject Re: configure fails on solaris
Date
Msg-id NGBBJHBHDKPNOODGDMMAKEHGCIAA.szis@intranet.gr
Whole thread Raw
In response to Re: configure fails on solaris  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: configure fails on solaris  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-ports
I don't use gcc. I user CC instead. Unfortunatly readline is not present in
either Solaris 7 or 8.
I had to built it from scratch and includ it in my PostgreSQL distribution;
I didn't want to go the --without-readline way.

As for the configuration of the dynamic linker, I did not touch it at all. I
use LD_LIBRARY_PATH and
have configured PostgreSQL (./configure script) with the
appropriate --with-includes and --with-libraries options. Is there anything
wrong with this configuration?

Thanks for you comment anyway; I might get to configure the dynamic linker
if I ever get the root password!!!

Regards,
Sterge




-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Thursday, June 24, 2004 4:58 PM
To: Stergios Zissakis
Cc: Edwin New; pgsql-ports@postgresql.org
Subject: Re: [PORTS] configure fails on solaris


"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: Tom Lane
Date:
Subject: Re: configure fails on solaris
Next
From: Tom Lane
Date:
Subject: Re: configure fails on solaris