Subject: Re: How to make `ruby18' into `ruby'
To: Takahiro Kambe <taca@back-street.net>
From: Louis Guillaume <lguillaume@berklee.edu>
List: netbsd-users
Date: 03/27/2007 00:58:32
Takahiro Kambe wrote:
> In message <460882D2.3030101@berklee.edu>
> 	on Mon, 26 Mar 2007 22:34:58 -0400,
> 	Louis Guillaume <lguillaume@berklee.edu> wrote:
>> Or should I just `ln -s /usr/pkg/bin/ruby18 /usr/pkg/bin/ruby' like I've been doing?
> 
> 1. Install pkgsrc/lang/ruby package, it creates ${PREFIX}/bin/ruby.

Ah. I thought I had, but that was only in pkg_comp. What tripped me up was that, instead of installing ruby explicitly, I ran
`pkg_add ruby18-ldap', which pulled in ruby18, but not ruby.

> 
> 2. Install pkgsrc/pkgtools/pkg_alternatives before install ruby18-base
>    package.
> 

Thank you. I'll look a this...

Louis