Re: Small SSL-related patch... - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Small SSL-related patch...
Date
Msg-id Pine.LNX.4.21.0009162029570.1088-100000@peter
Whole thread Raw
In response to Re: Small SSL-related patch...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Small SSL-related patch...  (The Hermit Hacker <scrappy@hub.org>)
Re: Small SSL-related patch...  ("Dominic J. Eidson" <sauron@the-infinite.org>)
List 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@gmx.net       http://yi.org/peter-e/




pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Unbreak plperl building
Next
From: Peter Eisentraut
Date:
Subject: Re: Patch to make postmaster bind to only to localhost.