Re: [Fxruby-users] [ANN] FXRuby-1.0.24 Now Available
Status: Inactive
Brought to you by:
lyle
From: Hugh S. S. E. E. <hg...@dm...> - 2003-06-12 15:14:11
|
neelix hgs 108 %> su - Password: [...] # cd /home/hgs/FXRuby-1.0.24 # ruby install.rb install install.rb: entering install phase... ---> lib mkdir -p /usr/local/lib/ruby/site_ruby/1.6/ ---> lib/fox mkdir -p /usr/local/lib/ruby/site_ruby/1.6/fox install aliases.rb /usr/local/lib/ruby/site_ruby/1.6/fox install failed Permission denied - "/home/hgs/FXRuby-1.0.24/InstalledFiles" Try 'ruby install.rb --help' for detailed usage. I think it is trying to write to my home directory, which is NFS mounted, so that root comes in as nobody, and cannot do what is required. My workaround for this is to build in /scratch, but if this problem can be avoided by doing all changes to the build directory before the install stage, it would help. Hugh |