Changes between Version 23 and Version 24 of InstallingROOT


Ignore:
Timestamp:
04/29/20 16:55:09 (5 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingROOT

    v23 v24  
    7373* liblz4-dev
    7474* liblzma-dev
    75 * libssl-dev
     75* libssl-dev ('''important''' see below)
    7676* libgif-dev
    7777* libxml2-dev
     
    9696== ROOT Problems ==
    9797
    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. It should also be enough to ensure that libssl-dev is installed before the call to cmake.
     98We 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. It should also be enough to ensure that libssl-dev is installed before the call to cmake.
    9999
    100100