ts wrote: >>>>>>"E" == Eugene Scripnik <Eugene.Scripnik / itgrp.net> writes: > > > E> (hoaz)~>ruby -v > E> ruby 1.8.0 (2003-06-06) [i386-freebsd4.7] > > Well I've verified with > > svg% ruby -v > ruby 1.8.0 (2003-06-10) [i686-linux] > svg% > > and it do the right thing > > > svg% ls -l /home/ts/local/r18 > ls: /home/ts/local/r18: No such file or directory > svg% > > svg% make install > ./miniruby ./instruby.rb --dest-dir="" --make="make" --mflags="" > --make-flags="" --mantype="doc" > [...] > > svg% > > svg% ls -l /home/ts/local/r18 > total 12 > drwxr-xr-x 2 ts ts 4096 Jun 10 14:16 bin/ > drwxr-xr-x 3 ts ts 4096 Jun 10 14:16 lib/ > drwxr-xr-x 3 ts ts 4096 Jun 10 14:16 man/ > svg% Installation is OK. Another question %mkdir test %ls -al total 6 drwxr-xr-x 3 hoaz users 512 10 17:39 . drwxr-xr-x 3 hoaz users 512 10 17:39 .. drwxr-xr-x 2 hoaz users 512 10 17:39 test %cd test %ruby -e '$SAFE = 1; require "digest/md5"' %cd .. %chmod 777 test %ls -al total 6 drwxr-xr-x 3 hoaz users 512 10 17:39 . drwxr-xr-x 3 hoaz users 512 10 17:39 .. drwxrwxrwx 2 hoaz users 512 10 17:39 test %cd test %ruby -e '$SAFE = 1; require "digest/md5"' -e:1: warning: Insecure world writable dir /usr/home/hoaz/test/test/test/., mode 040777 -e:1:in `require': loading from unsafe path /usr/local/lib/ruby/site_ruby/1.8:/usr/local/lib/ruby/site_ruby/1.8/i386-freebsd5.0:/usr/local/lib/ruby/site_ruby:/usr/local/lib/ruby/1.8:/usr/local/lib/ruby/1.8/i386-freebsd5.0:. (SecurityError) from -e:1 Warning is ok, I have to warned that I am in insecure dir. But why require call failes? I use standard library from standard path with right permitions. -- Eugene Scripnik IT Group Software Architect Tel./Fax +380 (372) 58-43-10 email: Eugene.Scripnik / itgrp.net http://www.itgrp.net/