On Sun, 8 Feb 2004, Nikolaj Wicker wrote: ; i 've got to reply to myself ... ; i found my mistake: under sunos 5.9 per default /usr/bin/id is being ; used which doesn't understand -u (-a will be the choice). another ; option is to use /usr/xpg4/bin/id which can deal with "-u".
(This is from database/Makefile .. (@if test `id -u` -eq 0 && ...)
Yes, but this depends on the SUNWxcu4 package being installed which it isn't on our servers here. I'm not sure what the long term supported status of the XPG4 utilities is (Sun haven't made any 64-bit binary versions available yet) so it may be better to stick to the standard (/usr/bin) utilities.
I use GNU id (sh-utils) 2.0.15 from sunfreeware.com. Works. Although I agree that it would be better if standard utilities work as well.
Regards,
Fajar A. Nugraha
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
