<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cisco Anyconnect SSL VPN on Ubuntu Intrepid</title>
	<atom:link href="http://blog.loftninjas.org/2008/12/17/cisco-anyconnect-ssl-vpn-on-ubuntu-intrepid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.loftninjas.org/2008/12/17/cisco-anyconnect-ssl-vpn-on-ubuntu-intrepid/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 12:19:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://blog.loftninjas.org/2008/12/17/cisco-anyconnect-ssl-vpn-on-ubuntu-intrepid/comment-page-1/#comment-1876</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=272#comment-1876</guid>
		<description>Tips from this forum helped me: http://ubuntuforums.org/archive/index.php/t-855485.html

I am running 64-bit Fedora 10.

1)
sudo chmod +x /opt/cisco/vpn/bin/vpndownloader.sh

2)
I needed to download the 32-bit libraries from the repositories (all .i386 packages for the libs). You don&#039;t need to download firefox 3, it&#039;s just that it is packaged with almost all the 32-bit libraries that you need. You can get all the necessary files from the repositories.

These are the ones you need:
libnss3.so
libplc4.so
libnspr4.so
libsmime3.so
libsoftokn3.so
libnssdbm3.so
libfreebl3.so
libnssutil3.so
libplds4.so
libsqlite3.so

/lib and /usr/lib contain 32-bit libraries
/lib64 and /usr/lib64 contain 64-bit libraries

3)
Create symlinks to the appropriate libraries.
Here&#039;s what /opt/cisco/vpn/lib looks like:
[... lib]$ ls -lAH
-rwxr-xr-x 1 root root 1149892 2009-07-13 08:35 libcrypto.so.0.9.8
lrwxrwxrwx 1 root root      22 2009-07-13 09:00 libfreebl3.so -&gt; /usr/lib/libfreebl3.so
lrwxrwxrwx 1 root root      16 2009-07-13 09:02 libnspr4.so -&gt; /lib/libnspr4.so
lrwxrwxrwx 1 root root      19 2009-07-13 08:56 libnss3.so -&gt; /usr/lib/libnss3.so
lrwxrwxrwx 1 root root      22 2009-07-13 09:02 libnssdbm3.so -&gt; /usr/lib/libnssdbm3.so
lrwxrwxrwx 1 root root      23 2009-07-13 09:02 libnssutil3.so -&gt; /usr/lib/libnssutil3.so
lrwxrwxrwx 1 root root      15 2009-07-13 09:01 libplc4.so -&gt; /lib/libplc4.so
lrwxrwxrwx 1 root root      16 2009-07-13 09:01 libplds4.so -&gt; /lib/libplds4.so
lrwxrwxrwx 1 root root      21 2009-07-13 08:56 libsmime3.so -&gt; /usr/lib/libsmime3.so
lrwxrwxrwx 1 root root      23 2009-07-13 08:56 libsoftokn3.so -&gt; /usr/lib/libsoftokn3.so
lrwxrwxrwx 1 root root      28 2009-07-13 09:03 libsqlite3.so -&gt; /usr/lib/libsqlite3.so.0.8.6
-rwxr-xr-x 1 root root  222300 2009-07-13 08:35 libssl.so.0.9.8

Then I created /usr/local/firefox directory and copied all files into that too (you can link there as well).

Last step for me was linking to the i386 version of zlib (libz.so):
sudo ln -s /lib/libz.so.1 /usr/lib/libz.so
sudo ln -s /lib/libz.so.1 /usr/local/firefox/libz.so

which enabled me to download the certificate from the VPN server.

Now I have Cisco AnyConnect Client 2.3.2016 working.</description>
		<content:encoded><![CDATA[<p>Tips from this forum helped me: <a href="http://ubuntuforums.org/archive/index.php/t-855485.html">http://ubuntuforums.org/archive/index.php/t-855485.html</a></p>
<p>I am running 64-bit Fedora 10.</p>
<p>1)<br />
sudo chmod +x /opt/cisco/vpn/bin/vpndownloader.sh</p>
<p>2)<br />
I needed to download the 32-bit libraries from the repositories (all .i386 packages for the libs). You don&#8217;t need to download firefox 3, it&#8217;s just that it is packaged with almost all the 32-bit libraries that you need. You can get all the necessary files from the repositories.</p>
<p>These are the ones you need:<br />
libnss3.so<br />
libplc4.so<br />
libnspr4.so<br />
libsmime3.so<br />
libsoftokn3.so<br />
libnssdbm3.so<br />
libfreebl3.so<br />
libnssutil3.so<br />
libplds4.so<br />
libsqlite3.so</p>
<p>/lib and /usr/lib contain 32-bit libraries<br />
/lib64 and /usr/lib64 contain 64-bit libraries</p>
<p>3)<br />
Create symlinks to the appropriate libraries.<br />
Here&#8217;s what /opt/cisco/vpn/lib looks like:<br />
[... lib]$ ls -lAH<br />
-rwxr-xr-x 1 root root 1149892 2009-07-13 08:35 libcrypto.so.0.9.8<br />
lrwxrwxrwx 1 root root      22 2009-07-13 09:00 libfreebl3.so -&gt; /usr/lib/libfreebl3.so<br />
lrwxrwxrwx 1 root root      16 2009-07-13 09:02 libnspr4.so -&gt; /lib/libnspr4.so<br />
lrwxrwxrwx 1 root root      19 2009-07-13 08:56 libnss3.so -&gt; /usr/lib/libnss3.so<br />
lrwxrwxrwx 1 root root      22 2009-07-13 09:02 libnssdbm3.so -&gt; /usr/lib/libnssdbm3.so<br />
lrwxrwxrwx 1 root root      23 2009-07-13 09:02 libnssutil3.so -&gt; /usr/lib/libnssutil3.so<br />
lrwxrwxrwx 1 root root      15 2009-07-13 09:01 libplc4.so -&gt; /lib/libplc4.so<br />
lrwxrwxrwx 1 root root      16 2009-07-13 09:01 libplds4.so -&gt; /lib/libplds4.so<br />
lrwxrwxrwx 1 root root      21 2009-07-13 08:56 libsmime3.so -&gt; /usr/lib/libsmime3.so<br />
lrwxrwxrwx 1 root root      23 2009-07-13 08:56 libsoftokn3.so -&gt; /usr/lib/libsoftokn3.so<br />
lrwxrwxrwx 1 root root      28 2009-07-13 09:03 libsqlite3.so -&gt; /usr/lib/libsqlite3.so.0.8.6<br />
-rwxr-xr-x 1 root root  222300 2009-07-13 08:35 libssl.so.0.9.8</p>
<p>Then I created /usr/local/firefox directory and copied all files into that too (you can link there as well).</p>
<p>Last step for me was linking to the i386 version of zlib (libz.so):<br />
sudo ln -s /lib/libz.so.1 /usr/lib/libz.so<br />
sudo ln -s /lib/libz.so.1 /usr/local/firefox/libz.so</p>
<p>which enabled me to download the certificate from the VPN server.</p>
<p>Now I have Cisco AnyConnect Client 2.3.2016 working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.loftninjas.org/2008/12/17/cisco-anyconnect-ssl-vpn-on-ubuntu-intrepid/comment-page-1/#comment-1713</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 02 May 2009 01:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=272#comment-1713</guid>
		<description>Thanks! I now have 2.3.0254 running on 64 bit Jaunty.</description>
		<content:encoded><![CDATA[<p>Thanks! I now have 2.3.0254 running on 64 bit Jaunty.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
