Mailing List Archive



Back to the month index Back to the list index

Brian Candler (B.Candler@pobox.com)
Sat, 25 Jan 1997 19:51:24 +0000 (GMT)


From: Brian Candler <B.Candler@pobox.com>
Message-Id: <199701251951.TAA08182@gazebo.candler.co.uk>
Subject: Re: [mSQL] first time setup -- yacc overflow
Date: Sat, 25 Jan 1997 19:51:24 +0000 (GMT)

> # ./msql2d
>
> Mini SQL Version 2.0 Beta 3
> Copyright (c) 1994-96 Hughes Technologies
>
> Loading configuration from '/usr/local/Hughes/msql.conf'.
> Server process reconfigured to accept 214 connections.
> Server running as user 'msql'.
> This snapshot release expires in 65 days.
>
> No ACL file. Using global read/write access.
>
> And then it just sits. I can hit a control-C and it will do a shutdown. But
> other than that my telnet session is dead.

You have to explicitly put it in the background:

  ./msql2d &

> 30111 ttyp1 IW + 0:00.04 ./msql2d
>
> But then also if I open up a second telnet window and then I try to set up
> the www stuff I get the following...
> # ./setup_www
>
> Parse Error! - yacc stack overflow near ")"
>
> Error at line 313

It works fine on my Linux box which has GNU bison; there is a file
/usr/bin/yacc which just contains

#!/bin/sh
# emulate yacc
bison -y $*

So maybe you have a broken yacc and need to replace it. GNU bison is free.
--------------------------------------------------------------------------
To remove yourself from the Mini SQL mailing list send a message containing
"unsubscribe" to "unsubscribe" to msql-list-request@bunyip.com. Send a message containing
"info msql-list" to majordomo@bunyip.com for info on monthly archives of
the list. For more help, mail owner-msql-list@bunyip.com NOT the msql-list!