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

Error while loading shared libraries: libdrd.so.3: cannot open shared object file: No such file or directory #1

Closed
DavidYaonanZhu opened this issue Jan 6, 2019 · 2 comments

Comments

@DavidYaonanZhu
Copy link

I put the libdhd.so and libdrd.so inside /usr/lib, and catkin_make succeeded. But when I want to launch the node, it popt out: "error while loading shared libraries: libdrd.so.3: cannot open shared object file: No such file or directory"
Where should I put the shared libraries?

@neemoh
Copy link
Owner

neemoh commented Jan 7, 2019

Hi David, I believe this is not an issue of this package. Make sure you have correctly installed the Sigma libraries, they are in the system path and have correct permissions (Shared libraries must be executable...). Here you can find some info about static and shared libraries: https://www.tecmint.com/understanding-shared-libraries-in-linux/

@neemoh neemoh closed this as completed Jan 7, 2019
@DavidYaonanZhu
Copy link
Author

Thanks a lot! I renamed the libdrd.so.3.7.2 file to libdrd.so.3, and included it inside package lib folder with some modifications on Cmakefile. Thank you for the information.

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