[postgis-users] Problem after installation (vacuum_delay_point)

strk at refractions.net strk at refractions.net
Wed Mar 16 06:40:42 PST 2005


On Wed, Mar 16, 2005 at 11:27:52AM -0300, Pedro Fernandes Neves wrote:
> After install postgis rc3, I created a simple database and tried to run "psql -d yourtestdatabase -f postgis.sql" command, as PostGIS installation guide recommends. But it shows the following error message:
> 
> psql:lwpostgis.sql:36: ERROR:  could not load library "/usr/local/pgsql/lib/liblwgeom.so.1.0": /usr/local/pgsql/lib/liblwgeom.so.1.0: undefined symbol: vacuum_delay_point
> 
> Why this happen? What "vacuum_delay_point" means? Any idea to solve the problema?

vacuum_delay_point is a function exposed by postgresql-8.0.x.
Should be only used when USE_VERSION=80.
Did you see / can you check an -DUSE_VERSION=80 switch to
cc invocations when you run make ?
Are you using an 8.0 postgres database ?

--strk;

> 
> Thanks,
> Pedro
> 
>  
> __________________________________________________________________________
> Acabe com aquelas janelinhas que pulam na sua tela.
> AntiPop-up UOL - É grátis!
> http://antipopup.uol.com.br/
> 
> 
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list