Changes between Version 21 and Version 22 of InstallingROOT
- Timestamp:
- 04/29/20 16:51:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingROOT
v21 v22 94 94 Note that newer root version might also require newer compilers. (No list available!) 95 95 96 == ROOT Problems == 97 98 We have encountered problems with root 6.18.04 (and most likely others) and some database related FACT++ tools when root compiles its own ssl-library. What happens is that under some cirumstances the system ssl-library jumps into functions compiled by root and the program crashes. A solution is to ensure that root uses the system library instead. This is requested adding ```-Dbuildin_ssl=OFF``` to the cmake-call. 96 99 97 100 98 101 102 103