Hi,<br><br>Has anyone managed to get PostGIS working on Postgres 8.3 running on OpenSuse10.3 on 64bit hardware?<br><br>I&#39;ve gone through the install instructions described at:<br><br><a href="http://liangzou.blogspot.com/2008/02/setting-up-postgresql-with-postgis-on.html">http://liangzou.blogspot.com/2008/02/setting-up-postgresql-with-postgis-on.html</a><br>
<br>and everything works ok until I get to the point of running:<br><br>psql -d dgvbr -f lwpostgis.sql<br><br>- this then throws up the error:<br><br>BEGIN<br>psql:/home/cbyrom/postgis-1.3.3/lwpostgis.sql:44: NOTICE:&nbsp; type &quot;histogram2d&quot; is not yet defined<br>
DETAIL:&nbsp; Creating a shell type definition.<br>psql:/home/cbyrom/postgis-1.3.3/lwpostgis.sql:44: ERROR:&nbsp; incompatible library &quot;/usr/lib64/postgresql/liblwgeom.so&quot;: versi<br>on mismatch<br>DETAIL:&nbsp; Server is version 8.3, library is version 8.2.<br>
<br><br>I&#39;ve downloaded and installed the latest versions of the required software:<br><br>postgresql-8.3.1<br>proj-4.6.0<br>geos-3.0.0<br>postgis-1.3.3<br><br>- I&#39;ve also retried with postgresql 8.2 - just to check - and this works ok with the above script.&nbsp; Unfortunately, I need the tsvector functionality that is provided by postgres 8.3.<br>
<br>I can&#39;t see where this mismatch is coming in since it appears from other distros that postgis should be ok on postgres 8.3.<br><br>Anyone have an idea what might be going on here?<br><br>Many thanks,<br><br>Calum<br>
<br><br>