Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 09:37:17 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/geom/class/mirror Makefile geom_mirror.c src/sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c src/sys/modules/geom/geom_mirror Makefile src/tools/regression/geom_mirror Makefile runtests.sh test-1.sh test-2.sh test-3.sh test-4.sh ...
Message-ID:  <20040802163717.GD96135@dragon.nuxi.com>
In-Reply-To: <20040802090003.GQ39839@darkness.comp.waw.pl>
References:  <200407302313.i6UNDj5H004714@repoman.freebsd.org> <xzp3c38vbc8.fsf@dwp.des.no> <20040801135944.GF39839@darkness.comp.waw.pl> <xzp1xiql5ya.fsf@dwp.des.no> <20040802085135.GA3559@ip.net.ua> <20040802090003.GQ39839@darkness.comp.waw.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 02, 2004 at 11:00:03AM +0200, Pawel Jakub Dawidek wrote:
> +> On Mon, Aug 02, 2004 at 02:49:33AM +0200, Dag-Erling Sm?rgrav wrote:
> +> Another alternative to consider is to rename GEOM modules to be plain
> +> .so's.  Is there any real benefit in versioning them, as there's
> +> unlikely that applications will be linked to them.  Partial patch:
> 
> I think I'll go this way, because after dlopen() I'm still looking for
> lib_version symbol and checking the version number of loaded library,
> so I don't really need major numbers in libraries names.

Please don't fall into the /usr/lib/pam_*.so trap.  These are also
dlopen()ed and we had trouble with our compat libs when we did not
version them.

-- 
-- David  (obrien@FreeBSD.org)



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