Hi all. I just installed a new WagN 0.9.0 site.
I had to do a couple things to get it going that aren't in the instal
instructions..
First of all, I had to install json, which for me was as easy as:
# gem install json
Secondly, if I ran it as anything other than webrick (I always spawn a fastcgi
process and connect to the socket with lighttpd) then it would fail thusly:
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- lib/wagn (MissingSourceFile)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/depende\
ncies.rb:495:in `require'
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/depende\
ncies.rb:342:in `new_constants_in'
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/depende\
ncies.rb:495:in `require'
from /home/condega/bend-condega_wagn/public/../config/environment.rb:11
from /home/condega/bend-condega_wagn/public/dispatch.fcgi:21:in
`require'
from /home/condega/bend-condega_wagn/public/dispatch.fcgi:21
I tried setting this value to "../lib/wagn" and got the same results so I
finally just set it to the full path and it seems to work.
Can't wait to play more with the new version!
Yours,
TimH