Hi,<br><br>I managed to install and use Postgis&nbsp;without&nbsp;any&nbsp;problems,&nbsp;but&nbsp;later&nbsp;found&nbsp;out&nbsp;that&nbsp;i&nbsp;could&nbsp;not&nbsp;do&nbsp;any&nbsp;reprojections&nbsp;without&nbsp;the&nbsp;proj&nbsp;library.<br><br>I&nbsp;downloaded&nbsp;and&nbsp;installed&nbsp;the&nbsp;proj&nbsp;library.&nbsp;&nbsp;I&nbsp;then&nbsp;attempted&nbsp;to&nbsp;re-install&nbsp;Postgis&nbsp;with&nbsp;proj&nbsp;support&nbsp;like&nbsp;so:
<br><br>./configure --with-proj=yes (without specifying this flag it still find the proj library) It produces the following output:<br><br>SUMMARY<br> -------------------------------------------------------<br><br>  HOST_OS: linux-gnu
<br><br>PGSQL: /usr/bin/pg_config<br>PROJ: prefix=/usr/local libdir=/usr/local/lib<br>ICONV: 1<br><br>PORTNAME: linux<br>    PREFIX: /usr<br>EPREFIX: ${prefix}<br>       DOC: /usr/share/doc/postgresql/contrib<br>      DATA: ${datarootdir}
<br>       MAN: ${datarootdir}/man<br>       BIN: /usr/bin<br>       EXT: /usr/lib/pgsql (\$$libdir)<br> -------------------------------------------------------<br><br>Now when i try to run either the lwpostgis_upgrade.sql or 
lwpostgis.sql (creates histogram2d then fails) i get the following error<br><br>ERROR:  could not load library &quot;/usr/lib/pgsql/liblwgeom.so.1.2&quot;: libproj.so.0: cannot open shared object file: No such file or directory
<br><br>Can anyone tell me where i have gone wrong in the installation ??<br><br>Thanks in advance,<br><br>Andy<br><br><br><br><br>