Re: Small SSL-related patch...

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Small SSL-related patch...
Дата
Msg-id Pine.LNX.4.21.0009172347010.576-100000@peter
обсуждение исходный текст
Ответ на Re: Small SSL-related patch...  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Список 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@gmx.net       http://yi.org/peter-e/


В списке pgsql-patches по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Fix for FK not finding columns when PK is defined
Следующее
От: Adam Haberlach
Дата:
Сообщение: Minor patch to C++ large object interface (cures two ills)