Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-06 Thread Peter Eisentraut
Am Donnerstag, 5. Juni 2008 schrieb Nathan Reed: LD_LIBRARY_PATH is the correct env var to use. However, you are correct that this hamstrings the generated executable - requiring that the LD_LIBRARY_PATH include all of the shared object libraries in the rc scripts themselves. From

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-06 Thread Nathan Reed
Does not change anything. I have run the generic configure without any parameters (--with-ssl, etc) and I get the same result. I have done a number of permutations, made sure that bison is in place, etc,etc,etc. I am not getting beyond this linker failure on the test of fseeko and I can run

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-06 Thread Peter Eisentraut
Am Freitag, 6. Juni 2008 schrieb Nathan Reed: Does not change anything.  I have run the generic configure without any parameters (--with-ssl, etc) and I get the same result.  I have done a number of permutations, made sure that bison is in place, etc,etc,etc. Trying countless permutations of

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-06 Thread Nathan Reed
I have finally gotten cleanly through the configure step. The documentation for postgres under section 15.5 gives the various options, one of which is the --with-libraries. This option does not seem to work correctly for Solaris 10 with various packages added into /usr/local and

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-05 Thread Tom Lane
[ please keep the mailing list cc'd ] Nathan Reed [EMAIL PROTECTED] writes: Here is the dump of the config.log file in the pertinent area: configure:19839: checking test program configure:19854: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-05 Thread Nathan Reed
Tom, LD_LIBRARY_PATH is the correct env var to use. However, you are correct that this hamstrings the generated executable - requiring that the LD_LIBRARY_PATH include all of the shared object libraries in the rc scripts themselves. Regarding the possibility of a bug, I had indicated

[BUGS] BUG #4219: fseeko test failure in configure script

2008-06-04 Thread Nathan Reed
The following bug has been logged online: Bug reference: 4219 Logged by: Nathan Reed Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: Sparc Solaris 10 - 08/07 release Description:fseeko test failure in configure script Details: It does

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-04 Thread John R Pierce
Nathan Reed wrote: The following bug has been logged online: Bug reference: 4219 Logged by: Nathan Reed Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: Sparc Solaris 10 - 08/07 release Description:fseeko test failure in configure script

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-04 Thread Tom Lane
Nathan Reed [EMAIL PROTECTED] writes: It does not matter what parameters I do or do not provide on the configure step, I get the same failure every time: checking for fseeko... (cached) yes checking test program... failed configure: error: Could not execute a simple test program. This may

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-04 Thread Nathan Reed
I looked at the config.log file, but I can only discern that it appears to be failing on fseeko in the configure section that loops through tests in the area where there are comments about NetBSD, etc re-rendering of fseeko. Understanding that make is difficult with messaging, the output that

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-04 Thread Nathan Reed
I am using the gcc 3.4.6 compiler. With all of the needed packages for this config run, I have included the following elements in a script: # ./configure --with-openssl --with-libxml --with-libxslt --with-libraries=/usr/local/ssl/lib:/usr/local/BerkeleyDB.4.2/lib

Re: [BUGS] BUG #4219: fseeko test failure in configure script

2008-06-04 Thread Tom Lane
Nathan Reed [EMAIL PROTECTED] writes: I looked at the config.log file, but I can only discern that it appears to be failing on fseeko in the configure section that loops through tests in the area where there are comments about NetBSD, etc re-rendering of fseeko. Well, if you don't