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
That did it!!
Wow, is there anything else that I should think is broken?
My problem now is that I don't know what all that did to my virgin RH install! Should I just test things out here and there to see if things are broken, and if not just assume that my system is secure and in good working order?
Thanks Rick