You are not logged in.
Pages: 1
Messed with libraries and probably did a whoopsie, tried removing it and installing with pacman, even compiling it, nothing is working.
The error:
[arch-pc@arch-pc ~]$ vim
vim: error while loading shared libraries: libsodium.so.26: cannot open shared object file: No such file or directoryOffline
How were you "messing" with libraries? What did you do and why?
The direct error is due to the libsodium package not being installed, though that begs the question of what is "vim" in this context, as no vim from the repos depends on libsodium. Or is this a dependency of some vim plugin you've enabled?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
How were you "messing" with libraries? What did you do and why?
The direct error is due to the libsodium package not being installed, though that begs the question of what is "vim" in this context, as no vim from the repos depends on libsodium. Or is this a dependency of some vim plugin you've enabled?
did
[arch-pc@arch-pc ~]$ sudo pacman -S libsodiumand everything worked, thanks btw
Offline
That's just a bandage ... you may want to track down the actual issue.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1