I'm majorly struggling with this libprotobuf issue-
My command
openvpn3 session-start --config <my config>
Journal Log
net.openvpn.v3.sessions[206260]: /usr/libexec/openvpn3-linux/openvpn3-service-sessionmgr: error while loading shared libraries: libprotobuf.so.23: cannot open shared object file: No such file or directory
I've tried:
1. Switching between openvpn3
and openvpn3-git
2. Symlinking a newer libprotobuf.so
to libprotobuf.so.23
3. Downgrading glib2
All with no success. Would greatly appreciate some debugging help. Thanks!
Pinned Comments
bhyoo commented on 2024-07-08 11:46 (UTC) (edited on 2024-07-08 11:47 (UTC) by bhyoo)
If you have trouble with building it, please run
yay -Scc
oryay -Sc
.FYI. I replaced
gdbuspp-git
withgdbuspp
in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.