Am 25.02.2018 um 16:42 schrieb Adrian Klaver:
On 02/25/2018 12:26 AM, jotpe wrote:
I could compile the pg-cert extension package, but postgresql 9.6
refused to install it.
create extension cert;
FEHLER: geschachteltes CREATE EXTENSION wird nicht unterstützt
means "ERROR: nested C
auf Datei »bignum« zugreifen: Datei oder
Verzeichnis nicht gefunden
means "ERROR: could not access file "bignum": File or directory not found"
Has anybody anybody an idea, how to fix this,
or maybe another aproach to extract properties from X.509 certificates?
Beste Regard
Am 24.02.2018 um 16:58 schrieb Tom Lane:
jotpe writes:
I found the pg-cert extension at https://github.com/beargiles/pg-cert
I have trouble to compile it. When I enter "make" following error
message appears:
Makefile:29: /usr/lib/postgresql/9.6/lib/pgxs/src/makefiles/pgxs.mk:
Hello,
I want to extract properties from x.509 certificates stored in a bytea
column.
I found the pg-cert extension at https://github.com/beargiles/pg-cert
I have trouble to compile it. When I enter "make" following error
message appears:
Makefile:29: /usr/lib/postgresql/9.6/lib/pgxs/src/ma