svn commit: r200157 - head/bin/date

Luigi Rizzo rizzo at iet.unipi.it
Mon Dec 7 09:07:38 UTC 2009


On Mon, Dec 07, 2009 at 06:57:52AM +0100, Ed Schouten wrote:
> * Hajimu UMEMOTO <ume at FreeBSD.org> wrote:
> > I saw following message during boot:
> > 
> > Dec  7 13:54:12 yoshino kernel: Shared object "libulog.so.0" not found, required
> >  by "date"
> > 
> > Now, date(1) links libulog.so.0.  The date(1) is in /bin, but
> > libulog.so.0 is in /usr/lib.  The libulog must be installed into /lib.

Any chance to put libulog and other 'extension' libraries together
(I would say into libc but perhaps that's too much).

There are several apps which only relied on libc that now require
-lulog, -ljail, -lsbuf, -lbsdxml (libexpat)
They are all minuscule, 1-2 files each, but make life harder for
developers to track the dependencies.
Also, things like lsbuf are really useful in general, so having
that widely available would be a good incentive for people to
use it instead of rolling their own 'dynamic string manipulation'
code again and again

http://info.iet.unipi.it/~luigi/FreeBSD/#dynstring


	cheers
	luigi


More information about the svn-src-all mailing list