Commit a445cb92 not tested without OpenSSL support?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Commit a445cb92 not tested without OpenSSL support?

Affan Bin Salman
Hey folks

It appears that the commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb
causes ld to bail when building *without* OpenSSL support:

utils/misc/guc.o:(.data+0x4d80): undefined reference to `ssl_cert_file'
utils/misc/guc.o:(.data+0x4ddc): undefined reference to `ssl_key_file'
utils/misc/guc.o:(.data+0x4e38): undefined reference to `ssl_ca_file'
utils/misc/guc.o:(.data+0x4e94): undefined reference to `ssl_crl_file'

Tested; the conditional compilation predicated upon "#ifdef USE_SSL" in
be-secure.c is satisfied with configure (--)with(-)openssl to succeed.

                             Regards, Affan

--
Sent via pgsql-hackers mailing list ([hidden email])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Commit a445cb92 not tested without OpenSSL support?

Peter Eisentraut-2
On tor, 2012-02-23 at 00:26 +0000, Affan Salman wrote:

> Hey folks
>
> It appears that the commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb
> causes ld to bail when building *without* OpenSSL support:
>
> utils/misc/guc.o:(.data+0x4d80): undefined reference to `ssl_cert_file'
> utils/misc/guc.o:(.data+0x4ddc): undefined reference to `ssl_key_file'
> utils/misc/guc.o:(.data+0x4e38): undefined reference to `ssl_ca_file'
> utils/misc/guc.o:(.data+0x4e94): undefined reference to `ssl_crl_file'
>
> Tested; the conditional compilation predicated upon "#ifdef USE_SSL" in
> be-secure.c is satisfied with configure (--)with(-)openssl to succeed.

Fixed, thanks.


--
Sent via pgsql-hackers mailing list ([hidden email])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
Loading...