Re: Small SSL-related patch...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Dominic J(dot) Eidson" <sauron(at)the-infinite(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Small SSL-related patch...
Date: 2000-09-16 19:03:56
Message-ID: Pine.LNX.4.21.0009162029570.1088-100000@peter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

(I thought I sent this before but my email has been shaky lately.) IMHO,
it is not the task of the `--with-<package>' options to account for
unusual installation paths on the build machine. We have --with-includes
and --with-libraries for that, and we already rejected various other
attempts to add more spellings of that. Now this patch doesn't actually
add any options but it still opens a can of worms. Normal installation
procedures (including that of OpenSSL!) install into PREFIX/lib and
PREFIX/include, and I don't think that adding various other subsidary
algorithms of finding the required files, in locations that are not
sanctioned by the package in question, is going to do a lot of good.

Bruce Momjian writes:

> Applied. Seems this is not longer mentioned in the docs.
>
> >
> > Attached is a small patch that fixes a small "bug" with specifying the
> > souce directory of OpenSSL as argument to the --with-openssl - argument.
> >
> > ./configure --with-openssl=/tmp/openssl-0.9.5/ - the libcrypto.a is in the
> > "base" directory, not lib/.
> >
> > Also, there's 2-3 typo fixes to the documentation for SSL - it should be
> > "server.crt", not "server.cert".
> >
> >
> > Thanks,
> > --
> > Dominic J. Eidson
> > "Baruk Khazad! Khazad ai-menu!" - Gimli
> > -------------------------------------------------------------------------------
> > http://www.the-infinite.org/ http://www.the-infinite.org/~dominic/
> Content-Description:
>
> [ Attachment, skipping... ]
>
>
>

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-09-16 19:10:00 Re: Patch to make postmaster bind to only to localhost.
Previous Message Peter Eisentraut 2000-09-16 19:03:16 Re: Unbreak plperl building