From: Vincent Isambart Date: 2004-09-11T04:01:59+09:00 Subject: Re: hob x 0.2 .. blogink for ample abilities .. come into the arms of .. I just tried to install hobix and I got the following error when creating a weblog named 'test' in '~/test-hobix', during the end of the installation started with ruby -ropen-uri -e 'eval(open("http://go.hobix.com/").read)': -e:1: /sw/lib/ruby/1.9/fileutils.rb:467:in `mkdir': No such file or directory - /Users/vincent/test-hobix/entries (Errno::ENOENT) from /sw/lib/ruby/1.9/fileutils.rb:467:in `_copy_entry' from /sw/lib/ruby/1.9/fileutils.rb:448:in `copy_entry' from /sw/lib/ruby/1.9/fileutils.rb:447:in `preserve' from /sw/lib/ruby/1.9/fileutils.rb:447:in `copy_entry' from /sw/lib/ruby/1.9/fileutils.rb:372:in `cp_r' from /sw/lib/ruby/1.9/fileutils.rb:370:in `fu_traverse' from /sw/lib/ruby/1.9/fileutils.rb:370:in `cp_r' from /sw/lib/ruby/1.9/fileutils.rb:368:in `fu_each_src_dest' ... 8 levels... from /sw/lib/ruby/site_ruby/1.9/hobix/commandline.rb:326:in `setup_blogs' from (eval):183 from (eval):124:in `each' from (eval):124 After some checking, I got a directory '~' created where I started the program :oP It contains just an empty directory called test-hobix. I guess it did not like directory names with '~' in them... I do not know if you can correct it, but I may not be the only one to enter a directory name staring with '~'. When I created a blog with the following command, there was no problem: hobix create test ~/test-hobix An other comment: Does it work with webrick? The installation mentions apache, but does it require it? Vincent Isambart