Upated PKGBUILD: https://pastebin.com/JC40bzha
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)
nachoc commented on 2018-07-22 22:33 (UTC)
rafalp commented on 2018-03-19 23:43 (UTC)
I have bad md5sum error while trying to install. Correct md5 is: ccf5c17f2820cc02b13b3460d12c0401
djagoo commented on 2017-11-09 06:21 (UTC)
For connecting to MobileAccess using SNX from the CLI you need a patched version from Checkpoint as described in dc.diogo's link.
I wanted to create a fork of this package for the CLI patched version but you cannot download it without logging in and I can't find it anywhere else.
Since uploading the patched version of 7075 may cause legal issues the best way for the moment is installing the 3 dependencies of this package:
- lib32-pam
- lib32-libx11
- lib32-libstdc++5
and then manually run the snx_install_linux30.sh file you can download here: https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk90240 after login.
dc.diogo commented on 2017-09-25 14:15 (UTC)
@garyvdm: https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk115242
I'm using this 7107 version too, and can't connect to VPN.. On Windows client works fine.
garyvdm commented on 2017-09-14 09:42 (UTC)
Version 7107 dose not work for me. I just get SNX: Authentication failed.
Version 7075 works.
xoac commented on 2017-09-08 08:16 (UTC)
Is sb using this successfully? I got "SNX: Authentication failed" and add -g for enable debug doesn't change anything. The same server user and password data work on Windows.
tsofras commented on 2016-10-16 19:06 (UTC)
I had this error also :
snx: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
Downloading lib32-libx11 dependency resolved the problem
fft commented on 2016-10-04 14:29 (UTC)
It seems, that need to add dependency from lib32-libx11.
plaxx commented on 2016-09-19 13:13 (UTC)
It's because you used md5sums=( and not sha1sums=( in your commit.
Are you successful at using snx with Arch? So far all my attempts fail with my work's Checkpoint VPN Server...
felmur commented on 2016-09-14 20:21 (UTC)
thank you @plaxx. I've tried to use your SHA1SUMS, but it doesn't works. So, i've updated the package with my own sha1sums.
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.