agora inbox for postgres@postgres.berkeley.edu  
help / color / mirror / Atom feed
From: Kai Petzke <wpp@marie.physik.tu-berlin.de>
To: jeffrey@thompson.itm.org
Cc: postgres@postgres.Berkeley.EDU
Subject: Re: Installation of Postgres Rel 4.2 on Linux
Date: Wed, 25 Jan 1995 00:02:48 +0100 (MET)
Message-ID: <9501251354.AA06925@lise.physik.tu-berlin.de> (raw)
In-Reply-To: <m0rWOlZ-00000HC@thompson.itm.org>

> I'm working my way through the installation of postgres Release 4.2 on
> Linux OS version 1.1.76.  
> 
> I've got an undefined variable, yypvt in src/backend/parser/gram.y.
> I've searched for a definition of yypvt in the postgres source and
> can't find any.

Make sure, you install Berkeley yacc (byacc), not Bison in
/usr/bin/yacc.  Then your problems should go away.

> 1. Can anyone give me any hints about yypvt?

It is the name of the main parser stack.  yypvt is used by
standard unix yacc, while both bison and byacc use yyvsp.
In case of byacc, the problem is automatically #define'd
away from you in the source file gram.y.

> 2. Does anyone have postgres Release 4.2 working on Linux so I might ask
>    you other installation questions?

Make sure you get the real linux port, as found in:

	ftp://s2k-ftp.cs.berkeley.edu/pub/postgres/unofficial-ports/linux
	ftp://marie.physik.tu-berlin.de/pub/linux/postgres
	ftp://ftp.lysator.liu.se/pub/linux/postgres

> 3. Is there anything else I need to do for Linux that's not documented in
>    the 'Postgres Installation Instructions'?

If you just grab the binaries for Postgres, then you won't have
problems.





Kai


==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: postgres@postgres.berkeley.edu
  Cc: wpp@marie.physik.tu-berlin.de, jeffrey@thompson.itm.org
  Subject: Re: Installation of Postgres Rel 4.2 on Linux
  In-Reply-To: <9501251354.AA06925@lise.physik.tu-berlin.de>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox