Forum OpenACS Q&A: Re: openFTS flex missing on your system?

Collapse
Posted by Steve Manning on
I just hit the same problem. The solution for me was to edit the ../src/Makefile.global.

Locate the FLEX = line and add /usr/bin/flex (or whatever the path to flex is on your machine)

- Steve