<?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: PostGIS psqlostgis ERROR could not load library /usr/lib/postgresql/8.4/lib/postgis-1.5.so</title>
	<atom:link href="http://www.wetware.co.nz/blog/2010/03/postgis-psqlostgis-error-could-not-load-library-usrlibpostgresql8-4libpostgis-1-5-so/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz/blog/2010/03/postgis-psqlostgis-error-could-not-load-library-usrlibpostgresql8-4libpostgis-1-5-so/</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Tue, 31 Aug 2010 07:19:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Brendan Richards</title>
		<link>http://www.wetware.co.nz/blog/2010/03/postgis-psqlostgis-error-could-not-load-library-usrlibpostgresql8-4libpostgis-1-5-so/comment-page-1/#comment-3350</link>
		<dc:creator>Brendan Richards</dc:creator>
		<pubDate>Tue, 31 Aug 2010 07:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=656#comment-3350</guid>
		<description>Hi, 
thanks to these comments, I worked out where to start looking to fix my issue. 

I had postgres installed via EnterpriseDB which bundled an old version of postgis. 
I installed the following libraries from source:
geos
proj4
postgis

but postgis failed to install with a similar error: undefined symbol: GEOSHausdorffDistance

after moving old lib files and replacing with new copies from /usr/local/lib it worked for me:

1) backup lib files:
cd /opt/PostgresPlus/8.4SS/lib
mkdir backup
mv libgeos* backup
mv libproj* backup

2) copy in newer lib files
cp /usr/local/lib/libgeos* ./
cp /usr/local/lib/libproj* ./

after thses steps, running the postgis.sql script worked.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks to these comments, I worked out where to start looking to fix my issue. </p>
<p>I had postgres installed via EnterpriseDB which bundled an old version of postgis.<br />
I installed the following libraries from source:<br />
geos<br />
proj4<br />
postgis</p>
<p>but postgis failed to install with a similar error: undefined symbol: GEOSHausdorffDistance</p>
<p>after moving old lib files and replacing with new copies from /usr/local/lib it worked for me:</p>
<p>1) backup lib files:<br />
cd /opt/PostgresPlus/8.4SS/lib<br />
mkdir backup<br />
mv libgeos* backup<br />
mv libproj* backup</p>
<p>2) copy in newer lib files<br />
cp /usr/local/lib/libgeos* ./<br />
cp /usr/local/lib/libproj* ./</p>
<p>after thses steps, running the postgis.sql script worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Brody</title>
		<link>http://www.wetware.co.nz/blog/2010/03/postgis-psqlostgis-error-could-not-load-library-usrlibpostgresql8-4libpostgis-1-5-so/comment-page-1/#comment-3258</link>
		<dc:creator>Tom Brody</dc:creator>
		<pubDate>Mon, 28 Jun 2010 11:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=656#comment-3258</guid>
		<description>Ouch, it took me about 15 minutes to find your post, plus another hour since I first tried fixing this myself. Didn&#039;t expect a THAT easy solution, but thanks alot!</description>
		<content:encoded><![CDATA[<p>Ouch, it took me about 15 minutes to find your post, plus another hour since I first tried fixing this myself. Didn&#8217;t expect a THAT easy solution, but thanks alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon e. Mouse</title>
		<link>http://www.wetware.co.nz/blog/2010/03/postgis-psqlostgis-error-could-not-load-library-usrlibpostgresql8-4libpostgis-1-5-so/comment-page-1/#comment-3043</link>
		<dc:creator>Anon e. Mouse</dc:creator>
		<pubDate>Tue, 18 May 2010 19:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=656#comment-3043</guid>
		<description>I was getting the same error.  &quot;ldconfig&quot; did not help, but I used &quot;ldd&quot; and found some old LibXML libraries.  I then searched for old GEOS library files and found some in the PostgreSQL utils library.

I removed the libgeos files from the PostgreSQL utils library, and the PostGIS installation worked.</description>
		<content:encoded><![CDATA[<p>I was getting the same error.  &#8220;ldconfig&#8221; did not help, but I used &#8220;ldd&#8221; and found some old LibXML libraries.  I then searched for old GEOS library files and found some in the PostgreSQL utils library.</p>
<p>I removed the libgeos files from the PostgreSQL utils library, and the PostGIS installation worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julián Perelli</title>
		<link>http://www.wetware.co.nz/blog/2010/03/postgis-psqlostgis-error-could-not-load-library-usrlibpostgresql8-4libpostgis-1-5-so/comment-page-1/#comment-2842</link>
		<dc:creator>Julián Perelli</dc:creator>
		<pubDate>Wed, 10 Mar 2010 05:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=656#comment-2842</guid>
		<description>I cant believe it! you saved me a lot of time! :)
Thank you!!</description>
		<content:encoded><![CDATA[<p>I cant believe it! you saved me a lot of time! <img src='http://www.wetware.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thank you!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
