Re: Installed OpenSSL but still cannot install PostgreSQL

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: Installed OpenSSL but still cannot install PostgreSQL
Дата
Msg-id 20030324094440.GH44135@perrin.int.nxad.com
обсуждение исходный текст
Ответ на Installed OpenSSL but still cannot install PostgreSQL  ("Tamir Halperin" <tamir@brobus.net>)
Список pgsql-admin
> I have installed openssl-0.9.7a_2 from the ports collection without
> a glitch. I'm new to this and don't know if simply doing make, make
> install and make clean is all that is required for getting openssl
> properly installed. It shows up listed in /var/db/pkg in my FreeBSD
> 4.6 system. However, when I try to make postgresql7 from the ports
> collection I'm told:
>
> This port requires the OpenSSL library, which is part of the FreeBSD
> crypto distribution but not installed on your machine.
>
> Not sure what to do next.

This is because libcrypto had its shlib version bumped from .2 to .3
after OpenSSL's last round of security bugs.  If you symlink
libcrypto.so.2 to libcrypto.so, you should be okay.  -sc

--
Sean Chittenden


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

Предыдущее
От: "Tamir Halperin"
Дата:
Сообщение: Installed OpenSSL but still cannot install PostgreSQL
Следующее
От: "Tatiana Motova"
Дата:
Сообщение: pg_dump problem