Open gettimothy opened 4 years ago
Fwiw I just built this on FreeBSD 12 & the Postgres 12 client and this configured & built cleanly.
pkg install postgresql12-client
# Use ./configure -h to check for other options
./configure --with-http_v2_module --with-http_postgres_module --with-ipv6
(…)
adding module in ../ngx_postgres-1.0
checking for libpq library (via pg_config) ... found
checking for libpq library version 9.1 ... found
+ ngx_postgres was configured
(…)
Howdy,
First, thank you for your work.
I am running openresty and have been using your module against postgres 11 for some time.
I just upgraded to postgresql 12 and during the configure step of openresty
./configure --with-luajit --without-http_redis2_module --with-pcre-jit --with-http_postgres_module -j2
build, I get:
I am on Slackware linux 64 bit and pq libs are in the usual spot:
Perhaps it is a problem with my machine (postgres works great.) but I thought I would ask you here.
thank you for your time.