Bug 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
Product: [openSUSE] openSUSE Tumbleweed Reporter: Santiago Zarate <santiago.zarate>
Component: OtherAssignee: E-mail List <screening-team-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: Andreas.Stieger
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Santiago Zarate 2024-06-05 09:00:34 UTC
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

```
Comment 1 Andreas Stieger 2024-06-05 09:11:34 UTC
See previously reported bug 1225883 which the bug search may have showed you.

https://build.opensuse.org/request/show/1178385

*** This bug has been marked as a duplicate of bug 1225883 ***