Re: Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Justin Clift <jclift@iprimus.com.au>, pgsql-bugs@postgresql.org
Date: 2001-03-13T18:49:42Z
Lists: pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes: >> IIRC, someone else reported a few days ago that the int8 tests failed on >> their platform if and only if openssl was linked in. Not sure what >> openssl could be doing to screw up long long int arithmetic, but that >> was the report. > Of course! The test program aborts because it can't find the shared > library. Yet another reason to avoid AC_TRY_RUN. Er ... what? Why would the test program be trying to use that shlib? regards, tom lane