Re: Unable to build mysql-proxy from source
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
Subject
Views
Written By
Posted
3909
August 31, 2007 04:04AM
Re: Unable to build mysql-proxy from source
2602
August 31, 2007 04:14AM
2073
August 31, 2007 05:40AM
2307
August 31, 2007 07:01AM
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.