Camping Install -Without Gems

M

Matt

Hey!

So the plan was to rent out a small development server to test a proof
of concept design with camping, and then to port it to a more expensive
server upon success. The server only has 64 MB of ram. Upon running gem
update, YAML.rb generates a segmentation fault. After a little
searching all signs pointed to a lack of memory.

To fix this I quickly downloaded all the tarballs and used ruby setup.rb
and ruby install.rb on active record and markaby. I then grabbed
camping and untarred it. I copied camping to the bin directory and
tried to run camping blog.rb in the example folder.

Alas, I received this error: /usr/bin/camping:8:in `require': no such
file to load -- camping (LoadError)

I am at a lost of where to go next

Thanks allot!

Matt
 
C

Chad Fowler

Hey!

So the plan was to rent out a small development server to test a proof
of concept design with camping, and then to port it to a more expensive
server upon success. The server only has 64 MB of ram. Upon running gem
update, YAML.rb generates a segmentation fault. After a little
searching all signs pointed to a lack of memory.

To fix this I quickly downloaded all the tarballs and used ruby setup.rb
and ruby install.rb on active record and markaby. I then grabbed
camping and untarred it. I copied camping to the bin directory and
tried to run camping blog.rb in the example folder.

Alas, I received this error: /usr/bin/camping:8:in `require': no such
file to load -- camping (LoadError)

I am at a lost of where to go next

Looks like you're missing the camping.rb file which the camping script
is looking for. You'll need to install it into site_ruby or some
other load path accessible location (like you did for active record
and markaby, though i'm not sure if camping has a setup.rb).

Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top