<?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: configure: error: BDB/HDB: BerkeleyDB not available</title>
	<atom:link href="http://www.sysadmindayph.com/blog/configure-error-bdbhdb-berkeleydb-not-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadmindayph.com/blog/configure-error-bdbhdb-berkeleydb-not-available/</link>
	<description>SysAdmin Blog, TechTips and Reviews</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:52:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John2</title>
		<link>http://www.sysadmindayph.com/blog/configure-error-bdbhdb-berkeleydb-not-available/comment-page-1/#comment-442</link>
		<dc:creator>John2</dc:creator>
		<pubDate>Mon, 04 May 2009 22:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=19#comment-442</guid>
		<description>nevermind, I got it. turns out I typed in the path for the include files incorrectly.  Also still received the error, but fixed it with: 

CPPFLAGS=&quot;-I/usr/local/BerkeleyDB.4.3/include&quot;
export CPPFLAGS
LDFLAGS=&quot;-L/usr/local/lib -L/usr/local/BerkeleyDB.4.3/lib -R/usr/local/BerkeleyDB.4.3/lib&quot;
export LDFLAGS
LD_LIBRARY_PATH=&quot;/usr/local/BerkeleyDB.4.3/lib&quot;
export LD_LIBRARY_PATH</description>
		<content:encoded><![CDATA[<p>nevermind, I got it. turns out I typed in the path for the include files incorrectly.  Also still received the error, but fixed it with: </p>
<p>CPPFLAGS=&#8221;-I/usr/local/BerkeleyDB.4.3/include&#8221;<br />
export CPPFLAGS<br />
LDFLAGS=&#8221;-L/usr/local/lib -L/usr/local/BerkeleyDB.4.3/lib -R/usr/local/BerkeleyDB.4.3/lib&#8221;<br />
export LDFLAGS<br />
LD_LIBRARY_PATH=&#8221;/usr/local/BerkeleyDB.4.3/lib&#8221;<br />
export LD_LIBRARY_PATH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John2</title>
		<link>http://www.sysadmindayph.com/blog/configure-error-bdbhdb-berkeleydb-not-available/comment-page-1/#comment-441</link>
		<dc:creator>John2</dc:creator>
		<pubDate>Mon, 04 May 2009 21:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=19#comment-441</guid>
		<description>I tried adding the path for the include files in the environment, but keep getting a &quot;Permission Denied&quot; error, even as root. any thoughts?</description>
		<content:encoded><![CDATA[<p>I tried adding the path for the include files in the environment, but keep getting a &#8220;Permission Denied&#8221; error, even as root. any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.sysadmindayph.com/blog/configure-error-bdbhdb-berkeleydb-not-available/comment-page-1/#comment-248</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 09 Jan 2009 22:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=19#comment-248</guid>
		<description>Please verify your BerkeleyDB path before saying it doesn&#039;t work. Obviously not everyone has version 3.3. I have 4.7, myself, and had to modify the command slightly. But as long as you installed BDB successfully and point correctly, it should find the libraries needed without issue.</description>
		<content:encoded><![CDATA[<p>Please verify your BerkeleyDB path before saying it doesn&#8217;t work. Obviously not everyone has version 3.3. I have 4.7, myself, and had to modify the command slightly. But as long as you installed BDB successfully and point correctly, it should find the libraries needed without issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t8mas</title>
		<link>http://www.sysadmindayph.com/blog/configure-error-bdbhdb-berkeleydb-not-available/comment-page-1/#comment-239</link>
		<dc:creator>t8mas</dc:creator>
		<pubDate>Tue, 11 Nov 2008 07:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=19#comment-239</guid>
		<description>i dont have those path:
/usr/local/Berkeley/
/usr/local/BerkeleyDB.3.3

they are even non-existing. what should i do?</description>
		<content:encoded><![CDATA[<p>i dont have those path:<br />
/usr/local/Berkeley/<br />
/usr/local/BerkeleyDB.3.3</p>
<p>they are even non-existing. what should i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.sysadmindayph.com/blog/configure-error-bdbhdb-berkeleydb-not-available/comment-page-1/#comment-236</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 27 Oct 2008 04:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=19#comment-236</guid>
		<description>Followed the above steps but still the same error.

Please help.</description>
		<content:encoded><![CDATA[<p>Followed the above steps but still the same error.</p>
<p>Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OpenLDAP Installation Using Packages (pkgadd) : System Administrators&#8217; Blog</title>
		<link>http://www.sysadmindayph.com/blog/configure-error-bdbhdb-berkeleydb-not-available/comment-page-1/#comment-20</link>
		<dc:creator>OpenLDAP Installation Using Packages (pkgadd) : System Administrators&#8217; Blog</dc:creator>
		<pubDate>Thu, 20 Sep 2007 09:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=19#comment-20</guid>
		<description>[...] would like to post an update on our previous OpenLDAP source installation, but I encountered an error so, enough with the source thing and [...]</description>
		<content:encoded><![CDATA[<p>[...] would like to post an update on our previous OpenLDAP source installation, but I encountered an error so, enough with the source thing and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
