Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 06:02:53 -0700 (PDT)
From:      odip@bionet.nsc.ru
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19916: [patch] openssl package does not register/unregister shared libs
Message-ID:  <20000714130253.D46F037C55B@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         19916
>Category:       ports
>Synopsis:       [patch] openssl package does not register/unregister shared libs
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 06:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Grigorovich
>Release:        3.5-RELEASE
>Organization:
ICiG
>Environment:
>Description:
When installing openssl package it does not register shared libs
and you need reboot or register libs manually
>How-To-Repeat:
build openssl package
remove openssl
reboot computer
install openssl package
install OpenSSH package - it fails to generate it's security keys
>Fix:
add next lines to PLIST file:

@exec /sbin/ldconfig -m %D/lib
@unexec /sbin/ldconfig -R


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000714130253.D46F037C55B>