cancel
Showing results for 
Search instead for 
Did you mean: 

Help running Junos Pulse Client GUI

ahall
Occasional Contributor

Help running Junos Pulse Client GUI

Hi,

I have installed the JunOS client and am trying to start the Junos Pulse Client GUI using the command:
$ /usr/local/pulse/pulseUi &

but it comes up with following error:
$ /usr/local/pulse/pulseUi: error while loading shared libraries: libpulseui.so: cannot open shared object file: No such file or directory

I am new to Linux so don't know what this means or how to fix it. The file seems to be in that folder though...

We are using a CentOS 6.8 VM.

Any help would be much appreciated.

Thanks!
5 REPLIES 5
ahall
Occasional Contributor

Re: Help running Junos Pulse Client GUI

Actually, I think I have fixed it now!
zanyterp
Moderator

Re: Help running Junos Pulse Client GUI

Glad to hear it is working; do you mind sharing what was needed in order to allow the connection to come up successfully, please?
ahall
Occasional Contributor

Re: Help running Junos Pulse Client GUI

No problem. The information was actually in the README file that came with pulse!

It was in step 7:
Launch UI from the terminal:
1) Append /usr/local/pulse to LD_LIBRARY_PATH
example: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pulse

Once I had done this I no longer had a problem.
zanyterp
Moderator

Re: Help running Junos Pulse Client GUI

Thank you
ameyer
Not applicable

Re: Help running Junos Pulse Client GUI

This seams to not be working in 8.2R5. Same error even though the LD_LIBRARY_PATH value has been changed.

[email protected] /usr/local/pulse> echo $LD_LIBRARY_PATH
/usr/local/pulse


[email protected] /usr/local/pulse> ./pulseUi
./pulseUi: error while loading shared libraries: libpulseui.so: cannot open shared object file: No such file or directory