You are not logged in.
Hi
In Ubuntu 64-bit to install a VPN client from Checkpoint I did the following:
sudo apt-get install libstdc++5:i386 libpam0g:i386
sudo sh CheckPointVPN_SNX_Linux_800007075.sh
snx -s web.adress.com -u "username"
and the VPN is working
I have tried to use the same instructions in Bunsenlabs,
sudo apt-get install libstdc++5:i386 libpam0g:i386
but I received an error message since I'm trying to install a 32-bit package in a 64-bit system.
So I have installed the
sudo apt-get install libstdc++5 libpam0g
without errors.
But the VPN is not working. When I make the following:
snx -s web.adress.com -u "username"
I receive the message
bash: /usr/bin/snx: No such file or directory
It's a problem with the packages or is problem with the CheckPointVPN_SNX_Linux_800007075.sh?
If it's a problem with the pacakges it's possible to install the libstdc++5:i386 libpam0g:i386? If yes, how to do it?
Thanks in advance
Last edited by Head_on_a_Stick (2017-07-21 23:35:27)
Offline
it's possible to install the libstdc++5:i386 libpam0g:i386?
Yes.
how to do it?
https://wiki.debian.org/Multiarch/HOWTO … hitectures
I received an error message
Please always post the exact error message(s) rather than a vague description, it makes troubleshooting *much* easier.
Also, you should not run that script as root unless you have read it all and you understand exactly what it is going to do to your system.
Running random scripts as root is a really good way to get your box pwned...
Offline
It works, many thanks.
In this case I also have to install the libx11-6:i386.
My system is in Portuguese, so it's not a good idea to paste the error messages.
I had to run the script as root
Thank's
Offline
My system is in Portuguese, so it's not a good idea to paste the error messages.
You can add LC_ALL=C before a command to get it to speak English.
For example:
LC_ALL=C sudo apt update
I have marked this thread [SOLVED], if you have to start another thread then you can do this yourself the next time by editing the title of the first post in the thread.
Offline
....
My system is in Portuguese, so it's not a good idea to paste the error messages.
...
You can produce output in English with
LC_ALL=C <command>
Replace "<command>" with the actual command of course
ninja'd by HoaS as usual!
Last edited by damo (2017-07-21 23:37:23)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thanks for your help.
I'm going to save the LC_ALL=C <command> on my windows phone.
Yes, I use Linux on my computers but I have a windows phone. Nobody is perfect.
Offline