my VPS hasnt enough memory to compile mod_rails
so I had to learn distcc which meant learning ssh reverse tunneling which meant installing ubuntu on parallels ( after many attempts )
and the end result
mod_rails crashed my VPS. so im not sure yet, what the result of all that was.
ssh -R username@vps 3632:localhost:3632
and then compile using
CC=distcc ./configure
No comments:
Post a Comment