agora inbox for postgres@postgres.berkeley.edu  
help / color / mirror / Atom feed
Installation of Postgres Rel 4.2 on Linux
3+ messages / 3 participants
[nested] [flat]

* Installation of Postgres Rel 4.2 on Linux
@ 1995-01-23 08:25 jeffrey@thompson.itm.org
  1995-01-24 23:02 ` Re: Installation of Postgres Rel 4.2 on Linux Kai Petzke <wpp@marie.physik.tu-berlin.de>
  1995-01-25 04:16 ` Re: Installation of Postgres Rel 4.2 on Linux Paul M. Aoki <aoki@cs.berkeley.edu>
  0 siblings, 2 replies; 3+ messages in thread

From: jeffrey@thompson.itm.org @ 1995-01-23 08:25 UTC (permalink / raw)
  To: legacy

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.

1. Can anyone give me any hints about yypvt?
2. Does anyone have postgres Release 4.2 working on Linux so I might ask
   you other installation questions?
3. Is there anything else I need to do for Linux that's not documented in
   the 'Postgres Installation Instructions'?

-- 
Jeffrey Thompson       Check out Linux-OS Talk Area: telnet moo.du.org 8888
Linux is great!                                      connect guest
                       to talk: say Hello World      @go #11848
                                                     @quit    (when done)

 

==============================================================================
   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/



^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Installation of Postgres Rel 4.2 on Linux
  1995-01-23 08:25 Installation of Postgres Rel 4.2 on Linux jeffrey@thompson.itm.org
@ 1995-01-24 23:02 ` Kai Petzke <wpp@marie.physik.tu-berlin.de>
  1 sibling, 0 replies; 3+ messages in thread

From: Kai Petzke @ 1995-01-24 23:02 UTC (permalink / raw)
  To: jeffrey@thompson.itm.org; +Cc: legacy

> 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/



^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Installation of Postgres Rel 4.2 on Linux
  1995-01-23 08:25 Installation of Postgres Rel 4.2 on Linux jeffrey@thompson.itm.org
@ 1995-01-25 04:16 ` Paul M. Aoki <aoki@cs.berkeley.edu>
  1 sibling, 0 replies; 3+ messages in thread

From: Paul M. Aoki @ 1995-01-25 04:16 UTC (permalink / raw)
  To: jeffrey@thompson.itm.org; +Cc: legacy

jeffrey@thompson.itm.org writes:
> 2. Does anyone have postgres Release 4.2 working on Linux so I might ask
>    you other installation questions?

don't use the standard distribution, use the stuff in
	s2k-ftp.cs.berkeley.edu:/pub/postgres/unofficial-ports/linux
--
  Paul M. Aoki          |  University of California at Berkeley
  aoki@CS.Berkeley.EDU  |  Dept. of EECS, Computer Science Division (#1776) 
                        |  Berkeley, CA 94720-1776

==============================================================================
   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/



^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~1995-01-25 04:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
1995-01-23 08:25 Installation of Postgres Rel 4.2 on Linux jeffrey@thompson.itm.org
1995-01-24 23:02 ` Kai Petzke <wpp@marie.physik.tu-berlin.de>
1995-01-25 04:16 ` Paul M. Aoki <aoki@cs.berkeley.edu>

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