Re: Small SSL-related patch...

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

Dominic J. Eidson writes:

> Apache with apache-ssl/mod_ssl. (That being where I first encountered
> compiling against a package's source install.)

The point is that you are free to do anything you want, and the options
are there. But I'm not so interested in instituting mechanisms that
undermine another package's defined interface, which in case of OpenSSL
is:

$ ./config
$ make
$ make test
$ make install

If mod_ssl feels that they don't need to do that then that's their problem
(and they probably know what they're doing because the packages
essentially have the same maintainers and are effectively written
specifically for each other).

We on the other hand are not in a position to keep track of changing
installation layouts and other oddities that might be going on with
non-installed files, such as missing executable bits or shared-library
paths. In fact, both of these are issues which will potentially prevent
you from using OpenSSL without installing it anyway.

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Adam Haberlach 2000-09-22 01:18:39 Minor patch to C++ large object interface (cures two ills)
Previous Message Stephan Szabo 2000-09-17 20:06:39 Fix for FK not finding columns when PK is defined