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

cannot find libraries #2

Closed
xiahongchi opened this issue Jul 27, 2023 · 1 comment
Closed

cannot find libraries #2

xiahongchi opened this issue Jul 27, 2023 · 1 comment

Comments

@xiahongchi
Copy link

I try your docker image and encounter this error:

DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_point_cloud_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_viewer_core_ros_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_core_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_types2d_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_sparse_block_matrix_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_extras_types2d_library.so ] ... DynamicLoaderConfig|unable to find [ libsrrg2_solver_extras_types2d_library.so ] in paths
DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_factor_graph_utils_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_calib_utils_library.so ] ... DynamicLoaderConfig|unable to find [ libsrrg2_solver_calib_utils_library.so ] in paths
DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_calib_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_types3d_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_linear_solvers_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_projective_library.so ] ... DynamicLoaderConfig|looking for file [/catkin_ws/devel/share/common-lisp/../../lib/libsrrg2_solver_extras_types3d_library.so ] ... DynamicLoaderConfig|unable to find [ libsrrg2_solver_extras_types3d_library.so ] in paths

how can I load libsrrg2_solver_extras_types2d_library.so, libsrrg2_solver_calib_utils_library.so, ...?

@digiamm
Copy link
Collaborator

digiamm commented Jul 27, 2023

It is not an error, these libraries are simply not required for this project and the dynamic linker does not find them. The project should build fine anyway.

@digiamm digiamm closed this as completed Aug 8, 2023
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