foreach (glob("*.so")) {
	my $japhar_filename = $_;
        $japhar_filename =~ s/^lib/libjaphar_/g;
        system("ln -s $_ $japhar_filename");
}
