Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 1998 14:22:05 +0900
From:      Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= <max@wide.ad.jp>
To:        asami@FreeBSD.ORG
Cc:        max@wide.ad.jp
Subject:   Re: cvs commit: ports/www/libpics Makefile ports/www/libpics/files md5         ports/www/libpics/patches patch-aa patch-ab ports/www/libpics/pkg         PLIST
Message-ID:  <19980430142205V.max@wide.ad.jp>
In-Reply-To: Your message of "Wed, 29 Apr 1998 21:11:47 -0700 (PDT)" <199804300411.VAA17999@silvia.HIP.Berkeley.EDU>
References:  <199804300411.VAA17999@silvia.HIP.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
    >> While at it, changed ldconfig -m -> ldconfig -R.  Also, do it at
    >> pkg_delete time as well.

     > I'm not sure if that is right.  IMO "ldconfig -m" is correct for
     > installation time, since there is no guarantee that a particular
     > library directory is already in the ld.so cache.

Hmmm, I didn't notice that -R was for directories that have been
scanned.  (Yeah, it's quite obvious from the man page and the fact -R
stands for rescan.)

@unexec ldconfig -R, though should be ok, I think.  And install time
-m may be better since this could bite me when I test the installtion
with PREFIX set to other directories than /usr/local.

So, I will leave the pkg_delete time ldconfig as it is, and back out
installation time -R.

Thanks for your comment.

     Cheers,
Max

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



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