On Oct 28, 2015, at 10:54 AM, Jim Nasby <Jim.Nasby@xxxxxxxxxxxxxx> wrote: > I indeed get > > PERL = /bin/sh /usr/local/lib/postgresql/pgxs/src/makefiles/../../config/missing perl Ew. > even after explicitly exporting PERL=/usr/local/bin/perl Hrm. I have this code in the pgTAP Makefile: ifndef PERL PERL := $(shell which perl) endif Could that be causing the problem? > I see that there is a config/missing script in source, and that Makefile.global.in references it: > >> src/Makefile.global.in:missing = $(SHELL) $(top_srcdir)/config/missing > > Any ideas why it's not being installed, or why the PGXS Makefile is ignoring/over-riding $PERL? That I surely don’t know. :-( Best, David
<<attachment: smime.p7s>>