1 2 3 4 5 6
#!/bin/sh if [ ! -L /usr/lib/libperl.so ]; then find /usr/lib/* -name libperl.so -exec ln -s {} /usr/lib/libperl.so \; fi