You are not logged in.

#1 2024-09-09 14:34:04

P2erut
Member
Registered: 2024-09-08
Posts: 6

Vim doesn't load in terminal

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 directory

Offline

#2 2024-09-09 15:09:52

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: Vim doesn't load in terminal

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

#3 2024-09-09 15:12:44

P2erut
Member
Registered: 2024-09-08
Posts: 6

Re: Vim doesn't load in terminal

Trilby wrote:

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 libsodium

and everything worked, thanks btw

Offline

#4 2024-09-09 16:37:45

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: Vim doesn't load in terminal

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

Board footer

Powered by FluxBB