sln - static ln
sln source dest
sln symbolically links dest to source. It is statically
linked, needing no dynamic linking at all. Thus sln is
useful to make symbolic links to dynamic libraries if the
dynamic linking system for some reason is nonfunctional.
ln(1) ldconfig(8) ld.so(8)