Hello ! I am working in Corsika, and trying to convert a binary file to root using Corsikaplotter in Corsika.
In corsika root version 5 or less is required
Before installing root I installed ibssl-dev package given in the prerequisites, which is said to contain libssl.so.1.0.0 and libcrypto.so
Still the error shows up that these two libraries needed by root are missing
ROOT Version: root_v5.34.38.
_Platform:Ubuntu 22.04
_Compiler:gcc version 11.3.0
Thank you so much for the help I build root with the given instructions…The work is done partially but it shows this error CorsikaPlotter.cc:18:10: fatal error: TFile.h: No such file or directory
18 | #include <TFile.h>
But I can see this file exists on root
In the readme file for CorsikaPlotter it is written that CorsikaPlotter will be compiled only if root is installed. Does that mean root is installed properly?
sir after using the above mentioned lines again the missing library problem has come up saying:
warning: libssl.so.1.0.0, needed by /home/anupama/Downloads/root_v5.34.38.Linux-ubuntu14-x86_64-gcc4.8/root/lib/libNet.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libcrypto.so.1.0.0, needed by /home/anupama/Downloads/root_v5.34.38.Linux-ubuntu14-x86_64-gcc4.8/root/lib/libNet.so, not found (try using -rpath or -rpath-link)