<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Compiling_Postfix</id>
	<title>Compiling Postfix - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slackwiki.com/index.php?action=history&amp;feed=atom&amp;title=Compiling_Postfix"/>
	<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Compiling_Postfix&amp;action=history"/>
	<updated>2026-04-08T00:59:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=Compiling_Postfix&amp;diff=158&amp;oldid=prev</id>
		<title>Erik: Copy from old, had no category, placed in Tips</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Compiling_Postfix&amp;diff=158&amp;oldid=prev"/>
		<updated>2009-06-06T21:25:00Z</updated>

		<summary type="html">&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;</summary>
		<author><name>Erik</name></author>
	</entry>
</feed>