Hello team,
I am trying to compile postgresql-audit extension against pre installed postgresql but i am hitting an error:
config.status: creating src/Makefile.pg
config.status: creating yajl/Makefile
config.status: creating yajl/src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/usr/bin/rm: cannot remove 'libtoolT': No such file or directory
configure: CPPFLAGS: -g -O2 -Werror -Wall -DPOSTGRESQL_AUDIT_PLUGIN_VERSION='"1.0.0"' -DPOSTGRESQL_AUDIT_PLUGIN_REVISION='"99999"' '-DPOSTGRESQL_AUDIT_PLUGIN_SYMBOL_VERSION()=extern const char audit_plugin_version_1_0_0_99999'
I am trying it on PostgreSQL 9.5.16/ RHEL 7.6 and plugin version 1.0.0
Any help in this will be much appreciated.