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

run error #2

Open
eckertzhang opened this issue Nov 1, 2020 · 2 comments
Open

run error #2

eckertzhang opened this issue Nov 1, 2020 · 2 comments

Comments

@eckertzhang
Copy link

Thanks for your work.
I follow the given step to run './JointTG ./bricks/images ./bricks/bricks-fusion.ply ./bricks/traj.log', but got the error as follow:
./JointTG: error while loading shared libraries: libopencv_core.so.3.4: cannot open shared object file: No such file or directory
And here are my env setting:
gcc5.5
opencv2.4.13

I wonder if I need to compile this code?
Thanks

@eckertzhang
Copy link
Author

After install opencv3.4.5, run and got error:
./JointTG: error while loading shared libraries: libJointTexGeo.so.1: cannot open shared object file: No such file or directory
Is there somethings that I missed?

@eckertzhang
Copy link
Author

Well, I solve it by setting export LD_LIBRARY_PATH=/.../JointTG/lib:$LD_LIBRARY_PATH.
In addition, there are also need to install libomp5:
apt-get install -y libomp5 libomp-dev freeglut3 freeglut3-dev libxi-dev libxmu-dev mesa-utils libgl1-mesa-glx pkg-config libxau-dev libxdmcp-dev libxcb1-dev libxext-dev libx11-dev

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

1 participant