0

It indicates that a shared library is not installed for the individual project.

During the compilation of nebula-third-party, an error occurs when it reaches the s2geometry software:

make[2]: *** [build-info/s2geometry-verify] Error 1 make[1]: *** [CMakeFiles/s2geometry.dir/all] Error 2

In the s2geometry-install-out.log file, it is observed that the following files are being installed:

Installing: ***/install/lib64/python3.6/site-packages/_pywraps2.so Installing: ***/install/lib64/python3.6/site-packages/pywraps2.py The issue arises during the verification process, specifically in the check-so-libs.sh script, where the line "so_in_lib64=find $install_dir/lib64 -name *.so" is executed. It finds the _pywraps2.so file, which leads to a failure and program termination.

Could you please provide more context or information to help identify the cause of this situation?

0 Answers0