Stefan Kaltenbrunner stefan
Mon Aug 14 02:04:12 PDT 2006
Devrim GUNDUZ wrote:
> Hello,
> 
> On Sun, 2006-08-13 at 11:23 +0200, Niels Breet wrote:
>> Are you using Solaris lex or GNU flex? And what version is it?
> 
> This is Solaris lex, per: http://www.blastwave.org/packages.php/flex
> 
> bash-2.05$ pkg-get install flex
> No worries... you already have version 2.5.4,REV=2005.10.03 of flex

I guess configure is picking up the solaris lexer instead of the GNU one.
you could try doing something like:

LEX=/usr/local/bin/flex ./configure

to get it to pickup the right one.

Note that configure will tell you in it's output what kind of lexer it
found.

Stefan



More information about the Slony1-general mailing list