Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 1995 03:44:49 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        chuckr@Glue.umd.edu
Cc:        paul@freebsd.org, ports@freebsd.org
Subject:   Re: Dependencies
Message-ID:  <199508291044.DAA14320@silvia.HIP.Berkeley.EDU>
In-Reply-To: <Pine.SUN.3.91.950828195816.13060B-100000@mocha.eng.umd.edu> (message from Chuck Robey on Mon, 28 Aug 1995 19:59:47 -0400 (EDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 * > If you are talking about shared libraries, yes, it's fixed.  The new
 * > flag "-m" for ldconfig is added specifically for this.
 * 
 * No, actually I was talking about something, say, that depended on 
 * libtiff, that would rebuild tiff if it didn't exist in ports, instead of 
 * detecting the lib as installed.  Let me find an example ...

That's exactly what I'm talking about, detecting shared libraries
using "ldconfig -r".  The new "-m" flag of ldconfig enables us to do
this much smoother than before, because newly installed shared
libraries are immediately registered in the hints file (instead of,
say, waiting for a reboot as it was in previous versions).

If you can show me an example where this doesn't work on -current or a 
very recent -stable, I'll be interested.

Satoshi



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