GlobalProtect-openconnect icon indicating copy to clipboard operation
GlobalProtect-openconnect copied to clipboard

Installation troubles

Open pkoning2 opened this issue 1 year ago • 0 comments

First I tried the documented installation from kit, for Fedora: sudo dnf install globalprotect-openconnect which failed with: Error: This repository does not have any builds yet so you cannot enable it now.

Then I tried building from the release tarball, running scripts/install-fedora.sh. That ran to completion but failed at the end:

Job for gpservice.service failed because the control process exited with error code.
See "systemctl status gpservice.service" and "journalctl -xe" for details.

Checking the status gave me this:

● gpservice.service - GlobalProtect openconnect DBus service
     Loaded: loaded (/usr/lib/systemd/system/gpservice.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Mon 2023-12-11 13:20:08 EST; 12min ago
    Process: 5750 ExecStart=/usr/bin/gpservice (code=exited, status=1/FAILURE)
   Main PID: 5750 (code=exited, status=1/FAILURE)
        CPU: 13ms

Dec 11 13:20:08 aknat.akdesign.com systemd[1]: Starting GlobalProtect openconnect DBus service...
Dec 11 13:20:08 aknat.akdesign.com gpservice[5750]: /usr/bin/gpservice: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/bin/gpservice)
Dec 11 13:20:08 aknat.akdesign.com systemd[1]: gpservice.service: Main process exited, code=exited, status=1/FAILURE
Dec 11 13:20:08 aknat.akdesign.com systemd[1]: gpservice.service: Failed with result 'exit-code'.
Dec 11 13:20:08 aknat.akdesign.com systemd[1]: Failed to start GlobalProtect openconnect DBus service.

so it looks like the build process linked with some libstdc++ library that isn't the installed one.

pkoning2 avatar Dec 11 '23 18:12 pkoning2