On Sun, Jan 12, 2003 at 07:00:23AM +0100, Zenon Panoussis wrote: > Any ideas what's wrong? > > In courier.spec: ./configure [...] --with-mailgroup=11 --with-mailuid=51 > > checking for mail user id... 51 > checking for mail group id... configure: error: Unable to determine mail > gid - invalid group 11 > configure: error: /bin/sh './configure' failed for courier > error: Bad exit status from /var/tmp/rpm-tmp.38474 (%prep)
You want: --with-mailgid=11 --with-mailuid=51 or --with-mailgroup=courier --with-mailuser=courier (I'm not sure why you'd use one over the other; the named versions are recognised by the top-level configure script, the numeric versions only by the configure scripts under the courier/ subdirectory) ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
