Re: configure fails on solaris

From: "Stergios Zissakis" <szis(at)intranet(dot)gr>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 14:04:47
Message-ID: NGBBJHBHDKPNOODGDMMAKEHGCIAA.szis@intranet.gr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Thursday, June 24, 2004 4:58 PM
To: Stergios Zissakis
Cc: Edwin New; pgsql-ports(at)postgresql(dot)org
Subject: Re: [PORTS] configure fails on solaris

"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 Tom Lane 2004-06-24 14:29:46 Re: configure fails on solaris
Previous Message Tom Lane 2004-06-24 13:57:32 Re: configure fails on solaris