On Fri, Mar 16, 2001 at 11:33:20PM +0900, Jim Freeze wrote: > Hi: > > I have written several ruby libs (classes) and would like for other ruby > users at my site to have access to them. I would like to keep them > seperate from the ruby system libraries and I would like to not have each > program that uses them have to know where these extended libraries are at, > in other words, I don't want each program to have to append to the search > path or include the library with an explicit path. > > What is the ruby way to do this? Isn't that what '<installation prefix>/lib/ruby/site_ruby' is for? For example, % l /usr/local/lib/ruby/site_ruby/1.6/i686-linux/ nis.so* where 'nis.so' is quick-and-dirty hack I wrote to read NIS maps. David S. > > Thanks > > > ========================================================= > Jim Freeze > jim / freeze.org > --------------------------------------------------------- > No comment at this time. > http://www.freeze.org > =========================================================