<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: First of the &#8220;other open source stuff&#8221; for Perisama</title>
	<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>
	<pubDate>Sun, 07 Sep 2008 22:54:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: alain</title>
		<link>http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/#comment-44446</link>
		<author>alain</author>
		<pubDate>Tue, 09 Oct 2007 16:00:36 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/#comment-44446</guid>
		<description>I'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-43954</link>
		<author>ricemaster</author>
		<pubDate>Thu, 04 Oct 2007 06:06:24 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/05/first-of-the-other-open-source-stuff-for-perisama/#comment-43954</guid>
		<description>Hi, I'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 - 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-36634</link>
		<author>auroraeosrose</author>
		<pubDate>Sun, 01 Jul 2007 16:52:49 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/05/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'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's a "special build" 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'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'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-36453</link>
		<author>gaetano giunta</author>
		<pubDate>Wed, 27 Jun 2007 14:19:29 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/05/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 "very common" unix libs and making them available on perisama is the "officialness" 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'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'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's version, gnuwin32 and edin'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'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 - 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&#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>
