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

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

>Number:         19917
>Category:       ports
>Synopsis:       [patch] openssl package does not register 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:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Grigorovich
>Release:        3.5-RELEASE
>Organization:
ICiG
>Environment:
FreeBSD cyclop.bionet.nsc.ru 3.5-RELEASE FreeBSD 3.5-RELEASE #0: Thu Jun 22 04:05:16 GMT 2000     root@monster.osd.bsdi.com:/usr/src/sys/compile/GENERIC  i386
>Description:
When installing openssl package it does not register shared libs
and applications based on it fails ...
>How-To-Repeat:
remove openssl
reboot computer
install openssl package
install OpenSSH package, it's fails because shared libs of openssl are unregistered
>Fix:
add following lines to PLIST file:

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

and recompile openssl package

>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?20000714131607.AF4A137C604>