<?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: Compiling Postfix in 64 bits on Snow Leopard</title>
	<atom:link href="http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Luke</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-9073</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Sat, 29 Jan 2011 08:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-9073</guid>
		<description>i fixed my problem by reinstalling the server and reordering the install stuff on the server 
thank you for the help people</description>
		<content:encoded><![CDATA[<p>i fixed my problem by reinstalling the server and reordering the install stuff on the server<br />
thank you for the help people</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-9072</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 29 Jan 2011 07:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-9072</guid>
		<description>@Chris, did you look at my blogpost on MySQL 5.5.x? http://diymacserver.com/2011/01/08/first-attempt-at-using-mysql-5-5-x/

It might answer your questions.</description>
		<content:encoded><![CDATA[<p>@Chris, did you look at my blogpost on MySQL 5.5.x? <a href="http://diymacserver.com/2011/01/08/first-attempt-at-using-mysql-5-5-x/" rel="nofollow">http://diymacserver.com/2011/01/08/first-attempt-at-using-mysql-5-5-x/</a></p>
<p>It might answer your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-9071</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 29 Jan 2011 07:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-9071</guid>
		<description>Sorry Luke, thought the poster was Richard. Should have gone to bed a long time ago... :-)</description>
		<content:encoded><![CDATA[<p>Sorry Luke, thought the poster was Richard. Should have gone to bed a long time ago&#8230; <img src='http://diymacserver.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-9070</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 29 Jan 2011 07:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-9070</guid>
		<description>@Richard

Know it&#039;s late, but I just had the same issue, when trying to build with MySQL 5.5.8 installed. I had to change the make line to remove the extra &quot;mysql&quot; after the -DHAS_MYSQL -I/usr/local/mysql/include/ and after -L/usr/local/mysql/lib/ so that the make command was like this:

make -f Makefile.init makefiles CCARGS=&#039;-arch x86_64 -DUSE_TLS -DUSE_SASL_AUTH \
-DDEF_SERVER_SASL_TYPE=\&quot;dovecot\&quot; \
-DHAS_PCRE -I/usr/local/include \
-DHAS_SSL -I/usr/include/openssl \
-DHAS_MYSQL -I/usr/local/mysql/include/&#039; AUXLIBS=&#039;-L/usr/lib -llber -lresolv -L/usr/local/lib \
-L/usr/local/lib -lpcre -lssl -L/usr/local/mysql/lib/ \
-lmysqlclient -lz -lm&#039;</description>
		<content:encoded><![CDATA[<p>@Richard</p>
<p>Know it&#8217;s late, but I just had the same issue, when trying to build with MySQL 5.5.8 installed. I had to change the make line to remove the extra &#8220;mysql&#8221; after the -DHAS_MYSQL -I/usr/local/mysql/include/ and after -L/usr/local/mysql/lib/ so that the make command was like this:</p>
<p>make -f Makefile.init makefiles CCARGS=&#8217;-arch x86_64 -DUSE_TLS -DUSE_SASL_AUTH \<br />
-DDEF_SERVER_SASL_TYPE=\&#8221;dovecot\&#8221; \<br />
-DHAS_PCRE -I/usr/local/include \<br />
-DHAS_SSL -I/usr/include/openssl \<br />
-DHAS_MYSQL -I/usr/local/mysql/include/&#8217; AUXLIBS=&#8217;-L/usr/lib -llber -lresolv -L/usr/local/lib \<br />
-L/usr/local/lib -lpcre -lssl -L/usr/local/mysql/lib/ \<br />
-lmysqlclient -lz -lm&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Y</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-8545</link>
		<dc:creator>Luke Y</dc:creator>
		<pubDate>Thu, 16 Dec 2010 08:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-8545</guid>
		<description>thank you for the fast reply

for now  erased everything after it annoyed me at 3am in the morning.
but im looking for a solution....
i need a mail server with smtp and pop capabilities 
cause we have alot of clients and we want to be able to send mass emails (mailserver for mac)</description>
		<content:encoded><![CDATA[<p>thank you for the fast reply</p>
<p>for now  erased everything after it annoyed me at 3am in the morning.<br />
but im looking for a solution&#8230;.<br />
i need a mail server with smtp and pop capabilities<br />
cause we have alot of clients and we want to be able to send mass emails (mailserver for mac)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-8543</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 16 Dec 2010 05:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-8543</guid>
		<description>@Luke: Have you installed MySQL from source and which vrsion of MySQL did you install?</description>
		<content:encoded><![CDATA[<p>@Luke: Have you installed MySQL from source and which vrsion of MySQL did you install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Y</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-8540</link>
		<dc:creator>Luke Y</dc:creator>
		<pubDate>Wed, 15 Dec 2010 23:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-8540</guid>
		<description>hello im getting this errors...
dict_mysql.c:396: error: ‘HOST’ has no member named ‘stat’
dict_mysql.c:396: error: ‘HOST’ has no member named ‘type’
dict_mysql.c:398: error: ‘HOST’ has no member named ‘stat’
dict_mysql.c:398: error: ‘HOST’ has no member named ‘ts’
dict_mysql.c:398: error: ‘HOST’ has no member named ‘ts’
dict_mysql.c: In function ‘dict_mysql_get_active’:
dict_mysql.c:447: error: ‘HOST’ has no member named ‘hostname’
dict_mysql.c:463: error: ‘HOST’ has no member named ‘hostname’
dict_mysql.c:465: error: ‘HOST’ has no member named ‘stat’
dict_mysql.c: In function ‘dict_mysql_event’:
dict_mysql.c:479: error: ‘HOST’ has no member named ‘db’
dict_mysql.c: At top level:
dict_mysql.c:490: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
dict_mysql.c: In function ‘plmysql_connect_single’:
dict_mysql.c:542: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:544: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:545: error: ‘HOST’ has no member named ‘type’
dict_mysql.c:545: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:549: error: ‘HOST’ has no member named ‘port’
dict_mysql.c:550: error: ‘HOST’ has no member named ‘type’
dict_mysql.c:550: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:554: error: ‘HOST’ has no member named ‘hostname’
dict_mysql.c:555: error: ‘HOST’ has no member named ‘stat’
dict_mysql.c:558: error: ‘HOST’ has no member named ‘hostname’
dict_mysql.c:558: error: ‘HOST’ has no member named ‘db’
dict_mysql.c: In function ‘plmysql_close_host’:
dict_mysql.c:566: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:567: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:568: error: ‘HOST’ has no member named ‘stat’
dict_mysql.c: In function ‘plmysql_down_host’:
dict_mysql.c:577: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:578: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:579: error: ‘HOST’ has no member named ‘ts’
dict_mysql.c:580: error: ‘HOST’ has no member named ‘stat’
dict_mysql.c: In function ‘host_init’:
dict_mysql.c:707: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:708: error: ‘HOST’ has no member named ‘hostname’
dict_mysql.c:709: error: ‘HOST’ has no member named ‘port’
dict_mysql.c:710: error: ‘HOST’ has no member named ‘stat’
dict_mysql.c:711: error: ‘HOST’ has no member named ‘ts’
dict_mysql.c:719: error: ‘HOST’ has no member named ‘type’
dict_mysql.c:723: error: ‘HOST’ has no member named ‘type’
dict_mysql.c:725: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:726: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:727: error: ‘HOST’ has no member named ‘port’
dict_mysql.c:728: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:730: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:731: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:732: error: ‘HOST’ has no member named ‘type’
dict_mysql.c:737: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:737: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:738: error: ‘HOST’ has no member named ‘port’
dict_mysql.c:738: error: ‘HOST’ has no member named ‘type’
dict_mysql.c: In function ‘plmysql_dealloc’:
dict_mysql.c:772: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:773: error: ‘HOST’ has no member named ‘db’
dict_mysql.c:774: error: ‘HOST’ has no member named ‘hostname’
dict_mysql.c:775: error: ‘HOST’ has no member named ‘name’
dict_mysql.c:776: error: ‘HOST’ has no member named ‘name’
make: *** [dict_mysql.o] Error 1
make: *** [update] Error 1

anybody have an idea&gt;?</description>
		<content:encoded><![CDATA[<p>hello im getting this errors&#8230;<br />
dict_mysql.c:396: error: ‘HOST’ has no member named ‘stat’<br />
dict_mysql.c:396: error: ‘HOST’ has no member named ‘type’<br />
dict_mysql.c:398: error: ‘HOST’ has no member named ‘stat’<br />
dict_mysql.c:398: error: ‘HOST’ has no member named ‘ts’<br />
dict_mysql.c:398: error: ‘HOST’ has no member named ‘ts’<br />
dict_mysql.c: In function ‘dict_mysql_get_active’:<br />
dict_mysql.c:447: error: ‘HOST’ has no member named ‘hostname’<br />
dict_mysql.c:463: error: ‘HOST’ has no member named ‘hostname’<br />
dict_mysql.c:465: error: ‘HOST’ has no member named ‘stat’<br />
dict_mysql.c: In function ‘dict_mysql_event’:<br />
dict_mysql.c:479: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c: At top level:<br />
dict_mysql.c:490: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
dict_mysql.c: In function ‘plmysql_connect_single’:<br />
dict_mysql.c:542: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:544: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:545: error: ‘HOST’ has no member named ‘type’<br />
dict_mysql.c:545: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:549: error: ‘HOST’ has no member named ‘port’<br />
dict_mysql.c:550: error: ‘HOST’ has no member named ‘type’<br />
dict_mysql.c:550: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:554: error: ‘HOST’ has no member named ‘hostname’<br />
dict_mysql.c:555: error: ‘HOST’ has no member named ‘stat’<br />
dict_mysql.c:558: error: ‘HOST’ has no member named ‘hostname’<br />
dict_mysql.c:558: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c: In function ‘plmysql_close_host’:<br />
dict_mysql.c:566: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:567: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:568: error: ‘HOST’ has no member named ‘stat’<br />
dict_mysql.c: In function ‘plmysql_down_host’:<br />
dict_mysql.c:577: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:578: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:579: error: ‘HOST’ has no member named ‘ts’<br />
dict_mysql.c:580: error: ‘HOST’ has no member named ‘stat’<br />
dict_mysql.c: In function ‘host_init’:<br />
dict_mysql.c:707: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:708: error: ‘HOST’ has no member named ‘hostname’<br />
dict_mysql.c:709: error: ‘HOST’ has no member named ‘port’<br />
dict_mysql.c:710: error: ‘HOST’ has no member named ‘stat’<br />
dict_mysql.c:711: error: ‘HOST’ has no member named ‘ts’<br />
dict_mysql.c:719: error: ‘HOST’ has no member named ‘type’<br />
dict_mysql.c:723: error: ‘HOST’ has no member named ‘type’<br />
dict_mysql.c:725: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:726: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:727: error: ‘HOST’ has no member named ‘port’<br />
dict_mysql.c:728: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:730: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:731: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:732: error: ‘HOST’ has no member named ‘type’<br />
dict_mysql.c:737: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:737: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:738: error: ‘HOST’ has no member named ‘port’<br />
dict_mysql.c:738: error: ‘HOST’ has no member named ‘type’<br />
dict_mysql.c: In function ‘plmysql_dealloc’:<br />
dict_mysql.c:772: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:773: error: ‘HOST’ has no member named ‘db’<br />
dict_mysql.c:774: error: ‘HOST’ has no member named ‘hostname’<br />
dict_mysql.c:775: error: ‘HOST’ has no member named ‘name’<br />
dict_mysql.c:776: error: ‘HOST’ has no member named ‘name’<br />
make: *** [dict_mysql.o] Error 1<br />
make: *** [update] Error 1</p>
<p>anybody have an idea&gt;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-8252</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 09 Nov 2010 19:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-8252</guid>
		<description>@Kyle, sorry about this...</description>
		<content:encoded><![CDATA[<p>@Kyle, sorry about this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Davis</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-8251</link>
		<dc:creator>Kyle Davis</dc:creator>
		<pubDate>Tue, 09 Nov 2010 18:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-8251</guid>
		<description>You should&#039;ve mentioned mysql first, for visitors from Google search!

I typed in all of the commands, then after that, read that &quot;oh yeah, mysql should be installled from my previous post about something.&quot;

So, natch it bailed on me.  I&#039;ll merrily download mysql and try to install that.</description>
		<content:encoded><![CDATA[<p>You should&#8217;ve mentioned mysql first, for visitors from Google search!</p>
<p>I typed in all of the commands, then after that, read that &#8220;oh yeah, mysql should be installled from my previous post about something.&#8221;</p>
<p>So, natch it bailed on me.  I&#8217;ll merrily download mysql and try to install that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-snow-leopard/compiling-postfix-in-64-bits-on-snow-leopard/comment-page-1/#comment-6906</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 19 Apr 2010 04:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=1015#comment-6906</guid>
		<description>@Jim, thank you very much for this. Hope it will work out.</description>
		<content:encoded><![CDATA[<p>@Jim, thank you very much for this. Hope it will work out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

