Hi. I am trying to connect to my work email at home by using PulseSecure. I use Ubuntu.
I have installed the software. When I look in the '/usr/local/pulse' directory, I can see a PulseClient.sh file which is executable, but when I enter my command:
PulseClient.sh -h <url> -u '<username>' -r <company> -L 5, I get the following error:
PulseClient.sh: command not found
How do I fix this?
Looks like /usr/local/pulse is not in PATH. Request you to please execute the following commands and try out again:
export PATH=$PATH:/usr/local/pulse export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pulse PulseClient.sh -h <url> -u '<username>' -r <company> -L 5
Thank you! That worked