Root installation from source on CentOS7

Hello All,

When I execute the make command on the shell, the following problem occurs. Please show me the way how to solve the problem.

Thanks.

_ROOT Version: 6.28
_Platform: CentOS7
Compiler: Not Provided


1.txt (23.1 KB)

In your log file, I can see libpython3.8.a which suggests that you try to use an “archive” library … you need to build/install the “shared” python library (e.g., libpython3.8.so).

I have already installed it and can locate it, why am I still getting an error?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.