dumb stuff i did today.

Posted by Mark 09/01/2007 at 16h00

please ignore this - this is solely so i remember this the next time i do this stupid dance.

For DC, I need

Ruby
RubyGems
Rails
Postgres

For ruby, i seem to need to build all the external stuff separately. I don’t know why, but this fixes it:

cd ext; for i in */;do cd $i; make clean; ruby extconf.rb; make; sudo make install;cd ..; done

RubyGems just needs the above to work
Rails is the same
Postgres needs the marc liyanage package, and “sudo gem install postgres – –with-pgsql-dir=/usr/local/pgsql”

argh. I need a personal wiki or something. Until I get that, you get my backwash. Sorry.

Leave a comment

Comments