I'm actually on manjaro, so I think the issue was them still pointing to a slightly older extra repo. After manjaro update it works fine. Thanks all!
Search Criteria
Package Details: cisco-secure-client 5.1.9.113-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/cisco-secure-client.git (read-only, click to copy) |
---|---|
Package Base: | cisco-secure-client |
Description: | Cisco AnyConnect Secure Mobility Client |
Upstream URL: | https://www.cisco.com/site/us/en/products/security/secure-client/index.html |
Licenses: | custom |
Conflicts: | cisco-anyconnect |
Submitter: | dmsh |
Maintainer: | dmsh |
Last Packager: | dmsh |
Votes: | 6 |
Popularity: | 0.59 |
First Submitted: | 2024-03-20 21:37 (UTC) |
Last Updated: | 2025-05-05 06:57 (UTC) |
Dependencies (6)
- ca-certificates (ca-certificates-utils)
- libxml2-legacy
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (optional) – required by vpnui
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR) (optional) – required by vpnui
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (optional) – required by desktop shortcuts
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – required by acwebhelper
Required by (0)
Sources (1)
ExpandingMan commented on 2025-05-19 13:34 (UTC)
alllexx88 commented on 2025-05-13 08:42 (UTC)
@ExpandingMan AUR helpers, like yay
, should install libxml2-legacy
from extra
automatically, since it's listed as a dependency. If it doesn't work somehow, you can install it manually with pacman
:
# pacman -Su libxml2-legacy
@JotaRata it works for me. Versions 2.13 and 2.11 are binary compatible, and have the same soname: libxml2.so.2
. If it doesn't work for you, what's the error message when launching from terminal?
$ cisco-secure-client
JotaRata commented on 2025-05-12 13:04 (UTC)
For some reason libxml2-legacy still doesn't work, the version that is available in the repository is version 2.13 abd the one Anyconnect requires is version 2.11. One potential fix is to manually download libxml2 2.11 from the archive and install it in /usr/local/lib
ExpandingMan commented on 2025-05-12 12:59 (UTC)
For some reason I get
No AUR package found for libxml2-legacy
and then it won't install.
Clearly this exists (https://archlinux.org/packages/extra/x86_64/libxml2-legacy/) but it also doesn't seem to list this package as a dependent.
alllexx88 commented on 2025-05-07 09:49 (UTC)
@marcin maybe some archive.org (temporary) issues. It downloads fine for me now:
$ wget https://archive.org/download/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz
--2025-05-07 11:48:17-- https://archive.org/download/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving archive.org (archive.org)... 207.241.224.2
Connecting to archive.org (archive.org)|207.241.224.2|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://dn721807.ca.archive.org/0/items/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz [following]
--2025-05-07 11:48:18-- https://dn721807.ca.archive.org/0/items/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz
Resolving dn721807.ca.archive.org (dn721807.ca.archive.org)... 204.62.247.89
Connecting to dn721807.ca.archive.org (dn721807.ca.archive.org)|204.62.247.89|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 106683356 (102M) [application/octet-stream]
Saving to: ‘cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz’
cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz 100%[===================================================================================================================================>] 101.74M 4.52MB/s in 23s
2025-05-07 11:48:42 (4.43 MB/s) - ‘cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz’ saved [106683356/106683356]
marcin commented on 2025-05-07 07:32 (UTC)
I think the archive.org link does not work anymore:
curl: (7) Failed to connect to archive.org port 443 after 4 ms: Could not connect to server
==> ERROR: Failure while downloading https://archive.org/download/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz
dmsh commented on 2025-05-05 06:59 (UTC)
Added libxml2-legacy
in to depends.
cbrnr commented on 2025-05-05 05:08 (UTC)
Just hit the same problem, the client does not start because it requires libxml2-legacy
. It would be great if you updated the PKGBUILD
.
JotaRata commented on 2025-05-03 15:55 (UTC)
I'm having a "The certificate on the secure gateway is invalid" error. After a system update.
Pinned Comments
dmsh commented on 2024-03-23 17:24 (UTC) (edited on 2024-03-23 17:25 (UTC) by dmsh)
After package installation,
vpnagentd
service must be enabled:sudo systemctl enable --now vpnagentd.service; sudo systemctl status vpnagentd.service