[OPEN-ILS-DEV] Problem installing Evergreen 1.6.0.6;
Pravin Nowbuth
pravin.now at gmail.com
Sat Jul 3 11:40:50 EDT 2010
Hi all,
I trying to install evergreen on Debian Lenny. I am getting the
following error for the command given below.
postgres at debian:~$ psql -f /usr/share/postgresql/8.3/contrib/pgxml.sql
-d evergreen
SET
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:10: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:15: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:19: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:23: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:27: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:31: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:35: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:41: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:45: ERROR: function
xpath_list(text, text, unknown) does not exist
LINE 2: AS 'SELECT xpath_list($1,$2,'','')'
^
HINT: No function matches the given name and argument types. You
might need to add explicit type casts.
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:52: ERROR: function
xpath_nodeset(text, text, unknown, unknown) does not exist
LINE 3: AS 'SELECT xpath_nodeset($1,$2,'''','''')'
^
HINT: No function matches the given name and argument types. You
might need to add explicit type casts.
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:57: ERROR: function
xpath_nodeset(text, text, unknown, text) does not exist
LINE 3: AS 'SELECT xpath_nodeset($1,$2,'''',$3)'
^
HINT: No function matches the given name and argument types. You
might need to add explicit type casts.
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:64: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:71: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
psql:/usr/share/postgresql/8.3/contrib/pgxml.sql:77: ERROR: could not
load library "/usr/lib/postgresql/8.3/lib/pgxml.so":
/usr/lib/postgresql/8.3/lib/pgxml.so: undefined symbol: xml_ereport
postgres at debian:~$ psql -c 'select version();'
version
----------------------------------------------------------------------------------------------
PostgreSQL 8.3.7 on i486-pc-linux-gnu, compiled by GCC gcc-4.3.real
(Debian 4.3.2-1.1) 4.3.2
(1 row)
What could be the problem?
Pravin.
More information about the Open-ils-dev
mailing list