This forum is no longer active. Please post your questions to our new community site
How to install required packages
|
|
For my application to run inside rubystack, i need some other packages otherthan those in rubystack like ruby-dev How to install these packages inside rubystack. |
|
|
Hi, Once you installed RubyStack, there is a “rubyconsole” script in the installation directory or in the Windows start menu. Then you can install the packages using “gem install package”. |
|
|
Hi beltran, Two things i have to make clear that |
|
|
Those are independent packages. But here in rubyconsole it is not accepting that command. |
|
|
In this case it should be enough installing these packages in the system itself. |
|
|
Then you are telling that we cant install any other packages to rubystack other than what you had given. |
|
|
Well, you can install any software in your system and you can use it with the RubyStack. For example you can install perl on your system and configure Apache to use perl-cgi. |
|
|
HI beltran, According to my knowledge, the main purpose of stacks is getting rid of the dependencies and upgrades that happen in the system, so if the stack uses the softwares installed outside the stack in the system, then wouldn’t it be a problem when the packages outside the stack gets upgraded and becomes incompatible? |
|
|
hello beltran, |
|
|
Hi, #vamshi #ramyayella $ /opt/rubystack-2.1-0/ruby/bin/gem install sqlite3-ruby — —with-sqlite3-dir=/opt/rubystack-2.1-0/sqlite You can find more info on this topic in the following post: I hope it will help. Danoo |

