On Mon, Jan 14, Christopher Yeoh wrote: > I've had a look at this and it appears to be a bug caused by the way > the test suites are compiled (using lsbdev). One of the utilities for > the usersgroups test suite uses getspnam which is not an LSB > interface. This is true for a few binaries in the test suite and to > get around it I compiled those specific interfaces > statically. Unfortunately this doesn't appear to work properly for > getspnam.
Is there any reason that getspnam is not an LSB interface? Else, linking this tools static should be no problem, since getspnam dlopens the nss modules and libc. Thorsten -- Thorsten Kukuk http://www.suse.de/~kukuk/ [EMAIL PROTECTED] SuSE GmbH Deutschherrenstr. 15-19 D-90429 Nuernberg -------------------------------------------------------------------- Key fingerprint = A368 676B 5E1B 3E46 CFCE 2D97 F8FD 4E23 56C6 FB4B
