Re: Problem installing Postgresql

From: "mike" <matrix(at)quadrent(dot)net>
To: "Al" <starbuckk1(at)yahoo(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problem installing Postgresql
Date: 2001-04-30 20:41:58
Message-ID: 000901c0d1b6$00cde340$0100000a@Domain.wyd2002.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You should be using gmake instead of make.

./configure
gmake
gmake install

Mike

> I am running OpenLinux 2.3 (Caldera) out of the box. Trying to install
> PostGreSQL I seem to be unable to get past the 'make' process. Errors I
> get at the end of the process are:
>
> make[3]: *** [pg_backup_custom.o] Error 1
> make[3]: Leaving directory `/addon/postgresql-7.1/src/bin/pg_dump'
> make[2]: *** [all] Error 2
> make[3]: Leaving directory `/addon/postgresql-7.1/src/bin/'
> make[1]: *** [all] Error 2
> make[3]: Leaving directory `/addon/postgresql-7.1/src'
> make: *** [all] Error 2
>
> Some examples of errors I see in the output are:
>
> pg_backup_custom.c: In function `_DoDeflate':
> pg_backup_custom.c:925:`z_streamp' undeclared (first use in this function)
> pg_backup_custom.c:925: parse error before `zp'
> pg_backup_custom.c:928: 'ctx' undecleared (first use in this function)
>
> Please note that I am fairly new to Linux so a lot of this isn't making
> sense. Any ideas?
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Pieper 2001-04-30 20:45:22 More src install probs...
Previous Message Tom Lane 2001-04-30 20:23:22 Re: wierd problems with DBI/DBD::pg?