From: | "Linder Poclaba" <linder(dot)poclaba(at)gmail(dot)com> |
---|---|
To: | "Oscar Cano" <ocano(at)shore(dot)com(dot)mx> |
Cc: | "Lista Postgres" <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: digest en compilación |
Date: | 2006-08-12 14:16:16 |
Message-ID: | 5aa69e1b0608120716s3b81ae7aqdc545f799ae518c7@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
2006/8/11, Oscar Cano <ocano(at)shore(dot)com(dot)mx>:
>
> Hola
> Estoy instalando un Administrador de contenido llamado ezPublish, en algún
> momento me manda el siguiente mensaje
>
> Warning
>
> The 'digest' procedure is not available in your database, you cannot run
> eZ
> publish without this. Visit the FAQ for more information.
>
> Y en la ayuda del ezPublish tengo:
> Q: What is the reason I get 'ERROR: Function digest(character varying)
> does
> not exist' on PostgreSQL?
> A:
>
> This means that your PostgreSQL installation does not have the digest>
> procedure available.
>
> If you use RPMS (Redhat and Mandrake) install the postgresql-contrib
> package.
>
> You must then install the procedure by running this shell command:
> psql [dbname] < /usr/share/pgsql/contrib/pgcrypto.sql
>
> Where [dbname] is the name of the database.
>
> Note: You should make sure you run this as the postgres user.
>
> PERO YO LO INSTALE COMPILANDO EL POSTGRES (postgresql-8.1.4) Y NO SE COMO
> ACTIVAR ESTA OPCIÓN YA QUE NO ENCUENTRO NADA SOBRE digest, ENTIENDO
> QUE ES
> PARA ENCRIPCION O ALGO ASÍ
Hola en la ayuda de ezPublish te dice que tienes que instalar el pgcrypto,
si tienes las fuentes de postgresql-8.1.4 fijate el directorio "
postgresql-8.1.4/contrib" ahí está pgcrypto lee su README.pgcrypto ahí te
explica como instalar.
Agradezco su ayuda
>
> PD. Perdón por las mayúsculas pero es para distinguir
>
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 9: el optimizador ignorará el uso de recorridos de índice si los
> tipos de datos de las columnas no coinciden
>
--
Linder Poclaba Lázaro.
Desarrollador Key Optimal Solutions KEYOS.
Usa Software Libre y obtiene tú libertad.
From | Date | Subject | |
---|---|---|---|
Next Message | Oscar Cano | 2006-08-13 16:22:25 | Re: [pgsql-es-ayuda] digest en compilación |
Previous Message | Alvaro Herrera | 2006-08-12 14:11:53 | Re: digest en compilación |