<?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: HTTPS Virtual Hosts on Ubuntu 8.04 LTS Server</title>
	<atom:link href="http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/</link>
	<description>Profession blog about Software Engineering, Web, *nix, Processes, Tools, Open Source and more.</description>
	<lastBuildDate>Tue, 07 Dec 2010 11:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Pete</title>
		<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/#comment-558</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 19 Nov 2010 15:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=167#comment-558</guid>
		<description>Thanks for this post, trying to get this working under native Ubuntu 8.04. Everything seems to work ok for me, except that when I configure seperate self signed certificates for both vhosts when I connect to them my browser shows the same certificate is being used for vhost1 and vhost2.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, trying to get this working under native Ubuntu 8.04. Everything seems to work ok for me, except that when I configure seperate self signed certificates for both vhosts when I connect to them my browser shows the same certificate is being used for vhost1 and vhost2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Armes</title>
		<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/#comment-192</link>
		<dc:creator>James Armes</dc:creator>
		<pubDate>Tue, 17 Aug 2010 11:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=167#comment-192</guid>
		<description>I almost forgot, I also had to install g++ (sudo apt-get install g++) before I could compile libgcrypt.</description>
		<content:encoded><![CDATA[<p>I almost forgot, I also had to install g++ (sudo apt-get install g++) before I could compile libgcrypt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Armes</title>
		<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/#comment-191</link>
		<dc:creator>James Armes</dc:creator>
		<pubDate>Tue, 17 Aug 2010 11:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=167#comment-191</guid>
		<description>I had the same &quot;libgnutls was not found. You may want to get it from…&quot; error. I was able to solve it by installing pkg-config (sudo apt-get install pkg-config) as olli suggested.  I did not, however, need the --with-libgnutls-prefix option.</description>
		<content:encoded><![CDATA[<p>I had the same &#8220;libgnutls was not found. You may want to get it from…&#8221; error. I was able to solve it by installing pkg-config (sudo apt-get install pkg-config) as olli suggested.  I did not, however, need the &#8211;with-libgnutls-prefix option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olli</title>
		<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/#comment-29</link>
		<dc:creator>olli</dc:creator>
		<pubDate>Fri, 11 Sep 2009 08:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=167#comment-29</guid>
		<description>Hi, 

I have had the same error as al.

I solved it with the &quot;--with-libgnutls-prefix&quot;
but I also had to install pkg-config:

sudo apt-get install pkg-config</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have had the same error as al.</p>
<p>I solved it with the &#8220;&#8211;with-libgnutls-prefix&#8221;<br />
but I also had to install pkg-config:</p>
<p>sudo apt-get install pkg-config</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Ridout</title>
		<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/#comment-9</link>
		<dc:creator>Jeffrey Ridout</dc:creator>
		<pubDate>Sun, 28 Jun 2009 21:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=167#comment-9</guid>
		<description>@al Ok, seems the gnutls went wrong or ldconfig is out of sync.
What does this show:
&lt;code&gt;% ldconfig -p &#124; grep &quot;libgnutls&quot;&lt;/code&gt;

You can also try running mod_gnutls&#039; configure like this:
&lt;code&gt;% ./configure --prefix=/usr --with-apxs=/usr/bin/apxs2 --with-libgnutls-prefix=/usr&lt;/code&gt;
But if I remember correct, it ignores the &quot;&lt;code&gt;--with-libgnutls-prefix&lt;/code&gt;&quot; although it&#039;s mentioned in the &quot;&lt;code&gt;./configure --help&lt;/code&gt;&quot;...</description>
		<content:encoded><![CDATA[<p>@al Ok, seems the gnutls went wrong or ldconfig is out of sync.<br />
What does this show:<br />
<code>% ldconfig -p | grep "libgnutls"</code></p>
<p>You can also try running mod_gnutls&#8217; configure like this:<br />
<code>% ./configure --prefix=/usr --with-apxs=/usr/bin/apxs2 --with-libgnutls-prefix=/usr</code><br />
But if I remember correct, it ignores the &#8220;<code>--with-libgnutls-prefix</code>&#8221; although it&#8217;s mentioned in the &#8220;<code>./configure --help</code>&#8220;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/#comment-8</link>
		<dc:creator>al</dc:creator>
		<pubDate>Fri, 26 Jun 2009 23:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=167#comment-8</guid>
		<description>I must admit, I tried to closely follow the above steps, and the listing blocks for libgcrypt-1.4.4 and gnutls-2.8.1 did work. However in the third listing, at the following line:

~/gnutls/mod_gnutls-0.5.5% ./configure --prefix=/usr --with-apxs=/usr/bin/apxs2

produced this error
...configure: error:
libgnutls was not found. You may want to get it from...

i tried to remove the error, but it didn&#039;t work until now</description>
		<content:encoded><![CDATA[<p>I must admit, I tried to closely follow the above steps, and the listing blocks for libgcrypt-1.4.4 and gnutls-2.8.1 did work. However in the third listing, at the following line:</p>
<p>~/gnutls/mod_gnutls-0.5.5% ./configure &#8211;prefix=/usr &#8211;with-apxs=/usr/bin/apxs2</p>
<p>produced this error<br />
&#8230;configure: error:<br />
libgnutls was not found. You may want to get it from&#8230;</p>
<p>i tried to remove the error, but it didn&#8217;t work until now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Ridout</title>
		<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/#comment-7</link>
		<dc:creator>Jeffrey Ridout</dc:creator>
		<pubDate>Fri, 26 Jun 2009 08:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=167#comment-7</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-6&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-6&quot; rel=&quot;nofollow&quot;&gt;al&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;Hi&lt;br&gt;
Great work, however some problems: libgcrypt-dev requires in my ubuntu server 8.04 to be libgcrypt11-dev, apxs was to be installed. Then I got stuck with the message: libgnutls was not found.&lt;br&gt;
Any idea.&lt;br&gt;
Thanks so much.&lt;br&gt;
al&lt;/p&gt;
&lt;/blockquote&gt;
Like i wrote, libgcrypt11 doesn&#039;t work. You need to compile the latest from source and overwrite the libgcrypt11 files in /lib.
Did you then compile GnuTLS from source?</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-6"><p>
<strong><a href="#comment-6" rel="nofollow">al</a> :</strong></p>
<p>Hi<br />
Great work, however some problems: libgcrypt-dev requires in my ubuntu server 8.04 to be libgcrypt11-dev, apxs was to be installed. Then I got stuck with the message: libgnutls was not found.<br />
Any idea.<br />
Thanks so much.<br />
al</p>
</blockquote>
<p>Like i wrote, libgcrypt11 doesn&#8217;t work. You need to compile the latest from source and overwrite the libgcrypt11 files in /lib.<br />
Did you then compile GnuTLS from source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://blog.itwarlocks.com/2009/06/18/https-virtual-hosts-on-ubuntu-8-04-lts-server/#comment-6</link>
		<dc:creator>al</dc:creator>
		<pubDate>Thu, 25 Jun 2009 21:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itwarlocks.com/?p=167#comment-6</guid>
		<description>Hi
Great work, however some problems: libgcrypt-dev requires in my ubuntu server 8.04 to be libgcrypt11-dev, apxs was to be installed. Then I got stuck with the message: libgnutls was not found.
Any idea.
Thanks so much.
al</description>
		<content:encoded><![CDATA[<p>Hi<br />
Great work, however some problems: libgcrypt-dev requires in my ubuntu server 8.04 to be libgcrypt11-dev, apxs was to be installed. Then I got stuck with the message: libgnutls was not found.<br />
Any idea.<br />
Thanks so much.<br />
al</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.itwarlocks.com @ 2012-02-07 20:09:15 -->
