
Originally Posted by
purehate
I get to this point and it says the first two files dont exsist
cd /usr/lib
ln -s libcrypto.so libcrypto.so.4 //client
ln -s libcrypto.so libcrypto.so.6 //nessus
ln -s libssl.so libssl.so.4
ln -s libssl.so libssl.so.6
Like this for example.
pureh@te ~ # cd /usr/lib
pureh@te lib # ln -s libcrypto.so libcrypto.so.4 //client
ln: target `//client' is not a directory
pureh@te lib #