MySQL Forums
Forum List  »  Router & Proxy

Re: Unable to build mysql-proxy from source
Posted by: simon elliston ball
Date: August 31, 2007 04:14AM

This is because sql-tokenizer.c is generated by flex. Either you do you have flex installed (probably solved with something like apt-get flex, then reconfigure etc) or the build is still broken (I believe someone fixed this earlier in the week).

The ylwrap command in the Makefile didn't work for a while for me, so a quick call to

../ylwrap sql-tokenizer.l lex.yy.c sql-tokenizer.c -- /usr/bin/flex

after the configure and before the make will solve it.

Simon

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Unable to build mysql-proxy from source
2560
August 31, 2007 04:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.