<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Compiling Postfix - Revision history</title>
		<link>https://www.slackwiki.com/index.php?title=Compiling_Postfix&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 00:59:52 GMT</lastBuildDate>
		<item>
			<title>Erik: Copy from old, had no category, placed in Tips</title>
			<link>https://www.slackwiki.com/index.php?title=Compiling_Postfix&amp;diff=158&amp;oldid=prev</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Compiling_Postfix&amp;diff=158&amp;oldid=prev</guid>
			<description>&lt;p&gt;Copy from old, had no category, placed in Tips&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Tips]]&lt;br /&gt;
==Errors When Compiling From Source==&lt;br /&gt;
&lt;br /&gt;
''(from a Slackware 11 perspective)''&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' Make dies complaining about a missing db.h file and/or &amp;lt;code&amp;gt;dbx-devel&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''Solution:'''&lt;br /&gt;
::1) Make sure you have the db4 library (found on the Slackware install CD).&lt;br /&gt;
::2) If you have the db library installed, Postfix's makefile is dumb so,&lt;br /&gt;
:::: &amp;lt;code&amp;gt;ln -s /usr/include/db42/db.h /usr/include&amp;lt;/code&amp;gt;&lt;br /&gt;
:::This makes a link to the &amp;lt;code&amp;gt;db.h&amp;lt;/code&amp;gt; file from where the postfix makefile is looking for it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' Make dies complaining about &amp;lt;code&amp;gt;ld: cannot find -ldb&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''Solution:'''&lt;br /&gt;
::The &amp;lt;code&amp;gt;libdb.so&amp;lt;/code&amp;gt; file cannot be found.  Make a link pointing to &amp;lt;code&amp;gt;/lib/libdb-4.2.20&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;/lib/libdb.so&amp;lt;/code&amp;gt; file:&lt;br /&gt;
:::&amp;lt;code&amp;gt;ln -s /lib/libdb-4.2.20 /lib/libdb.so&amp;lt;/code&amp;gt;&lt;/div&gt;</description>
			<pubDate>Sat, 06 Jun 2009 21:25:00 GMT</pubDate>
			<dc:creator>Erik</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Compiling_Postfix</comments>
		</item>
</channel></rss>