Hi,<br><br>Thanks for your responses, I have tried all your suggestions, and also ended up re-installing the PostGIS. Using the Geoserver,  I am trying to add a new Feature type  with the polygon  It now complains about  the following error<br>
<ul><li>class org.geotools.data.DataSourceException: Could not count Request All Features</li><li>class org.postgresql.util.PSQLException: ERROR: function extent(geometry) does not exist</li></ul>org.geotools.data.DataSourceException: Could not count Request All Features<br>
        at org.geotools.data.postgis.PostgisFeatureStore.bounds(PostgisFeatureStore.java:764)<br>        at org.geotools.data.postgis.PostgisFeatureStore.getBounds(PostgisFeatureStore.java:676)<br>        at org.geotools.data.postgis.PostgisFeatureStore.getBounds(PostgisFeatureStore.java:653)<br>
        at org.geoserver.feature.FeatureSourceUtils.getBoundingBoxEnvelope(FeatureSourceUtils.java<br>        .........<br>Caused by:<br>org.postgresql.util.PSQLException: ERROR: function extent(geometry) does not exist<br>
        at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.j<br><br><br>Not sure what is causing this error.<br><br>thanks!<br><br>Giri<br><br><div class="gmail_quote">On Wed, Feb 25, 2009 at 5:14 AM, Mark Cave-Ayland <span dir="ltr"><<a href="mailto:mark.cave-ayland@siriusit.co.uk">mark.cave-ayland@siriusit.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">???(Sinboy Zhang) wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I got the same problem.<br>
<br>
OS:CentOS 5.2<br>
PostgreSQL:8.2.6<br>
Geos:3.0.0<br>
proj:4.6.0<br>
postgis:1.3.2<br>
<br>
A few months ago,i installed them successully on Fedora 7,now a error boked when i installed on CentOS:<br>
<br>
ERROR:  could not load library "/usr/local/postgis/lib/liblwgeom.so": libgeos_c.so.1:<br>
<br>
cannot open shared object file: No such file or directory<br>
<br>
But the file liblwgeom.so was existed surely in /usr/local/postgis/lib, i added /usr/local/postgis/lib to /etc/ld.conf.d/local.conf and execute ldconfig ,final restart postgresql ,but the error still exist.<br>
</blockquote>
<br></div>
The error is telling you that PostgreSQL can't see libgeos_c.so.1 - you need to add the location of this file (normally /usr/local/lib) to /etc/ld.conf.d/local.conf and then run ldconfig so the OS can see it. On some older machines you may also have to restart the PostgreSQL server too.<br>

<br>
<br>
HTH,<br>
<br>
Mark.<br><font color="#888888">
<br>
-- <br>
Mark Cave-Ayland - Senior Technical Architect<br>
PostgreSQL - PostGIS<br>
Sirius Corporation plc - control through freedom<br>
<a href="http://www.siriusit.co.uk" target="_blank">http://www.siriusit.co.uk</a><br>
t: +44 870 608 0063</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br>