PDA

View Full Version : Proper Ruby on rails installation



aliov_85
July 28th, 2008, 06:54 AM
Hi

In order to complete the installation I'd like to install mysql, but I'm having some issues.


sudo apt-get install libmysql-ruby mysql-server

I got the following error:


Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libmysql-ruby

I'm on Feisty Fawn

Thanks in advance for any help

henchman
July 28th, 2008, 09:28 AM
hello!

as http://packages.ubuntu.com/feisty/libmysql-ruby states, the package is available for feisty in the universe repos :)

did you enable your universe repositories? if not or unsure, open /etc/apt/sources.list in your favourite editor and see if the lines



deb http://de.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://de.archive.ubuntu.com/ubuntu/ feisty universe
deb http://de.archive.ubuntu.com/ubuntu/ feisty-updates universe
deb-src http://de.archive.ubuntu.com/ubuntu/ feisty-updates universe


are uncommented (have a # in front of them). if so, remove it.

have a nice day :)