ts wrote:
>>>>>>"D" == Daniel Berger <Daniel.Berger / qwest.com> writes:
> 
> 
>>>which install
> 
> D> /usr/sbin/install
> 
>  and
> 
>   ruby -rrbconfig -e 'p Config::CONFIG["INSTALL"]'
> 
>  and in the directory ruby-1.8.4
> 
>   ruby -ne 'print if /result.*install/' config.log
> 
>  this is when configure, for ruby, run that it search an install
>  program 

 >/opt/bin/ruby -rrbconfig -e 'p Config::CONFIG["INSTALL"]'
"./install-sh -c"

 >/opt/bin/ruby -ne 'print if /result.*install/' config.log
configure:3834: result: ./install-sh -c

Regards,

Dan