Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: #1497

Open
Mozheykin opened this issue Nov 16, 2024 · 2 comments
Open

BUG: #1497

Mozheykin opened this issue Nov 16, 2024 · 2 comments

Comments

@Mozheykin
Copy link

I ran into a bug on arch linux, after an update nekobox won't start. I couldn't get back to the required version, so I had to unpack it from AppImage and use it. But here is such an error, if you have the opportunity to do up to the new version.

/usr/lib/nekobox/nekobox: error while loading shared libraries: libprotobuf.so.28.2.0: cannot open shared object file: No such file or directory

@erius0
Copy link

erius0 commented Nov 17, 2024

The nekoray AUR package was built with protobuf 28.2, so it attempts to find this exact version of the library. To fix this problem - simply rebuild the nekoray package with protobuf 28.3. If you are using yay as your AUR helper:

  1. Update protobuf to the latest version if you haven't done so yet
  2. Reinstall nekoray package
yay -S nekoray
  1. During the "Packages to cleanBuild?" prompt, enter a in order to rebuild the nekoray package
AUR Explicit (1): nekoray-4.0.beta4-1
:: PKGBUILD up to date, skipping download: nekoray
  1 nekoray                          (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a

@Mozheykin
Copy link
Author

Mozheykin commented Nov 22, 2024

The nekoray AUR package was built with protobuf 28.2, so it attempts to find this exact version of the library. To fix this problem - simply rebuild the nekoray package with protobuf 28.3. If you are using yay as your AUR helper:

  1. Update protobuf to the latest version if you haven't done so yet
  2. Reinstall nekoray package
yay -S nekoray
  1. During the "Packages to cleanBuild?" prompt, enter a in order to rebuild the nekoray package
AUR Explicit (1): nekoray-4.0.beta4-1
:: PKGBUILD up to date, skipping download: nekoray
  1 nekoray                          (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a

Thank you, Егор. First uninstalled everything with dependencies yay -Rsn nekoray, and after re-installation everything worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants