David Rickard <[EMAIL PROTECTED]> writes: > Downloaded postgresql-7.3.3.tar.gz and unpacked it on our system > (sparc-sun-solaris2.6); ran the configure script, apparently successfully > (non-fatal warnings about not finding flex, bison, and zlib),
The zlib error was fatal: configure:5964: error: zlib library not found If you have zlib already installed, see config.log for details on the failure. It is possible the compiler isn't looking in the proper directory. Use --without-zlib to disable zlib support. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly