Страница 1 из 1

ошибка обновления порта ipsec-tools

Добавлено: 2014-01-23 7:33:57
24rus
Доброго времени суток!

Столкнулся с проблемой, при обновлении порта ipsec-tools.

Код: Выделить всё

portupgrade -r ipsec-tools
...
...
...
checking if --with-openssl option is specified... default
checking openssl version... too old
configure: error: OpenSSL version must be 0.9.8s or higher. Aborting.
===>  Script "configure" failed unexpectedly.
Please report the problem to vanhu@netasq.com [maintainer] and attach the
"/usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.1/config.log" including
the output of the failure of your make command. Also, it might be a good idea
to provide an overview of all packages installed on your system (e.g. a
/usr/sbin/pkg_info -Ea).
*** Error code 1

Stop in /usr/ports/security/ipsec-tools.
*** Error code 1
Видно что ругается на: configure: error: OpenSSL version must be 0.9.8s or higher. Aborting.

При этом:

Код: Выделить всё

portversion -v
...
nload-0.7.4                 =  up-to-date with port
openldap-client-2.4.38      =  up-to-date with port
openssl-1.0.1_9             =  up-to-date with port
p5-Locale-gettext-1.05_3    =  up-to-date with port
pcre-8.33                   =  up-to-date with port
...
в UPDATING ничего не нашел по поводу обновления ipsec-tools.

Куда копать ?

Re: ошибка обновления порта ipsec-tools

Добавлено: 2014-01-23 8:10:24
snorlov
Посмотреть где стоит openssl, мне кажется он идет в исходники ядра, а там именно устаревшая версия...

Re: ошибка обновления порта ipsec-tools

Добавлено: 2014-01-23 16:14:08
skeletor
А что говорит

Код: Выделить всё

$openssl version

Re: ошибка обновления порта ipsec-tools

Добавлено: 2014-01-24 4:33:17
24rus
to skeletor

Код: Выделить всё

=> openssl version
=> OpenSSL 0.9.8q 2 Dec 2010

Re: ошибка обновления порта ipsec-tools

Добавлено: 2014-01-26 17:09:48
_skeletor
Вот и ответ. Переустановите заново из портов openssl и проверьте опять версию.

Re: ошибка обновления порта ipsec-tools

Добавлено: 2014-01-27 4:43:49
24rus
to snorlov Да OpenSSl идет вместе с ядром, обновил фряху с 8,2 до 8,4, и стало OpenSSL 0.9.8y 5 Feb 2013 , и порт ipsec-tools обновился.
p.s. можно было заменить openssl из ядра, на openssl из порта, через make.conf, но решил лучше freebsd-update upgrade -r <name>