ldlogger.so cannot be preloaded, wrong path #3980
Labels
bug 🐛
dev env ⛑️
Development environment
package-Python 🐍
Issues related to the officially supplied PyPI (pip) package
Describe the bug
When executing
CodeChecker check
, the library ldlogger.so cannot be found.I checked the path: there is a "x86_64" in the requested path, in the actual path there is not.
Requested path:
/root/codechecker/.venv/lib/python3.11/site-packages/codechecker_analyzer/ld_logger/lib/x86_64/ldlogger.so
Actual path:
/root/codechecker/.venv/lib/python3.11/site-packages/codechecker_analyzer/ld_logger/lib/ldlogger.so
CodeChecker version
Installed from pip, git tag info 6.22.2
To Reproduce
Steps to reproduce the behavior:
~/htop-3.2.2
LinkCodeChecker check -b "cd ~/htop-3.2.2 && ./autogen.sh && ./configure && make" -o ~/results
Expected behavior
I expect the analysis to run.
Desktop (please complete the following information)
The text was updated successfully, but these errors were encountered: