>Anyone know what to do about a "shared library" issue? >vim: error while loading shared libraries: libperl.so: cannot open >shared object file: No such file or directory Yeah, I ran into this exact same problem. During the ./configure, it asks you a question about building a shared library. Being the newb linux user I am, I decided that wasn't something I needed ;) I had to go back through and rebuild my perl and answer yes to that shared library question. After I rebuilt from source, I did a locate libperl.so and found it like 5 layers deep in a perl folder, copied it to my usr/lib and all was well. HTH, Mike