Closed hanzheteng closed 4 years ago
When running ./g2oCurveFitting on Ubuntu 18.04, I got the following error.
./g2oCurveFitting
error while loading shared libraries: libg2o_core.so: cannot open shared object file: No such file or directory
The solution can be found in https://github.com/gaoxiang12/slambook/issues/52 and https://github.com/gaoxiang12/slambook/issues/125. The same issue still exists in this repo.
The issue #38 also mentioned the solution. Will submit a PR later on.
What I did is run LD_LIBRARY_PATH=/usr/local/lib ./g2oCurveFitting
PR has been merged. Closing this issue.
When running
./g2oCurveFitting
on Ubuntu 18.04, I got the following error.The solution can be found in https://github.com/gaoxiang12/slambook/issues/52 and https://github.com/gaoxiang12/slambook/issues/125. The same issue still exists in this repo.
The issue #38 also mentioned the solution. Will submit a PR later on.