Re: Compile 12.2 with specific OpenSSL libraries

2020-09-29 Thread Joshua Poehls
used (libssl.so.1.1). At this point I think it's fairly straightforward to set the rpath to lock down the runtime linking as you mentioned. Thanks again! On Tue, Sep 29, 2020 at 1:33 PM Tom Lane wrote: > Joshua Poehls writes: > > rpath and LD_LIBRARY_PATH are only relevant for the

Re: Compile 12.2 with specific OpenSSL libraries

2020-09-29 Thread Joshua Poehls
--with-headers and --with-libraries is taking precedence over the system paths? On Tue, Sep 29, 2020 at 1:25 PM Tom Lane wrote: > Joshua Poehls writes: > > I'm compiling PG 12.2 (on CentOS 7) and need to ensure that it uses a > > specific version of OpenSSL (1.1.1h). I'

Compile 12.2 with specific OpenSSL libraries

2020-09-29 Thread Joshua Poehls
gher precedence somewhere. How can I force the build to use the version of OpenSSL in the directories I specify and not in the system /lib64/ directory? -- Joshua Poehls jos...@poehls.me