Re: [HACKERS] Building from git source on ubuntu with gssapi

2015-11-02 Thread Tom Lane
Jeff Janes writes: > I can't ./configure --with-gssapi from git on ubuntu 14.04.3 because: > configure: error: gssapi.h header file is required for GSSAPI > If I download the distribution-specific 9.3 source with apt, I find > their secret sauce to make it work: > ./debian/rules:LDFLAGS+= -Wl,--a

Re: [HACKERS] Building from git source on ubuntu with gssapi

2015-11-02 Thread Robbie Harwood
Jeff Janes writes: > I can't ./configure --with-gssapi from git on ubuntu 14.04.3 because: > > configure: error: gssapi.h header file is required for GSSAPI > > If I download the distribution-specific 9.3 source with apt, I find > their secret sauce to make it work: > > ./debian/rules:LDFLAGS+= -

[HACKERS] Building from git source on ubuntu with gssapi

2015-11-02 Thread Jeff Janes
I can't ./configure --with-gssapi from git on ubuntu 14.04.3 because: configure: error: gssapi.h header file is required for GSSAPI If I download the distribution-specific 9.3 source with apt, I find their secret sauce to make it work: ./debian/rules:LDFLAGS+= -Wl,--as-needed -L/usr/lib/mit-krb5