Re: Missing Make Files

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rickard <David(dot)Rickard(at)GTScompanies(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, Judith Strawser <judiths(at)gtsgraphics(dot)com>
Subject: Re: Missing Make Files
Date: 2003-06-16 19:36:17
Message-ID: 6225.1055792177@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

David Rickard <David(dot)Rickard(at)GTScompanies(dot)com> 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bernd von den Brincken 2003-06-17 08:15:33 Re: commands
Previous Message Bruce Momjian 2003-06-16 18:10:51 Re: bug in pg.py and the fix