Re: [Rpm-maint] [PATCH] fix loading NSS libraries prior to chrooting

2013-04-05 Thread Panu Matilainen
On 04/04/2013 11:09 PM, Thierry Vignaud wrote: Hi rpm preloads NSS libraries prior to chrooting in order to fix group lookup in the chroot (when installing in a chroot): lib/rpmrc.c-/* Force preloading of dlopen()'ed libraries in case we go chrooting */ lib/rpmrc.c:(void)

Re: [Rpm-maint] [PATCH] fix loading NSS libraries prior to chrooting

2013-04-05 Thread Michael Schroeder
On Thu, Apr 04, 2013 at 10:09:57PM +0200, Thierry Vignaud wrote: rpm preloads NSS libraries prior to chrooting in order to fix group lookup in the chroot (when installing in a chroot): lib/rpmrc.c-/* Force preloading of dlopen()'ed libraries in case we go chrooting */ lib/rpmrc.c:

Re: [Rpm-maint] [PATCH] fix loading NSS libraries prior to chrooting

2013-04-05 Thread Thierry Vignaud
On 5 April 2013 08:00, Panu Matilainen pmati...@laiskiainen.org wrote: rpm preloads NSS libraries prior to chrooting in order to fix group lookup in the chroot (when installing in a chroot): lib/rpmrc.c-/* Force preloading of dlopen()'ed libraries in case we go chrooting */ lib/rpmrc.c: