- If `configure` fails to detect boost libraries, set the configure flag `--with-boost-libdir=your_boost_path`.
- If `configure` fails to detect boost libraries, set the configure flag `--with-boost-libdir=your_boost_path`
- If `make` encounters [lex errors](http://sourceforge.net/p/sserver/discussion/76439/thread/5b13cac6/), ensure you have [bison 2.7.1](http://www.gnu.org/software/bison/) installed.
- If `make` encounters [lex errors](http://sourceforge.net/p/sserver/discussion/76439/thread/5b13cac6/), ensure you have [bison 2.7.1](http://www.gnu.org/software/bison/) installed.
- Only run single-threaded make. Multi-threaded make (eg make -j4) fails.
- Only run single-threaded make. Multi-threaded make (eg `make -j4`) fails.