<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://strattonbrazil.com/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://strattonbrazil.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Juniper_Pulse_on_64-bit_Linux</id>
		<title>Juniper Pulse on 64-bit Linux - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://strattonbrazil.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Juniper_Pulse_on_64-bit_Linux"/>
		<link rel="alternate" type="text/html" href="http://strattonbrazil.com/wiki/index.php?title=Juniper_Pulse_on_64-bit_Linux&amp;action=history"/>
		<updated>2026-04-29T07:53:21Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.1</generator>

	<entry>
		<id>http://strattonbrazil.com/wiki/index.php?title=Juniper_Pulse_on_64-bit_Linux&amp;diff=146&amp;oldid=prev</id>
		<title>Strattonbrazil: Created page with &quot;Juniper hasn't done a very good job of supporting 64-bit Linux.  They've only provided 32-bit binaries, which has necessitated several complex workarounds.  With the release o...&quot;</title>
		<link rel="alternate" type="text/html" href="http://strattonbrazil.com/wiki/index.php?title=Juniper_Pulse_on_64-bit_Linux&amp;diff=146&amp;oldid=prev"/>
				<updated>2017-01-17T17:57:29Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Juniper hasn&amp;#039;t done a very good job of supporting 64-bit Linux.  They&amp;#039;ve only provided 32-bit binaries, which has necessitated several complex workarounds.  With the release o...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Juniper hasn't done a very good job of supporting 64-bit Linux.  They've only provided 32-bit binaries, which has necessitated several complex workarounds.  With the release of their Pulse client, it is now much easier, but still a little cumbersome.  &lt;br /&gt;
&lt;br /&gt;
== Download the Client ==&lt;br /&gt;
&lt;br /&gt;
The Linux client doesn't seem to be listed on the software list (only Windows and Mac OS X), so I would recommend just googling for &amp;quot;Juniper Linux Pulse Client&amp;quot; (such as this [https://kb.pulsesecure.net/articles/Pulse_Secure_Article/KB40126 link]).  &lt;br /&gt;
&lt;br /&gt;
Follow the whole install process so you eventually have the client installed in /usr/local/pulse.  &lt;br /&gt;
&lt;br /&gt;
== Added a startup script ==&lt;br /&gt;
&lt;br /&gt;
Running the application directly will raise a path exception because the lib that comes with the library isn't on the path.  &lt;br /&gt;
&lt;br /&gt;
    #!/bin/bash&lt;br /&gt;
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pulse /usr/local/pulse/pulseUi&lt;br /&gt;
&lt;br /&gt;
== Added required 32-bit libs ==&lt;br /&gt;
&lt;br /&gt;
At this point, running the client will probably raise some missing library errors.  The 32-bit libraries need to be installed.  For example:&lt;br /&gt;
&lt;br /&gt;
    sudo apt-get install libwebkitgtk-1.0-0:i386&lt;br /&gt;
&lt;br /&gt;
Will get rid of the following error:&lt;br /&gt;
&lt;br /&gt;
    /usr/local/pulse/pulseUi: error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory&lt;br /&gt;
&lt;br /&gt;
== Running the Client ==&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to launch the client through the bash script above and successfully connect to the VPN.&lt;/div&gt;</summary>
		<author><name>Strattonbrazil</name></author>	</entry>

	</feed>