@danimac13 Best ask in Forum and Check Point Support
Search Criteria
Package Details: snx 800010003-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/snx.git (read-only, click to copy) |
---|---|
Package Base: | snx |
Description: | Check Point SSL Network Extender (VPN Client) |
Upstream URL: | https://supportcenter.checkpoint.com/supportcenter/portal/user/anon/page/default.psml/media-type/html?action=portlets.DCFileAction&eventSubmit_doGetdcdetails=&fileid=22824 |
Keywords: | VPN |
Licenses: | unknown |
Submitter: | felmur |
Maintainer: | vianney |
Last Packager: | vianney |
Votes: | 16 |
Popularity: | 0.000161 |
First Submitted: | 2015-11-02 10:45 (UTC) |
Last Updated: | 2022-03-29 14:22 (UTC) |
Dependencies (3)
Required by (0)
Sources (1)
ragouel commented on 2020-04-21 00:47 (UTC)
danimac13 commented on 2020-04-20 17:07 (UTC)
Hi guys I'm having this response: SNX: Routing table configuration failed. Try to reconnect.
can you help me? thanks in advance.
ragouel commented on 2020-04-13 17:37 (UTC)
@thabulos no problem
thabulos commented on 2020-04-13 17:34 (UTC)
Thanks @ragouel!! That worked!! I'm up and running on my work VPN now thanks to you!! Please continue to keep this aur package updated. Many people like me appreciate it!
ragouel commented on 2020-04-13 17:14 (UTC) (edited on 2020-04-13 17:18 (UTC) by ragouel)
You have to install this package manually, due to linking restrictions. Either copy snx_install_linux30.sh that you downloaded from Upstream to where PKGBUILD is located or link to it via
ln -s ~/Download/snx_install_linux30.sh ~/.cache/yay/snx
then cd into ~/.cache/yay/snx and run
makepkg -si
to install it.
Assuming you're using yay.
thabulos commented on 2020-04-13 16:56 (UTC)
Thanks @ragouel for your prompt reply. It had no problem downloading the file it seems, it just didn't pass the md5 check. I ran this command and got further ahead: yay -S snx --mflags --skipchecksums
But now I have another issue further downL ==> Retrieving sources... -> Found snx_install.sh ==> WARNING: Skipping verification of source file checksums. ==> Removing existing $srcdir/ directory... ==> Extracting sources... ==> Starting prepare()... bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error is not recoverable: exiting now ==> ERROR: A failure occurred in prepare(). Aborting... Error making: snx
ragouel commented on 2020-04-13 16:37 (UTC) (edited on 2020-04-13 16:38 (UTC) by ragouel)
It seems Upstream does not allow static linking, you will have to manually download the file snx_install.sh from Upstream URL and place it where PKGBUILD is located. If you're using yay, it's usually ~/.cache/yay/snx
thabulos commented on 2020-04-13 16:19 (UTC)
Thanks @ragouel! I'm much farther ahead, but I'm hitting this snag now near the end: ==> Validating source files with md5sums... snx_install.sh ... FAILED ==> ERROR: One or more files did not pass the validity check! Error downloading sources: snx
ragouel commented on 2020-04-13 08:44 (UTC) (edited on 2020-04-13 12:32 (UTC) by ragouel)
@thabulos, enable Multilib repo in /etc/pacman.conf
thabulos commented on 2020-04-13 00:40 (UTC)
I'm having issues with the install: yay -S snx ==> Error: Could not find all required packages: lib32-pam (Wanted by: snx) lib32-libxcb (Wanted by: snx -> lib32-libx11-threadsafe)
Any suggestions?
Pinned Comments
ragouel commented on 2020-04-13 17:14 (UTC) (edited on 2020-04-13 17:18 (UTC) by ragouel)
You have to install this package manually, due to linking restrictions. Either copy snx_install_linux30.sh that you downloaded from Upstream to where PKGBUILD is located or link to it via
then cd into ~/.cache/yay/snx and run
to install it.Assuming you're using yay.