Please add libprotobuf32 as a dependency, otherwise it fails with
Jan 26 12:11:42 zenbook net.openvpn.v3.sessions[3067]: /usr/libexec/openvpn3-linux/openvpn3-service-sessionmgr: error while loading shared libraries: libprotobuf.so.32: cannot open shared object file: No such file or directory
which is the current max version is 26, https://github.com/protocolbuffers/protobuf/releases
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.