bertiniteam / b2

Bertini 2.0: The redevelopment of Bertini in C++.
92 stars 34 forks source link

libboost issue after installation #167

Closed alexeyovchinnikov closed 1 year ago

alexeyovchinnikov commented 2 years ago

Running bertini2 returns the following error:

./bertini2: error while loading shared libraries: libboost_filesystem.so.1.79.0: cannot open shared object file: No such file or directory

However, libboost_filesystem.so.1.79.0 in the bash path.

bertini2 is installed locally, in ~/bin

ofloveandhate commented 1 year ago

This was probably an issue with making sure that boost's path is on LD_RUN_PATH. closing. feel free to re-open if still interested, or this comes up again.