<?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: First of the &#8220;other open source stuff&#8221; for Perisama</title>
	<atom:link href="http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/feed/" rel="self" type="application/rss+xml" />
	<link>http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/</link>
	<description>Night is darkest just before the dawn...</description>
	<lastBuildDate>Mon, 12 Jul 2010 14:07:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alain</title>
		<link>http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/comment-page-1/#comment-44446</link>
		<dc:creator>alain</dc:creator>
		<pubDate>Tue, 09 Oct 2007 16:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://elizabethmariesmith.com/2007/05/31/first-of-the-other-open-source-stuff-for-perisama/#comment-44446</guid>
		<description>I&#039;m trying to have openssl working under php-gtk windows. I did find your website (perisama) and thought it would have been included. I have follow the instruction from kksou website but still not luck.

Do you know if openssl dll has been converted to work for php-gtk. I need to communicate through socket to a ssl website.

Thanks...</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to have openssl working under php-gtk windows. I did find your website (perisama) and thought it would have been included. I have follow the instruction from kksou website but still not luck.</p>
<p>Do you know if openssl dll has been converted to work for php-gtk. I need to communicate through socket to a ssl website.</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricemaster</title>
		<link>http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/comment-page-1/#comment-43954</link>
		<dc:creator>ricemaster</dc:creator>
		<pubDate>Thu, 04 Oct 2007 06:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://elizabethmariesmith.com/2007/05/31/first-of-the-other-open-source-stuff-for-perisama/#comment-43954</guid>
		<description>Hi, I&#039;m trying to find your libiconv port on perisama.net/downloads but no success - can you point me to the file ??

Thanks
Micha</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to find your libiconv port on perisama.net/downloads but no success &#8211; can you point me to the file ??</p>
<p>Thanks<br />
Micha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auroraeosrose</title>
		<link>http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/comment-page-1/#comment-36634</link>
		<dc:creator>auroraeosrose</dc:creator>
		<pubDate>Sun, 01 Jul 2007 16:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://elizabethmariesmith.com/2007/05/31/first-of-the-other-open-source-stuff-for-perisama/#comment-36634</guid>
		<description>Yeah, dll + windows is a real pain.  One of the things I&#039;m very careful to do with any of my builds is alter the .rc file when I build it.  I add the url to perisama.net, indicate that it&#039;s a &quot;special build&quot; and add the compiler version used on it.  This allows you to right click the dll and look at the version information to see what you&#039;re getting.

I personally try to keep from dropping .dlls into my %systemroot% directory or putting them in the path unless I absolutely am forced to.  Windows is generally smart enough to look in the same directory as the binary FIRST when searching for dlls and I abuse this a lot to avoid dll hell situations.  Perhaps I should start adding dependency information for all the dlls I provide on perisama, I&#039;m trying to keep users from becoming too confused on what exactly they are downloading...</description>
		<content:encoded><![CDATA[<p>Yeah, dll + windows is a real pain.  One of the things I&#8217;m very careful to do with any of my builds is alter the .rc file when I build it.  I add the url to perisama.net, indicate that it&#8217;s a &#8220;special build&#8221; and add the compiler version used on it.  This allows you to right click the dll and look at the version information to see what you&#8217;re getting.</p>
<p>I personally try to keep from dropping .dlls into my %systemroot% directory or putting them in the path unless I absolutely am forced to.  Windows is generally smart enough to look in the same directory as the binary FIRST when searching for dlls and I abuse this a lot to avoid dll hell situations.  Perhaps I should start adding dependency information for all the dlls I provide on perisama, I&#8217;m trying to keep users from becoming too confused on what exactly they are downloading&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaetano giunta</title>
		<link>http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/comment-page-1/#comment-36453</link>
		<dc:creator>gaetano giunta</dc:creator>
		<pubDate>Wed, 27 Jun 2007 14:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://elizabethmariesmith.com/2007/05/31/first-of-the-other-open-source-stuff-for-perisama/#comment-36453</guid>
		<description>This is a really great great thing!

The only problem I see with building updated versions of the &quot;very common&quot; unix libs and making them available on perisama is the &quot;officialness&quot; of the release and possible conflicts/dll hell.

I have started yesterday my first php windows build - following your excellent guide for vc%2B%2B20055 express -  and I had to spend a little too much time just to figure out version differences between zip.zip from edin&#039;s site and win32build from php.net. And that was after reading the extremely detailed tutorial.
I also had a local copy of flex and bison as part of unxutils (which in itself is a great thing) but kinda weird: the sf.net zip package dates from 1/3/07 but the files have been built on 14/4/03) but picking the correct one was less of a problem since it&#039;s just tooling) ie. not part of the compiled-in libs.

LibIconv and ssl are in fact distributed with a lot of apps (even commercial ones). Playing around with paths and testing new software I always fear to end up using an incompatible one (especially vis-a-vis the vc6-built vs. vc8-built problem).
You mentioned Tor&#039;s version, gnuwin32 and edin&#039;s one. Now we will have four (if the single libs do not start appearing on apachelounge that is...). And for some of those downloads it&#039;s hard to understand what version you are getting and what are the implied dependencies...</description>
		<content:encoded><![CDATA[<p>This is a really great great thing!</p>
<p>The only problem I see with building updated versions of the &#8220;very common&#8221; unix libs and making them available on perisama is the &#8220;officialness&#8221; of the release and possible conflicts/dll hell.</p>
<p>I have started yesterday my first php windows build &#8211; following your excellent guide for vc%2B%2B20055 express &#8211;  and I had to spend a little too much time just to figure out version differences between zip.zip from edin&#8217;s site and win32build from php.net. And that was after reading the extremely detailed tutorial.<br />
I also had a local copy of flex and bison as part of unxutils (which in itself is a great thing) but kinda weird: the sf.net zip package dates from 1/3/07 but the files have been built on 14/4/03) but picking the correct one was less of a problem since it&#8217;s just tooling) ie. not part of the compiled-in libs.</p>
<p>LibIconv and ssl are in fact distributed with a lot of apps (even commercial ones). Playing around with paths and testing new software I always fear to end up using an incompatible one (especially vis-a-vis the vc6-built vs. vc8-built problem).<br />
You mentioned Tor&#8217;s version, gnuwin32 and edin&#8217;s one. Now we will have four (if the single libs do not start appearing on apachelounge that is&#8230;). And for some of those downloads it&#8217;s hard to understand what version you are getting and what are the implied dependencies&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
