Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Maybe there is no RPM package for Rails. Or you don't have the repository that provides the rpm installed. I tried to search for a rails package in google, but I cannot find something useful, hence I guess you have to install it from source.
<edit> Correction: there are some packages (old versions anyway) out there, specifically for mandriva, opensuse and ubuntu. Found them at www.rpmseek.com </edit>
Confused! Via yum I had installed ruby & irb 1.8.5. So I am looking at installing the appropriate version of ruby on rails which supports this version of ruby. How do u find repositories which have ruby or rails or anything and then add it to your repo list?
# gem install rails
... and wait 5 minutes for it to complete the install.
Next
Code:
# gem install mysql -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql --with-mysql-config
Ref. http://involution.com/railsonrhel/
which is the first hit, by Googling .. dag rpm rails ..
( The page was issued 2005, at that time there was no
rpm package(s) rubygem-* available.)
.....
Please also do # yum search ruby
to see some other 'rubygem-xxxx' packages.
.....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.