1.13.0 coreutils/id.c calls libc getgrouplist()

walter harms wharms at bfs.de
Fri Nov 14 15:42:50 UTC 2008


hhhmmm,

releasing a code that depends on a libc version that is not released yet
it not nice to users.
something like

if uClibc version < 0.9.30
	you need version 0.9.30 at least
	exit
end if

may help also.

re,
 wh




Rob Landley schrieb:
> On Tuesday 11 November 2008 23:44:32 Hamish Moffatt wrote:
>> In busybox 1.13.0, id.c calls getgrouplist() which doesn't exist in
>> uClibc 0.9.29.. enabling internal password/group functions solves it but
>> is there a better solution?
> 
> Yes, upgrading to the uClibc 0.9.30 release, which came out today.
> 
>> Hamish
> 
> Rob
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://busybox.net/cgi-bin/mailman/listinfo/busybox
> 
> 
> 



More information about the busybox mailing list