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-13T20:00:00Z
Lists: pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes: > 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? > Because -lssl is added to LIBS, the test program is linked against LIBS, > and when the program starts it tries to locate all the dependent libraries > (not matter if it doesn't actually have to use them). Interesting theory, but if LIBS is broken then wouldn't the backend fail to run at all? How'd they manage to pass the other regress tests? regards, tom lane