Bug ID 1225987
Summary /usr/bin/nvim: error while loading shared libraries: /usr/lib64/lua/5.1/lpeg.so: cannot open shared object file: No such file or directory
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee screening-team-bugs@suse.de
Reporter santiago.zarate@suse.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

When calling nvim I get:

nvim: error while loading shared libraries: /usr/lib64/lua/5.1/lpeg.so: cannot
open shared object file: No such file or directory

After installing lua51-lpeg it works again.

```
nvim -V1 -v
NVIM v0.10.0
Build type: RelWithDebInfo
LuaJIT 2.1.1707061634
Compilation: /usr/bin/cc -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3
-fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables
-fstack-clash-protection -Werror=return-type -flto=auto -g -fcommon  -Og -g
-flto=auto -fno-fat-lto-objects -Wall -Wextra -pedantic -Wno-unused-parameter
-Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdouble-promotion
-Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes
-fsigned-char -fstack-protector-strong -Wno-conversion -fno-common
-Wno-unused-result -Wimplicit-fallthrough -fdiagnostics-color=auto 
-DUNIT_TESTING -DHAVE_UNIBILIUM -D_GNU_SOURCE -DINCLUDE_GENERATED_DECLARATIONS
-I/usr/include/luajit-5_1-2.1 -I/usr/include
-I/home/abuild/rpmbuild/BUILD/neovim-0.10.0/build/src/nvim/auto
-I/home/abuild/rpmbuild/BUILD/neovim-0.10.0/build/include
-I/home/abuild/rpmbuild/BUILD/neovim-0.10.0/build/cmake.config
-I/home/abuild/rpmbuild/BUILD/neovim-0.10.0/src 

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

```


You are receiving this mail because: