Re: Regression failing on build -> ERROR: could not access file "$libdir/plpgsql": No such file or directory

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Reid(dot)Thompson(at)ateb(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Regression failing on build -> ERROR: could not access file "$libdir/plpgsql": No such file or directory
Date: 2008-08-15 15:03:50
Message-ID: 22038.1218812630@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Reid Thompson <Reid(dot)Thompson(at)ateb(dot)com> writes:
> I'm getting this failure on compilation. Could someone point me in the direction of a fix?

You probably ought to inquire into the cause of these:
> gmake[2]: stat:regress.so: There are too many levels of symbolic links to translate a path name.

Usually that indicates circular symlinking :-(. You didn't show us the
part of the log about building plpgsql.so, but I'll bet it had the same
issue, whatever it is.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-08-15 15:28:12 Re: Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64
Previous Message Dot Yet 2008-08-15 14:50:48 Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64