[postgis-devel] could not load library /usr/lib/postgresl/liblwgeom.so.1.1

strk at refractions.net strk at refractions.net
Wed Feb 8 04:43:19 PST 2006


It looks like you compiled postgis against the wrong set
of PostgreSQL headers, can this be the case ?
Last lines of ./configure should tell you what
pg_config you're using. pg_config --includedir-server
is what's used to find postgres.h

--strk;

On Wed, Feb 08, 2006 at 01:39:43PM +0100, BIBIS, Bohnebeck, Uta wrote:
> Hello,
> I have installed postgresql (version 8.1.2) and are now trying to install
> postgis (version 1.1.1) on a linux machine
> and receive the following error message:
> 
> contrib/postgis-1.1.1> psql -U postgres -d test -f lwpostgis.sql
> BEGIN
> psql:lwpostgis.sql:45: NOTICE:  type "histogram2d" is not yet defined
> psql:lwpostgis.sql:45: ERROR:  could not access file
> "$libdir/liblwgeom.so.1.1": No such file or directory
> psql:lwpostgis.sql:50: ERROR:  current transaction is aborted, commands
> ignored until end of transaction block
> ...
> 
> After modifying the variable $libdir to the path /usr/lib/postgresql
> the file was found but nethertheless the library is not loaded.
> 
> contrib/postgis-1.1.1> psql -U postgres -d test -f lwpostgis.sql
> BEGIN
> psql:lwpostgis.sql:45: NOTICE:  type "histogram2d" is not yet defined
> psql:lwpostgis.sql:45: ERROR:  could not load library
> "/usr/lib/postgresql/liblwgeom.so.1.1":
> /usr/lib/postgresql/liblwgeom.so.1.1: undefined symbol: nth
> psql:lwpostgis.sql:50: ERROR:  current transaction is aborted, commands
> ignored until end of transaction block
> ...
> 
> Any ideas to solve this problems?
> 
> Best regards,
> Uta 
> 
> 
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel

-- 

 +----------------------------------------+
 | Fight against software patents in EU!  |
 | www.ffii.org www.nosoftwarepatents.org |
 +----------------------------------------+




More information about the postgis-devel mailing list