Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id FAA11350 for postgres-redist; Wed, 25 Jan 1995 05:58:29 -0800 Resent-From: POSTGRES mailing list Resent-Message-Id: <199501251358.FAA11350@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from mailgzrz.TU-Berlin.DE (mailgzrz.TU-Berlin.DE [130.149.4.10]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with ESMTP id FAA11340 for ; Wed, 25 Jan 1995 05:58:23 -0800 Received: from marie.physik.tu-berlin.de by mailgzrz.TU-Berlin.DE with SMTP (PP); Wed, 25 Jan 1995 14:55:16 +0100 Received: from lise.physik.tu-berlin.de by marie.physik.tu-berlin.de (5.0/SMI-SVR4) id AA26589; Wed, 25 Jan 1995 14:54:31 --100 Received: by lise.physik.tu-berlin.de (5.0/SMI-SVR4) id AA06925; Wed, 25 Jan 1995 14:54:26 --100 From: wpp@marie.physik.tu-berlin.de (Kai Petzke) Message-Id: <9501251354.AA06925@lise.physik.tu-berlin.de> Subject: Re: Installation of Postgres Rel 4.2 on Linux To: jeffrey@thompson.itm.org Date: Wed, 25 Jan 1995 00:02:48 +0100 (MET) Cc: postgres@postgres.Berkeley.EDU In-Reply-To: from "jeffrey@thompson.itm.org" at Jan 23, 95 08:25:00 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1178 Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Wed, 25 Jan 95 05:58:29 -0800 Resent-XMts: smtp > 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/