<?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: Building Postfix in 64 bits on Leopard</title>
	<atom:link href="http://diymacserver.com/installing-the-mailserver/the-mailserver-on-leopard/building-postfix-in-64-bits-on-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: Javier</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-leopard/building-postfix-in-64-bits-on-leopard/comment-page-1/#comment-7393</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Thu, 12 Aug 2010 04:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=640#comment-7393</guid>
		<description>Richard,

Thanks for the prompt response. I am compiling for 64 bit on a mac mini running 10.5.8. I started with a fresh install and have gone through the steps 7 times, from scratch and maybe another 3 or 4 from PCRE to postfix using make uninstall. I have copied and pasted the instructions as well as type them in. Each time I fail to compile at the exact same step. I am just about ready to just install it all as 32 bit but I REALLY want to figure out what I am doing wrong. 

Thanks Again!

Javier</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>Thanks for the prompt response. I am compiling for 64 bit on a mac mini running 10.5.8. I started with a fresh install and have gone through the steps 7 times, from scratch and maybe another 3 or 4 from PCRE to postfix using make uninstall. I have copied and pasted the instructions as well as type them in. Each time I fail to compile at the exact same step. I am just about ready to just install it all as 32 bit but I REALLY want to figure out what I am doing wrong. </p>
<p>Thanks Again!</p>
<p>Javier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-leopard/building-postfix-in-64-bits-on-leopard/comment-page-1/#comment-7392</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 12 Aug 2010 04:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=640#comment-7392</guid>
		<description>@ Javier, this error happens when one of the parts is not compiled on the same manner. Meaning that you have something compiled for 32 or 64 bits but not for all components in the same manner. What platform are you compiling for?</description>
		<content:encoded><![CDATA[<p>@ Javier, this error happens when one of the parts is not compiled on the same manner. Meaning that you have something compiled for 32 or 64 bits but not for all components in the same manner. What platform are you compiling for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-leopard/building-postfix-in-64-bits-on-leopard/comment-page-1/#comment-7388</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Wed, 11 Aug 2010 21:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=640#comment-7388</guid>
		<description>Richard,

I am stumped. I am getting the following error when I compile postfix 2.7.1. ld warning: in /usr/local/lib/libpcre.dylib, file is not of required architecture
Undefined symbols:
  &quot;_pcre_malloc&quot;, referenced from:
      _dict_pcre_open in libutil.a(dict_pcre.o)
  &quot;_pcre_compile&quot;, referenced from:
      _dict_pcre_compile in libutil.a(dict_pcre.o)
  &quot;_pcre_study&quot;, referenced from:
      _dict_pcre_compile in libutil.a(dict_pcre.o)
  &quot;_pcre_free&quot;, referenced from:
      _dict_pcre_open in libutil.a(dict_pcre.o)
  &quot;_pcre_exec&quot;, referenced from:
      _dict_pcre_lookup in libutil.a(dict_pcre.o)
      _dict_pcre_lookup in libutil.a(dict_pcre.o)
  &quot;_pcre_fullinfo&quot;, referenced from:
      _dict_pcre_open in libutil.a(dict_pcre.o)
  &quot;_pcre_get_substring&quot;, referenced from:
      _dict_pcre_expand in libutil.a(dict_pcre.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [sendmail] Error 1
make: *** [update] Error 1

Based on what I am seeing it looks like it is in pcre. I have uninstalled the package and recompiled/reinstalled only to get the same error. I have scoured the net looking for solutions. Do you have any ideas?

Thanks!

Javier</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>I am stumped. I am getting the following error when I compile postfix 2.7.1. ld warning: in /usr/local/lib/libpcre.dylib, file is not of required architecture<br />
Undefined symbols:<br />
  &#8220;_pcre_malloc&#8221;, referenced from:<br />
      _dict_pcre_open in libutil.a(dict_pcre.o)<br />
  &#8220;_pcre_compile&#8221;, referenced from:<br />
      _dict_pcre_compile in libutil.a(dict_pcre.o)<br />
  &#8220;_pcre_study&#8221;, referenced from:<br />
      _dict_pcre_compile in libutil.a(dict_pcre.o)<br />
  &#8220;_pcre_free&#8221;, referenced from:<br />
      _dict_pcre_open in libutil.a(dict_pcre.o)<br />
  &#8220;_pcre_exec&#8221;, referenced from:<br />
      _dict_pcre_lookup in libutil.a(dict_pcre.o)<br />
      _dict_pcre_lookup in libutil.a(dict_pcre.o)<br />
  &#8220;_pcre_fullinfo&#8221;, referenced from:<br />
      _dict_pcre_open in libutil.a(dict_pcre.o)<br />
  &#8220;_pcre_get_substring&#8221;, referenced from:<br />
      _dict_pcre_expand in libutil.a(dict_pcre.o)<br />
ld: symbol(s) not found<br />
collect2: ld returned 1 exit status<br />
make: *** [sendmail] Error 1<br />
make: *** [update] Error 1</p>
<p>Based on what I am seeing it looks like it is in pcre. I have uninstalled the package and recompiled/reinstalled only to get the same error. I have scoured the net looking for solutions. Do you have any ideas?</p>
<p>Thanks!</p>
<p>Javier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-leopard/building-postfix-in-64-bits-on-leopard/comment-page-1/#comment-4916</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 06 Aug 2009 07:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=640#comment-4916</guid>
		<description>Sorry about this, there was an issue with the &#039; characters. It&#039;s solved now..</description>
		<content:encoded><![CDATA[<p>Sorry about this, there was an issue with the &#8216; characters. It&#8217;s solved now..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Marivoet</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-mailserver-on-leopard/building-postfix-in-64-bits-on-leopard/comment-page-1/#comment-4899</link>
		<dc:creator>Luc Marivoet</dc:creator>
		<pubDate>Tue, 04 Aug 2009 20:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=640#comment-4899</guid>
		<description>Hi richard,

Already a few steps further. When installing postfix I got following error :

This program built for powerpc-apple-darwin9.0
Report bugs to 

Luc</description>
		<content:encoded><![CDATA[<p>Hi richard,</p>
<p>Already a few steps further. When installing postfix I got following error :</p>
<p>This program built for powerpc-apple-darwin9.0<br />
Report bugs to </p>
<p>Luc</p>
]]></content:encoded>
	</item>
</channel>
</rss>

