<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Mac OS X, Perl and SSL</title>
	<atom:link href="http://note19.com/2008/08/30/mac-os-x-perl-and-ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://note19.com/2008/08/30/mac-os-x-perl-and-ssl/</link>
	<description></description>
	<lastBuildDate>Wed, 23 May 2012 08:00:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: CycleGirl</title>
		<link>http://note19.com/2008/08/30/mac-os-x-perl-and-ssl/#comment-3485</link>
		<dc:creator><![CDATA[CycleGirl]]></dc:creator>
		<pubDate>Thu, 11 Nov 2010 16:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://note19.wordpress.com/?p=363#comment-3485</guid>
		<description><![CDATA[The install is looking for an SSL library - a place where you have set up a public/private key pair.  It looked in all the usual places - /local, /local/ssl, etc., but didn&#039;t find your keys.  If you don&#039;t have an SSL key, create one. Check out http://help.github.com/mac-key-setup/ for info on how to set up your key.  

After you have a key then run the install again.  Specify where your keys are and the install will continue and be successful.]]></description>
		<content:encoded><![CDATA[<p>The install is looking for an SSL library &#8211; a place where you have set up a public/private key pair.  It looked in all the usual places &#8211; /local, /local/ssl, etc., but didn&#8217;t find your keys.  If you don&#8217;t have an SSL key, create one. Check out <a href="http://help.github.com/mac-key-setup/" rel="nofollow">http://help.github.com/mac-key-setup/</a> for info on how to set up your key.  </p>
<p>After you have a key then run the install again.  Specify where your keys are and the install will continue and be successful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sj</title>
		<link>http://note19.com/2008/08/30/mac-os-x-perl-and-ssl/#comment-2231</link>
		<dc:creator><![CDATA[sj]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 17:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://note19.wordpress.com/?p=363#comment-2231</guid>
		<description><![CDATA[Not sure. I&#039;m assuming that you&#039;ve already installed the Mac developer CD and have XCode, ... already installed. If not, you should do that first.]]></description>
		<content:encoded><![CDATA[<p>Not sure. I&#8217;m assuming that you&#8217;ve already installed the Mac developer CD and have XCode, &#8230; already installed. If not, you should do that first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://note19.com/2008/08/30/mac-os-x-perl-and-ssl/#comment-2230</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://note19.wordpress.com/?p=363#comment-2230</guid>
		<description><![CDATA[Hm... unfortunately this fails - which development stuff do I need to install first?

Crypt-SSLeay-0.57
Crypt-SSLeay-0.57/t
Crypt-SSLeay-0.57/Changes
Crypt-SSLeay-0.57/lib
Crypt-SSLeay-0.57/certs
Crypt-SSLeay-0.57/MANIFEST
Crypt-SSLeay-0.57/TODO
Crypt-SSLeay-0.57/typemap
Crypt-SSLeay-0.57/MANIFEST.SKIP
Crypt-SSLeay-0.57/eg
Crypt-SSLeay-0.57/SSLeay.pm
Crypt-SSLeay-0.57/SSLeay.xs
Crypt-SSLeay-0.57/README
Crypt-SSLeay-0.57/Makefile.PL
Crypt-SSLeay-0.57/META.yml
Crypt-SSLeay-0.57/eg/lwp-ssl-test
Crypt-SSLeay-0.57/eg/net-ssl-test
Crypt-SSLeay-0.57/certs/ca-bundle.crt
Crypt-SSLeay-0.57/certs/notacakeynopass.pem
Crypt-SSLeay-0.57/certs/notacacert.pem
Crypt-SSLeay-0.57/lib/Crypt
Crypt-SSLeay-0.57/lib/Net
Crypt-SSLeay-0.57/lib/Net/SSL.pm
Crypt-SSLeay-0.57/lib/Crypt/SSLeay
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/MainContext.pm
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/Conn.pm
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/X509.pm
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/Err.pm
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/CTX.pm
Crypt-SSLeay-0.57/t/00-basic.t
Crypt-SSLeay-0.57/t/02-live.t
Crypt-SSLeay-0.57/t/01-connect.t

  CPAN.pm: Going to build D/DL/DLAND/Crypt-SSLeay-0.57.tar.gz

========================================================================
No installed SSL libraries found in any of the following places.
    /local
    /local/ssl
    /opt/ssl
    /usr
    /usr/local
    /usr/local/ssl
    /usr/local/openssl
You will have to either specify a directory location at the following
prompt, or rerun the Makefile.PL program and use the --lib switch
to specify the path. If the path in question is considered standard
on your platform, please consider filing a bug report in order to
have it taken into account in a subsequent version of Crypt::SSLeay.

Which SSL install path do you want to use?  /usr/local
/usr/local does not appear to be an SSL library installation, since
the required header files were not found. The build cannot proceed.
Running make test
  Make had some problems, maybe interrupted? Won&#039;t test
Running make install
  Make had some problems, maybe interrupted? Won&#039;t install]]></description>
		<content:encoded><![CDATA[<p>Hm&#8230; unfortunately this fails &#8211; which development stuff do I need to install first?</p>
<p>Crypt-SSLeay-0.57<br />
Crypt-SSLeay-0.57/t<br />
Crypt-SSLeay-0.57/Changes<br />
Crypt-SSLeay-0.57/lib<br />
Crypt-SSLeay-0.57/certs<br />
Crypt-SSLeay-0.57/MANIFEST<br />
Crypt-SSLeay-0.57/TODO<br />
Crypt-SSLeay-0.57/typemap<br />
Crypt-SSLeay-0.57/MANIFEST.SKIP<br />
Crypt-SSLeay-0.57/eg<br />
Crypt-SSLeay-0.57/SSLeay.pm<br />
Crypt-SSLeay-0.57/SSLeay.xs<br />
Crypt-SSLeay-0.57/README<br />
Crypt-SSLeay-0.57/Makefile.PL<br />
Crypt-SSLeay-0.57/META.yml<br />
Crypt-SSLeay-0.57/eg/lwp-ssl-test<br />
Crypt-SSLeay-0.57/eg/net-ssl-test<br />
Crypt-SSLeay-0.57/certs/ca-bundle.crt<br />
Crypt-SSLeay-0.57/certs/notacakeynopass.pem<br />
Crypt-SSLeay-0.57/certs/notacacert.pem<br />
Crypt-SSLeay-0.57/lib/Crypt<br />
Crypt-SSLeay-0.57/lib/Net<br />
Crypt-SSLeay-0.57/lib/Net/SSL.pm<br />
Crypt-SSLeay-0.57/lib/Crypt/SSLeay<br />
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/MainContext.pm<br />
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/Conn.pm<br />
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/X509.pm<br />
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/Err.pm<br />
Crypt-SSLeay-0.57/lib/Crypt/SSLeay/CTX.pm<br />
Crypt-SSLeay-0.57/t/00-basic.t<br />
Crypt-SSLeay-0.57/t/02-live.t<br />
Crypt-SSLeay-0.57/t/01-connect.t</p>
<p>  CPAN.pm: Going to build D/DL/DLAND/Crypt-SSLeay-0.57.tar.gz</p>
<p>========================================================================<br />
No installed SSL libraries found in any of the following places.<br />
    /local<br />
    /local/ssl<br />
    /opt/ssl<br />
    /usr<br />
    /usr/local<br />
    /usr/local/ssl<br />
    /usr/local/openssl<br />
You will have to either specify a directory location at the following<br />
prompt, or rerun the Makefile.PL program and use the &#8211;lib switch<br />
to specify the path. If the path in question is considered standard<br />
on your platform, please consider filing a bug report in order to<br />
have it taken into account in a subsequent version of Crypt::SSLeay.</p>
<p>Which SSL install path do you want to use?  /usr/local<br />
/usr/local does not appear to be an SSL library installation, since<br />
the required header files were not found. The build cannot proceed.<br />
Running make test<br />
  Make had some problems, maybe interrupted? Won&#8217;t test<br />
Running make install<br />
  Make had some problems, maybe interrupted? Won&#8217;t install</p>
]]></content:encoded>
	</item>
</channel>
</rss>

