@vianney, thanks a lot for taking over. I was already woried ;-) Cheers
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.000063 |
First Submitted: | 2015-11-02 10:45 (UTC) |
Last Updated: | 2022-03-29 14:22 (UTC) |
Dependencies (3)
Required by (0)
Sources (1)
hcjl commented on 2022-03-29 15:50 (UTC)
ctnguyenvn commented on 2021-07-30 04:31 (UTC) (edited on 2021-07-30 09:08 (UTC) by ctnguyenvn)
cannot install dependencies
ctnguyenvn[snx]$ makepkg -si
==> Making package: snx 800010003-4 (Fri 30 Jul 2021 11:27:41 AM +07)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[sudo] password for ctnguyenvn:
error: target not found: lib32-pam
error: target not found: lib32-libstdc++5
error: target not found: lib32-libx11
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> lib32-pam
-> lib32-libstdc++5
-> lib32-libx11
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
then i enable multilib and install success but when i using snx, give error like below
Check Point's Linux SNX
build 800010003
Please enter your password:
SNX authentication:
Please confirm the connection to gateway: Gateway_VPN VPN Certificate
Root CA fingerprint: SUNG ALTO SWAT BOSE NIBS ROSY DOES LINT OTTO RECK SIS MOW
Do you accept? [y]es/[N]o:
ySNX: SSL Network Extender gateway is not available. Try to connect later
pacheco commented on 2021-03-03 14:19 (UTC)
Here is how I installed it:
1 - yay -S snx # (will fail)
2 - download snx_install_linux30.sh from upstream url
3 - move snx_install_linux30.sh into ~/.cache/yay/snx
4 - yay -S snx # (will work)
TimonZ commented on 2021-02-23 18:45 (UTC)
Hi. At first: Thank you very much for providing this package! I faced the same problem as described in the following StackOverflow post: https://stackoverflow.com/questions/66280063/server-not-reachable-within-a-vpn-snx-out-of-a-docker-container
Is it possible that because of the updated packages he mention SNX lead to this problem? If this is the case, is there any change (also possibly from my side) to fix this problem? Or is there any new release from Check Point and this package could be updated? Unfortunately I cannot find the corresponding download on their site - only when I use the link you provide.
Iliya commented on 2020-12-14 15:33 (UTC) (edited on 2020-12-14 15:36 (UTC) by Iliya)
@ragouel,
ln -s ~/Download/snx_install_linux30.sh ~/.cache/yay/snx
yay -S snx
cd ~/.cache/yay/snx
Unfortunately, this commands' sequence doesn't work for me. After yay -S snx I've got such logs:
yay -S snx
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1] snx-800010003-4
error cloning snx: fatal: could not create work tree dir 'snx': File exists
Maybe snx_uninstall incorrectly remove snx. Anyway snx was installed by
chmod a+rx snx_install_linux30.sh
sudo ./snx_install_linux30.sh
And I'm glad it works. Thanks for help!
ragouel commented on 2020-12-14 11:58 (UTC)
@Ilya I don't use snx, so I can't tell you.
Iliya commented on 2020-12-14 11:43 (UTC)
@ragouel, thank you! Do you now how to clean snx if I installed it manually by:
chmod a+rx snx_install_linux30.sh
sudo ./snx_install_linux30.sh
I want to apply your installing method but I want to uninstall snx primarily.
Should I just delete ${TMP_DIR}/SNXNM or maybe something else?
ragouel commented on 2020-12-14 10:43 (UTC)
@Iliya, run yay -S snx
let it fail and then cd into ~/.cache/yay/snx
Iliya commented on 2020-12-14 10:38 (UTC) (edited on 2020-12-14 10:41 (UTC) by Iliya)
ragouel, good day! I did all as you say in the Pinned Comments. But after "cd ~/.cache/yay/snx" command executing "cd: no such file or directory: /home/ilusha/.cache/yay/snx" error message returns. Why does it happen? And how to fix it?
danimac13 commented on 2020-04-23 17:01 (UTC)
Stupid solution but Solved: https://bbs.archlinux.org/viewtopic.php?pid=1900347#p1900347
Thanks @ragouel
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.