[Rt-devel] Re: RT 3.6.0rc2

Jesse Vincent jesse at bestpractical.com
Mon May 15 18:21:00 EDT 2006


Thanks. This will be fixed for rc3
Best,
Jesse
-- 
This message was sent from my Treo. Please accept my apologies for its brevity and for any typos. 
-----Original Message-----
From: Lidio Presutti <lidio at ic-unix.ic.utoronto.ca>
Date: Monday, May 15, 2006 6:02 pm
Subject: [Rt-devel] Re: RT 3.6.0rc2

Hi Jesse,

FYI.

On a Solaris 9 box, the ./configure results in
  ...
  id: illegal option -- g
  Usage: id [-ap] [user]


checking the diff between RC1 and RC2 I noticed that
  $ diff rt-3.6.0rc2/configure rt-3.6.0rc1/configure
  ...
  2027c2027
  < my_group=$(id -gn)
  ---
  > my_group=$(groups|cut -f1 -d' ')

On my Solaris, "man id" gets

System Administration Commands                             id(1M)
NAME
      id - return user identity

SYNOPSIS
      /usr/bin/id [-p] [user]
      /usr/bin/id -a [-p] [user]

      /usr/xpg4/bin/id [-p] [user]
      /usr/xpg4/bin/id -G [-n] [user]
      /usr/xpg4/bin/id -g [-nr] [user]
      /usr/xpg4/bin/id -u [-nr] [user]
..

and /usr/bin is before /usr/xpg4/bin on the PATH.  So the -g illegal option results.  No biggy.

Lidio.
_______________________________________________
List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel

Best Practical is hiring! Come hack Perl for us: http://bestpractical.com/about/jobs.html





More information about the Rt-devel mailing list