Thursday 8 May 2008

Plesk. Ubuntu & Rails

Well its no surprise that Ubuntu and Ruby / Gem  dont like each other that much since they both have competing version managers.   Its even more confusing when Plesk has something like this too..

My solution, ignore them.. I deinstalled ruby using apt-get remove ruby  ...

then compiled from source

./configure --prefix=/usr

which pops it in /usr/bin

I also learnt to put my source into /usr/local/src

It seems to work.....

No comments: