Hi,<br><br>Has anyone managed to get PostGIS working on Postgres 8.3 running on OpenSuse10.3 on 64bit hardware?<br><br>I'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:  type "histogram2d" is not yet defined<br>
DETAIL:  Creating a shell type definition.<br>psql:/home/cbyrom/postgis-1.3.3/lwpostgis.sql:44: ERROR:  incompatible library "/usr/lib64/postgresql/liblwgeom.so": versi<br>on mismatch<br>DETAIL:  Server is version 8.3, library is version 8.2.<br>
<br><br>I'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've also retried with postgresql 8.2 - just to check - and this works ok with the above script.  Unfortunately, I need the tsvector functionality that is provided by postgres 8.3.<br>
<br>I can'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>