Re: [BUGS] pgsql 8.0.0b1 - openssl detection

2004-08-20 Thread Stefanos Harhalakis
On Friday 20 August 2004 03:52, Tom Lane wrote: > Stefanos Harhalakis <[EMAIL PROTECTED]> writes: > > It seems that the problem is in src/template/linux: > > > > $ cat src/template/linux=20 > > # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise > > CPPFLAGS="-D_GNU_SOURCE" > > > > w

Re: [BUGS] pgsql 8.0.0b1 - openssl detection

2004-08-19 Thread Tom Lane
Stefanos Harhalakis <[EMAIL PROTECTED]> writes: > It seems that the problem is in src/template/linux: > $ cat src/template/linux=20 > # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise > CPPFLAGS="-D_GNU_SOURCE" > which is beeing sourced by configure.in. Changing this to > CPPFLAG

Re: [BUGS] pgsql 8.0.0b1 - openssl detection

2004-08-19 Thread Stefanos Harhalakis
On Wednesday 18 August 2004 23:09, Peter Eisentraut wrote: > Stefanos Harhalakis wrote: > > This happens because AC_CHECK_HEADERSis implemented using the > > preprocessor (cpp/gcc -E) without adding CFLAGS/CXXFLAGS: > > The correct variable is CPPFLAGS. Actually, you can also use > --with-includes

Re: [BUGS] pgsql 8.0.0b1 - openssl detection

2004-08-19 Thread Stefanos Harhalakis
On Wednesday 18 August 2004 20:14, Peter Eisentraut wrote: > Stefanos Harhalakis wrote: > > It seems that you've removed the possibility to add an argument to > > --with-openssl option of the configure script. Currently I'm > > maintaining two systems where the openssl is not somewhere in the > >

Re: [BUGS] pgsql 8.0.0b1 - openssl detection

2004-08-18 Thread Peter Eisentraut
Stefanos Harhalakis wrote: > This happens because AC_CHECK_HEADERSis implemented using the > preprocessor (cpp/gcc -E) without adding CFLAGS/CXXFLAGS: The correct variable is CPPFLAGS. Actually, you can also use --with-includes, but this is only in PostgreSQL, so I suggest you get used to CPPFL

Re: [BUGS] pgsql 8.0.0b1 - openssl detection

2004-08-18 Thread Peter Eisentraut
Stefanos Harhalakis wrote: > It seems that you've removed the possibility to add an argument to > --with-openssl option of the configure script. Currently I'm > maintaining two systems where the openssl is not somewhere in the > standard paths and thus the only way to compile with SSL seems to be

[BUGS] pgsql 8.0.0b1 - openssl detection

2004-08-18 Thread Stefanos Harhalakis
Hi there... I'm trying to compile pgsql 8.0.0b1. It seems that you've removed the possibility to add an argument to --with-openssl option of the configure script. Currently I'm maintaining two systems where the openssl is not somewhere in the standard paths and thus the only way to compile