Re: [GENERAL] ./configure --with-openssl=path fails

2006-01-11 Thread Tom Lane
Wes <[EMAIL PROTECTED]> writes: > On 1/6/06 2:47 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote: >> Use --with-includes and --with-libraries as needed. > That doesn't get the library paths into the binary. If the libraries are > not in the default system search path, the user is screwed. Is there a wa

Re: [GENERAL] ./configure --with-openssl=path fails

2006-01-11 Thread Wes
On 1/6/06 2:47 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote: >> ./configure --with-openssl=path >> This no longer works with 8.x. See: >> >> What is the correct way to work around this restriction? > > Use --with-includes and --

Re: [GENERAL] ./configure --with-openssl=path fails

2006-01-06 Thread Wes
On 1/6/06 2:47 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote: >> ./configure --with-openssl=path >> This no longer works with 8.x. See: >> >> What is the correct way to work around this restriction? > > Use --with-includes and --

Re: [GENERAL] ./configure --with-openssl=path fails

2006-01-06 Thread Tom Lane
Wes <[EMAIL PROTECTED]> writes: > ./configure --with-openssl=path > This no longer works with 8.x. See: > > What is the correct way to work around this restriction? Use --with-includes and --with-libraries as needed.