Print

Print


On 23/09/14 14:43, Torsten Harenberg wrote:
> Hi Mischa,
>
> Am 23.09.14 um 12:12 schrieb Mischa Salle:
>> I presume you are using the tarballs
>> (https://www.sysadmin.hep.ac.uk/wiki/EMI2Tarball) or are you manually
>> unpacking the RPMs?
> I was using what comes with the grid.cern.ch repository of CVMFS, so
> basically:
>
> harenber@ubuntu1204:~$ cat /etc/cvmfs/default.local
> CVMFS_REPOSITORIES=grid.cern.ch
> CVMFS_HTTP_PROXY="http://squid.pleiades.uni-wuppertal.de:3128;http://squid2.pleiades.uni-wuppertal.de:3128;http://squid.bfg.uni-freiburg.de:33128"
> CVMFS_QUOTA_LIMIT=20480
>
> sudo /etc/init.d/autofs restart
>
>
> .
> /cvmfs/grid.cern.ch/emi-ui-2.10.4-1_sl6v1/etc/profile.d/setup-ui-example.sh
>
> voms-proxy-init --voms ghep --vomses .globus/ghep.vomses --vomsdir
> /home/harenber/voms/
>
> (until here all was ok)
>
> then tried something like:
>
> ln -s /usr/lib/x86_64-linux-gnu/libssl.so.0.9.8 /usr/local/lib/libssl.so.10
> ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.0.9.8
> /usr/local/lib/libcrypto.so.10
>
you'd need to link an openssl 1.0 library, read e.g.
http://askubuntu.com/questions/339364/libssl-so-10-cannot-open-shared-object-file-no-such-file-or-directory

|sudo apt-get install libssl1.0.0 libssl-dev
cd /lib/x86_64-linux-gnu
sudo ln -s libssl.so.1.0.0 libssl.so.10
sudo ln -s libcrypto.so.1.0.0 libcrypto.so.10
|


HTH,

JJK / Jan Just Keijser
Nikhef
Amsterdam