Re: ./configure failing -- pgsql 7.3.3 install on solaris 8

From: Richard Welty <rwelty(at)averillpark(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ./configure failing -- pgsql 7.3.3 install on solaris 8
Date: 2003-07-13 15:14:55
Message-ID: E19biYy-0000x2-By@skipper.averillpark.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 13 Jul 2003 10:48:57 -0400 (EDT) Richard Welty <rwelty(at)averillpark(dot)net> wrote:

> On Sun, 13 Jul 2003 20:09:08 +0530 Shridhar Daithankar
> <shridhar_daithankar(at)persistent(dot)co(dot)in> wrote:
> > Well, probably you need to look lot more lines than tail is showing
> > here. Can you post entire last test?

> ah, i didn't realize how far back in configure.log you had to go. i think
> i see what i need to chase down now:

> ld: warning: file libgcc_s.so.1: required by
> /usr/local/lib/libreadline.so, not found

it turned out to be a simple problem to resolve. the gcc compiler was a bit
old, and missing a library that some of the newer packages expected gcc to
supply. i updated gcc to a current version and ./configure completed
successfully.

richard
--
Richard Welty rwelty(at)averillpark(dot)net
Averill Park Networking 518-573-7592
Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security

In response to

Browse pgsql-general by date

  From Date Subject
Next Message nolan 2003-07-13 15:17:14 Re: Is SQL silly as an RDBMS<->app interface?
Previous Message Tom Lane 2003-07-13 15:12:21 Re: vacuum analyze after updating from CVS?