<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Hi David,</div><div><br></div><div>You were right twice, first, the issue was with root, it was a binary for a different Linux version, using the one in the link you send me worked. the second thing is as you said, after installing the new root i had to build gate from scratch,</div><div>and now it running perfectly! thanks again for your help and thanks for this great community.</div><div><br></div><div>Ezzat </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Date: Tue, 20 Dec 2016 14:21:30 +0100<br>
From: David Boersma <<a href="mailto:david.boersma@physics.uu.se">david.boersma@physics.uu.se</a>><br>
To: <<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.<wbr>opengatecollaboration.org</a>><br>
Subject: Re: [Gate-users] Issue with installing gate_v7.2<br>
Message-ID: <<a href="mailto:3bba1ba9-5d80-0ae2-f7bf-452f147c3f6f@physics.uu.se">3bba1ba9-5d80-0ae2-f7bf-<wbr>452f147c3f6f@physics.uu.se</a>><br>
Content-Type: text/plain; charset="utf-8"; format=flowed<br>
<br>
Hi Ezzat,<br>
<br>
ROOT is tricky, and often I am tempted to make it possible to build GATE<br>
without ROOT. But for the time being you do need it, and it needs to be<br>
installed properly.<br>
<br>
The errors that you get now are very similar to those reported yesterday<br>
by Elnur Sadihov. I suggested Elnur to install the "libssl-dev" package,<br>
but he did not yet report back about whether that was helpful or not. On<br>
my own Ubunut 14.04 system I actually see libssl.so.1.0.0 instead of the<br>
libssl.so.10 mentioned in your error logs, so I'm not sure. It kind of<br>
looks like maybe you installed a binary tarball for ROOT that was<br>
intended for a different linux distribution. Which brings us back to an<br>
earlier question: how *did* you install ROOT? If you downloaded a binary<br>
package then you need to be very careful with choosing the right<br>
version. For Ubuntu 14.04 the binary tarball is:<br>
<br>
<a href="https://root.cern.ch/download/root_v5.34.36.Linux-ubuntu14-x86_64-gcc4.8.tar.gz" rel="noreferrer" target="_blank">https://root.cern.ch/download/<wbr>root_v5.34.36.Linux-ubuntu14-<wbr>x86_64-gcc4.8.tar.gz</a><br>
<br>
But usually I myself prefer compiling ROOT from source. It takes a<br>
while, but then you're sure it's really compatible with your system and<br>
that you have all required libraries.<br>
<br>
David<br>
<br>
Den 20/12/2016 kl. 12:45, skrev Ezzat Elmo:<br>
> Hi David,<br>
> what I did to solve the issue I'm not proud of but it seemed to work at<br>
> first but not sure anymore. what i did was I already have the vgate_V7.2<br>
> so i went there and took the TVector2.h file and added it in my pc. now<br>
> im thinking about it, it might be the reason why its still not working.<br>
><br>
> so now i started the build from scratch but got a new list of errors:<br>
><br>
> #####<br>
> [  2%] Built target itkzlib<br>
> [  6%] Built target MetaIO<br>
> [  6%] Linking CXX executable Gate<br>
> /usr/bin/ld: warning: libssl.so.10, needed by<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so, not found (try using<br>
> -rpath or -rpath-link)<br>
> /usr/bin/ld: warning: libcrypto.so.10, needed by<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so, not found (try using<br>
> -rpath or -rpath-link)<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_CTX_use_PrivateKey_file@<wbr>libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_set_fd@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_library_init@libssl.so.10<wbr>'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_CTX_use_certificate_<wbr>chain_file@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_connect@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_new@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_free@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_shutdown@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `HMAC@libcrypto.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_peek@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_write@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_CTX_new@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSLv23_method@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_set_quiet_shutdown@<wbr>libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `EVP_sha1@libcrypto.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_CTX_free@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_CTX_load_verify_<wbr>locations@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_read@libssl.so.10'<br>
> /home/gate/Downloads/root_v5.<wbr>34/lib/libNet.so: undefined reference to<br>
> `SSL_get_error@libssl.so.10'<br>
> collect2: error: ld returned 1 exit status<br>
> make[2]: *** [Gate] Error 1<br>
> make[1]: *** [CMakeFiles/Gate.dir/all] Error 2<br>
> make: *** [all] Error 2<br>
><br>
><br>
> #####<br>
><br>
><br>
>     Message: 2<br>
>     Date: Tue, 20 Dec 2016 10:28:57 +0100<br>
>     From: David Boersma <<a href="mailto:david.boersma@physics.uu.se">david.boersma@physics.uu.se</a><br>
>     <mailto:<a href="mailto:david.boersma@physics.uu.se">david.boersma@physics.<wbr>uu.se</a>>><br>
>     To: <<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.<wbr>opengatecollaboration.org</a><br>
>     <mailto:<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.<wbr>opengatecollaboration.org</a>>><br>
>     Subject: Re: [Gate-users] Issue with installing gate_v7.2<br>
>     Message-ID: <<a href="mailto:90b22600-ff8a-eed2-64c6-0324f3563caf@physics.uu.se">90b22600-ff8a-eed2-64c6-<wbr>0324f3563caf@physics.uu.se</a><br>
>     <mailto:<a href="mailto:90b22600-ff8a-eed2-64c6-0324f3563caf@physics.uu.se">90b22600-ff8a-eed2-<wbr>64c6-0324f3563caf@physics.uu.<wbr>se</a>>><br>
>     Content-Type: text/plain; charset="utf-8"; format=flowed<br>
><br>
>     Hi Ezzat,<br>
><br>
>     Good to see that you solved that particular issue.<br>
>     Could you share with the mailing list how you solved it?<br>
><br>
>     (Whenever you run into such a problem then there are usually more people<br>
>     just like you who run into the exact same problem, who are silently very<br>
>     grateful to you that you are bringing it up here on the mailing list. So<br>
>     it is almost always important to also describe the solution, if you got<br>
>     any! Don't keep us in suspense... And if we would finally get our e-mail<br>
>     archive back online, searchable with Google, then those users would even<br>
>     find your e-mail thread quite easily.)<br>
><br>
>     After you fixed the TVector2.h issue, did you start the build completely<br>
>     from scratch? I strongly suspect that in this case that is necessary.<br>
>     Make a new empty build directory and start with running ccmake in that<br>
>     directory.<br>
><br>
>     Good luck,<br>
>     David<br>
><br>
><br>
>     Den 18/12/2016 kl. 09:16, skrev Ezzat Elmo:<br>
>     > Good day everyone<br>
>     ><br>
>     > I was able to solve the previous issue wit the TVector2.h , thanks<br>
>     David<br>
>     ><br>
>     > but now I'm facing a new one and cant seem to be able to figure it<br>
>     out,<br>
>     > again<br>
>     > Gate_v7.2 on Ubuntu 14.04<br>
>     > root 5.34<br>
>     ><br>
>     ><br>
>     > Thanks in advance for your help,<br>
>     > Ezzat<br>
>     > ###<br>
>     ><br>
>     > [100%] Linking CXX executable Gate<br>
>     > /usr/bin/ld: cannot find -lGraf3d<br>
>     > /usr/bin/ld: cannot find -lPostscript<br>
>     > /usr/bin/ld: cannot find -lPhysics<br>
>     > collect2: error: ld returned 1 exit status<br>
>     > make[2]: *** [Gate] Error 1<br>
>     > make[1]: *** [CMakeFiles/Gate.dir/all] Error 2<br>
>     > make: *** [all] Error 2<br>
>     ><br>
>     > ####<br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> Gate-users mailing list<br>
> <a href="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.<wbr>opengatecollaboration.org</a><br>
> <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.<wbr>opengatecollaboration.org/<wbr>mailman/listinfo/gate-users</a><br>
><br>
<br></blockquote></div></div></div>