Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost library missing at runtime #6

Open
QuantLab opened this issue Apr 12, 2017 · 1 comment
Open

boost library missing at runtime #6

QuantLab opened this issue Apr 12, 2017 · 1 comment

Comments

@QuantLab
Copy link

./run.py base_strategy
~/hftbattle/linux_launcher: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory

OS is ubuntu 14.04.

Boost library is installed and up to date.

@nmakeenkov
Copy link
Contributor

nmakeenkov commented Apr 12, 2017

Looks like latest boost on ubuntu 14.04 is 1.55
To install 1.58 run

wget http://sourceforge.net/projects/boost/files/boost/1.58.0/boost_1_58_0.tar.gz
tar -xf boost_1_58_0.tar.gz
cd boost_1_58_0
./bootstrap.sh
./b2
sudo ./bjam install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants