[postgis-users] info

Chris H chris123 at magma.ca
Thu Jun 5 22:22:23 PDT 2008


On Friday 06 June 2008 00:00:24 Chris H wrote:

Looking at the log file I get the following:
2008-06-05 23:33:20 EDT STATEMENT:  CREATE ROLE chris123 NOSUPERUSER CREATEDB 
NOCREATEROLE INHERIT LOGIN;

2008-06-05 23:34:18 EDT NOTICE:  type "histogram2d" is not yet defined
2008-06-05 23:34:18 EDT DETAIL:  Creating a shell type definition.
2008-06-05 23:34:19 EDT ERROR:  could not load 
library "/usr/lib/postgresql/8.3/lib/liblwgeom.so": /usr/lib/postgresql/8.3/lib/liblwgeom.so: 
undefined symbol: pj_get_release
2008-06-05 23:34:19 EDT STATEMENT:  CREATE OR REPLACE FUNCTION 
histogram2d_in(cstring)
                RETURNS histogram2d
                AS '/usr/lib/postgresql/8.3/lib/liblwgeom', 'lwhistogram2d_in'
                LANGUAGE 'C' IMMUTABLE STRICT;
2008-06-05 23:34:19 EDT ERROR:  current transaction is aborted, commands 
ignored until end of transaction block
2008-06-05 23:34:19 EDT STATEMENT:  CREATE OR REPLACE FUNCTION 
ST_histogram2d_in(cstring)
                RETURNS histogram2d
                AS '/usr/lib/postgresql/8.3/lib/liblwgeom', 'lwhistogram2d_in'
                LANGUAGE 'C' IMMUTABLE STRICT;
2008-06-05 23:34:19 EDT ERROR:  current transaction is aborted, commands 
ignored until end of transaction block

----------------------------------eof--------------------

When I google I see this error for outdated version of Proj 4 but Im running 
4.6.1-0 so there should be no issues. 

Regards

-- 
/ch



More information about the postgis-users mailing list