Par fidaj le 16/03/2007 - 12:07
Bonjour
J'ai installé postgresql 8.2.2 à partir des sources.
Je voudrais installaer pgcrypto, je ne trouve pas le fichier pgcrypto.sql mais le fichier pgcrypto.sql.in dans les sources. Qd j'essai de l'installer, j'obtient l'erreur suivante:
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:7: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:12: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:17: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:22: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:27: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:32: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:37: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:42: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:47: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:52: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:57: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:62: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:70: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:75: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:83: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:88: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:96: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:101: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:109: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:114: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:122: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:127: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:135: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:140: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:148: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:153: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:161: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:166: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:174: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:179: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:187: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:195: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
psql:/home/base/install-source/postgresql-8.2.2/contrib/pgcrypto/pgcrypto.sql.in:200: ERROR: could not access file "MODULE_PATHNAME": No such file or directory
Est ce que je devrais plutot installer tous les autres fichier sql (sha1, md5, etc.) un à un ?