<?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 SASL</title>
	<atom:link href="http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/building-sasl/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: Markis</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/building-sasl/comment-page-1/#comment-3361</link>
		<dc:creator>Markis</dc:creator>
		<pubDate>Mon, 16 Feb 2009 08:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver//building-sasl/#comment-3361</guid>
		<description>Oh, mine never asked to be symlinked so I thought I had to do that manually.  Nevermind.

Markis</description>
		<content:encoded><![CDATA[<p>Oh, mine never asked to be symlinked so I thought I had to do that manually.  Nevermind.</p>
<p>Markis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/building-sasl/comment-page-1/#comment-3358</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 16 Feb 2009 06:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver//building-sasl/#comment-3358</guid>
		<description>@Markus, the symlink is not needed. You need to ignore the sylink request and continue.</description>
		<content:encoded><![CDATA[<p>@Markus, the symlink is not needed. You need to ignore the sylink request and continue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markis</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/building-sasl/comment-page-1/#comment-3356</link>
		<dc:creator>Markis</dc:creator>
		<pubDate>Mon, 16 Feb 2009 01:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver//building-sasl/#comment-3356</guid>
		<description>Hi Richard,

I think you left out a step here.  I noticed this when I rebuilt my mail server on my Tiger server.  If &#039;/usr/local/lib/sasl2&#039; is symlinked to &#039;/usr/lib/sasl2&#039;, then &#039;/usr/lib/sasl2&#039; has to be moved to something like &#039;/usr/lib/sasl2.backup&#039; first otherwise the symlink won&#039;t work properly or you&#039;ll overwrite the &#039;/usr/lib/sasl2&#039; directory so you won&#039;t be able to copy the disabled files.

Markis</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I think you left out a step here.  I noticed this when I rebuilt my mail server on my Tiger server.  If &#8216;/usr/local/lib/sasl2&#8242; is symlinked to &#8216;/usr/lib/sasl2&#8242;, then &#8216;/usr/lib/sasl2&#8242; has to be moved to something like &#8216;/usr/lib/sasl2.backup&#8217; first otherwise the symlink won&#8217;t work properly or you&#8217;ll overwrite the &#8216;/usr/lib/sasl2&#8242; directory so you won&#8217;t be able to copy the disabled files.</p>
<p>Markis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/building-sasl/comment-page-1/#comment-2070</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 21 Sep 2008 20:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver//building-sasl/#comment-2070</guid>
		<description>Send email, please answer...</description>
		<content:encoded><![CDATA[<p>Send email, please answer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Kanoff</title>
		<link>http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/building-sasl/comment-page-1/#comment-2069</link>
		<dc:creator>William Kanoff</dc:creator>
		<pubDate>Sun, 21 Sep 2008 19:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/installing-the-mailserver//building-sasl/#comment-2069</guid>
		<description>Trying to install SASL

(cd . &amp;&amp; ln -s sasldb.lo sasldb.o)
(cd . &amp;&amp; ln -s sasldb_init.lo sasldb_init.o)
(cd . &amp;&amp; ln -s plugin_common.lo plugin_common.o)
../libtool: line 1: test: too many arguments
gcc -bundle -undefined error -o .libs/libsasldb.2.0.8.so  sasldb.lo sasldb_init.lo plugin_common.lo -all_load  ../sasldb/.libs/libsasldb.al  -L/usr/local/lib -lresolv -lresolv -lresolv -lresolv -lc  -install_name  /usr/lib/sasl2/libsasldb.2.so 
powerpc-apple-darwin8-gcc-4.0.1: -install_name only allowed with -dynamiclib
make[2]: *** [libsasldb.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

I have no clue to what the problem is, can anyone help?</description>
		<content:encoded><![CDATA[<p>Trying to install SASL</p>
<p>(cd . &amp;&amp; ln -s sasldb.lo sasldb.o)<br />
(cd . &amp;&amp; ln -s sasldb_init.lo sasldb_init.o)<br />
(cd . &amp;&amp; ln -s plugin_common.lo plugin_common.o)<br />
../libtool: line 1: test: too many arguments<br />
gcc -bundle -undefined error -o .libs/libsasldb.2.0.8.so  sasldb.lo sasldb_init.lo plugin_common.lo -all_load  ../sasldb/.libs/libsasldb.al  -L/usr/local/lib -lresolv -lresolv -lresolv -lresolv -lc  -install_name  /usr/lib/sasl2/libsasldb.2.so<br />
powerpc-apple-darwin8-gcc-4.0.1: -install_name only allowed with -dynamiclib<br />
make[2]: *** [libsasldb.la] Error 1<br />
make[1]: *** [all-recursive] Error 1<br />
make: *** [all-recursive-am] Error 2</p>
<p>I have no clue to what the problem is, can anyone help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

