Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2000 13:46:47 +0800 (CST)
From:      hsw@acm.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18584: devel/mm should ldconfig on install
Message-ID:  <200005160546.NAA76628@hsw.generalresources.com>

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

>Number:         18584
>Category:       ports
>Synopsis:       devel/mm should ldconfig on install
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 15 22:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Hall
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	FreeBSD 3.4-STABLE #0: Fri May 12 10:16:10 CST 2000

>Description:

	When installing devel/mm as a dependancy
	the mm.so file is not visible in ldconfig -r

>How-To-Repeat:

	Install a port dependant on devel/mm

>Fix:

I looked at another port that installed files in /usr/local/lib and it had
ldconfig+ranlib lines on post install.

I don't know if the ranlib is necessary for devel/mm, maybe adding the 
following two lines to the Makefile would be sufficient
	
post-install:
	${LDCONFIG} -m ${PREFIX}/lib 



>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?200005160546.NAA76628>