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

2008-08-18 Thread Reid Thompson
On Fri, 2008-08-15 at 16:37 -0400, Tom Lane wrote: Reid Thompson [EMAIL PROTECTED] writes: Would plpgsql.so get built with.. ./configure --prefix=/usr/local/pgsql833 --without-readline --disable-shared Uh,

[GENERAL] Regression failing on build - ERROR: could not access file $libdir/plpgsql: No such file or directory

2008-08-15 Thread Reid Thompson
I'm getting this failure on compilation. Could someone point me in the direction of a fix? Thanks, reid System: AIX 5.3 $ uname -a AIX aix53-dev-1 3 5 000B357F4C00 Configuration params: ./configure --prefix=/usr/local/pgsql833 --without-readline --disable-shared The Error: ...SNIP...

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

2008-08-15 Thread Tom Lane
Reid Thompson [EMAIL PROTECTED] 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.

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

2008-08-15 Thread Reid Thompson
On Fri, 2008-08-15 at 11:03 -0400, Tom Lane wrote: Reid Thompson Woulwrites: 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

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

2008-08-15 Thread Tom Lane
Reid Thompson [EMAIL PROTECTED] writes: Would plpgsql.so get built with.. ./configure --prefix=/usr/local/pgsql833 --without-readline --disable-shared Uh, no. That probably explains why regress.so didn't get built,