Re: Error compiling Slony I

From: Vivek Khera <vivek(at)khera(dot)org>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error compiling Slony I
Date: 2007-11-28 15:49:31
Message-ID: 9FEC4426-6489-42A0-A7D6-97F316DD5AE8@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Nov 28, 2007, at 8:50 AM, Glyn Astill wrote:

> Hi people,
>
> When I try to compile Slony 1.2 I get the following error:P
>
> parser.y:1090:18: error: scan.c: No such file or directory
> make[2]: *** [parser.o] Error 1
> make[2]: Leaving directory `/tmp/slony1-1.2.12/src/slony_logshipper'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/tmp/slony1-1.2.12/src'
>
> I've installed bison.
>
> Anyone got any idea what I may be doing wrong?

Slony mailing list will be more helpful... but I ran into this. the
solution for me was to uninstall bison and re-build. for some reason
if the slony configure script finds bison, it forces it to rebuild the
parser. i think the parser requires a certain version of bison.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2007-11-28 15:51:52 Re: Streaming LIBPQ? Sliding Window in LIBPQ?
Previous Message Vivek Khera 2007-11-28 15:47:44 Re: PostgreSQL DB split