j'essaie d'installer postgreSQL/postGIS sous sun solaris.

l'installation de postgreSQL s'est bien passé, la compilation de postGIS aussi.
je crée une base snas problèmes.
pour charger postGIS, je lance les commandes :

createlang plpgsql BaseNico
psql -d BaseNico -f /home/josephine/UnixTools/postgreSQL_postGIS/PostgreSQL/PostgreSQL/share/lwpostgis.sql

là, j'ai les messages d'erreur :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
josephine% psql -d BaseNico -f /home/josephine/UnixTools/postgreSQL_postGIS/PostgreSQL/PostgreSQL/share/lwpostgis.sql
BEGIN
psql:/home/josephine/UnixTools/postgreSQL_postGIS/PostgreSQL/PostgreSQL/share/lwpostgis.sql:44: NOTICE:  type "histogram2d" is not yet defined
DETAIL:  Creating a shell type definition.
psql:/home/josephine/UnixTools/postgreSQL_postGIS/PostgreSQL/PostgreSQL/share/lwpostgis.sql:44: ERROR:  could not load library "/home/josephine/UnixTools/postgreSQL_postGIS/PostgreSQL/PostgreSQL/lib/liblwgeom.so.1.1": ld.so.1: /home/josephine/UnixTools/postgreSQL_postGIS/PostgreSQL/PostgreSQL/bin/postmaster: fatal: relocation error: file /home/josephine/UnixTools/bibli_gnu/lib/libstdc++.so.6: symbol __eprintf: referenced symbol not found
psql:/home/josephine/UnixTools/postgreSQL_postGIS/PostgreSQL/PostgreSQL/share/lwpostgis.sql:49: ERROR:  current transaction is aborted, commands ignored until end of transaction block
qu'est-ce que j'ai oublié ?
comment défini-t-on le type histogram2d ? est-ce que les erreurs suivantes sont dûes au fait que ce type n'est pas défini ?