View Single Post
  #1  
Old 29th January 2017, 14:59
about about is offline
Member
 
Join Date: Nov 2016
Posts: 6
Default Ocelot Boost Error
If you get an error that Boost is missing when you ./configure then you may need to add:

Code:
--with-boost-libdir=/usr/lib/x86_64-linux-gnu/
So it will look like:
Code:
./configure --with-mysql-lib=/usr/lib/x86_64-linux-gnu/ --with-ev-lib=/usr/lib/x86_64-linux-gnu/ --with-boost-libdir=/usr/lib/x86_64-linux-gnu/
This works for Debian Jessie.

Hope this helps someone.
Reply With Quote
The Following User Says Thank You to about For This Useful Post:
rfadown (4th February 2017)