04-26-2024 02:54 PM - edited 04-26-2024 03:00 PM
Hi, as the title says, I am unable to connect to my Cisco Secure VPN after updating my OS from Ubuntu 22.02 to 24.04. The error I receive is
"You are missing the required libraries for the authentication method you requested."
Upon closer inspection, this is the actual error:
"/opt/cisco/secureclient/bin/acwebhelper: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
/opt/cisco/secureclient/bin/acwebhelper: error while loading shared libraries: libsoup-2.4.so.1: cannot open shared object file: No such file or directory"
I have attempted to install "libwebkit2gtk-4.0.so.37" but I am unable because this runs on "libsoup-2.4.so.1" and this new version uses "libsoup-3.0-0:amd64".
I have also attempted having both libsoup versions, which allows me to install "libwebkit2gtk-4.0.so.37". Unfortunately, this results in another error:
"libsoup-ERROR **: 17:02:57.257: libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported."
I'm unsure of what I can do next, any suggestions would be greatly appreciated.
Error fixed, please disregard.
05-07-2024 10:20 AM
I do not have a date for the next release, but I believe the fix is slated to go in the next release.
05-07-2024 10:09 AM
Same problem here.
05-11-2024 09:50 PM
Workaround is to add a yammy repository.
sudo nano /etc/apt/sources.list.d/ubuntu.sources
Add the following repositories.
Types: deb
URIs: http://si.archive.ubuntu.com/ubuntu
Suites: jammy noble-updates noble-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://security.ubuntu.com/ubuntu
Suites: jammy-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
You will get some errors.
sudo apt update
Install the package
sudo apt install libwebkit2gtk-4.0-37
Remove the repositories.
05-12-2024 03:49 PM
thank you, it worked perfectly
05-12-2024 04:49 PM
good idea, i tried mantic repositories (instead of jammy as it is more recent), worked as well without showing any errors
06-18-2024 11:20 AM - edited 06-18-2024 11:20 AM
I believe this is resolved in the release that was just posted today.
CSCwj83051 |
core |
libwebkit2gtk-4.0 dependency causing embedded browser launch failure on Ubuntu 24.04 |
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide