Re: postgresql 8.2 Installation error at "gmake"

From: Emi Lu <emilu(at)encs(dot)concordia(dot)ca>
To: alvherre(at)commandprompt(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql 8.2 Installation error at "gmake"
Date: 2007-02-15 18:33:08
Message-ID: 45D4A764.5070303@encs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

> Do you happen to have a previous installation at /local/postgresql? I
> think the presence of an older libpgport.a there could be causing the
> confusion.

(1) \rm -r /local/postgresql

(2) ./configure --prefix=/local/postgresql --without-docdir
--without-readline --without-zlib

The last line for the above configuration is:
config.status: linking ./src/makefiles/Makefile.linux to src/Makefile.port

(3) gmake

ERROR shown in the attached file.

Thank you!

Attachment Content-Type Size
result.txt text/plain 2.7 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alan Hodgson 2007-02-15 18:38:53 Re: Option to undo last update on table.
Previous Message Merlin Moncure 2007-02-15 18:32:36 Re: Stored Procedure examples