I got the same problem. OS:CentOS 5.2 PostgreSQL:8.2.6 Geos:3.0.0 proj:4.6.0 postgis:1.3.2
A few months ago,i installed them successully on Fedora 7,now a error boked when i installed on CentOS: ERROR: could not load library "/usr/local/postgis/lib/liblwgeom.so": libgeos_c.so.1: cannot open shared object file: No such file or directory 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. 2009/2/25 Eduin Yezid Carrillo Vega <[email protected]> > Add this line to /etc/ld.so.conf.d/local.conf : > /usr/lib64/pgsql/ > > And then run: > ldconfig > > Eduin Yesid Carrillo Vega > Ingeniero Civil, Esp. Sistemas de Información Geográfica > Centro de Investigación y Desarrollo en Información Geográfica > Instituto Geográfico Agustín Codazzi - IGAC > Cr 30 48-51 > Tel +57 1 3694000 ext 4603 > Bogotá D.C., Colombia > > > > On Tue, Feb 24, 2009 at 12:39 PM, Giri <[email protected]> wrote: > > HI, > > > > I recently installed the PostGIS to use it with Geoserver, the project > that > > uses the PostGIS needs the GEOM extension. So I installed the GEOM and > > rebuilt the PostGIS, now I am getting the following error: > > > > the PostGIS is running in Linux. > > > > > > any help will be appreciated!. > > > > > > > > > > The following exception was thrown: > > > > class java.io.IOException: An SQL exception occurred: ERROR: could not > load > > library "/usr/lib64/pgsql/liblwgeom.so": libgeos_c.so.1: cannot open > shared > > object file: No such file or directory > > > > Details: > > > > java.io.IOException: An SQL exception occurred: ERROR: could not load > > library "/usr/lib64/pgsql/liblwgeom.so": libgeos_c.so.1: cannot open > shared > > object file: No such file or directory > > at > > > org.geotools.data.postgis.PostgisDataStore.getGeometryAttribute(PostgisDataStore.java:1124) > > > > > > at > > > org.geotools.data.postgis.PostgisDataStore.buildAttributeType(PostgisDataStore.java:994) > > ----- > > > > > > Thanks! > > > > Giri > > > > _______________________________________________ > > postgis-users mailing list > > [email protected] > > http://postgis.refractions.net/mailman/listinfo/postgis-users > > > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://postgis.refractions.net/mailman/listinfo/postgis-users >
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
