From isaac at reuben.com Fri Nov 2 04:16:10 2007 From: isaac at reuben.com (Isaac Reuben) Date: Fri, 2 Nov 2007 04:16:10 -0400 Subject: [Rubyworks-users] Best distro for rubyworks? Message-ID: <414925c30711020116y659403c6y269d5be9782c883f@mail.gmail.com> Hey Alexey, Rubyworks is a great project. =) Glad someone has stepped up to put this together, and I'd love to help out (at the very least with testing). I'd like to get the json gem in there too (as it needs to be compiled). I know this kind of goes against the cross platform purpose of rubyworks, but if I didn't have any preference, what would you suggest is the best distro to use with rubyworks? CentOS or Debian? 32 or 64 bit? What does ThoughtWorks usually host on? Cheers, - Isaac From alexey.verkhovsky at gmail.com Wed Nov 21 00:28:48 2007 From: alexey.verkhovsky at gmail.com (Alexey Verkhovsky) Date: Tue, 20 Nov 2007 22:28:48 -0700 Subject: [Rubyworks-users] RubyWorks on Ubuntu Gutsy and Amazon EC2 Message-ID: <3945c4270711202128u24beb833t7101f56a08885044@mail.gmail.com> Google Alert brought me these links in the last couple of days: * RubyWorks Production Stack on Amazon EC2 [http://nutrun.com/weblog/rubyworks-production-stack-on-amazon-ec2/] * Getting Rubyworks stack running on Ubuntu Gusty Gibbon 7.10 [http://www.nogeek.org/?p=10] Combination of events, including an urgent gig with deadline set by The Big Marketing Event (http://mix.oracle.com) prevented RubyWorks team from doing anything constructive with the stack for the 6 weeks. This is now over, and I plan to give it some long overdue love, including 1.1 release for Debian and upgrading several packages to newer versions. -- Alexey Verkhovsky CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] RubyWorks [http://rubyworks.thoughtworks.com] From tom at tomtaylor.co.uk Fri Nov 23 09:44:14 2007 From: tom at tomtaylor.co.uk (Tom Taylor) Date: Fri, 23 Nov 2007 14:44:14 +0000 Subject: [Rubyworks-users] Problem installing rubygem-rmagick on CentOS 5 Message-ID: Hi all, I'm getting a problem when installing RMagick on Centos 5. [tom at blah]$ sudo yum install rubygem-rmagick Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package rubygem-rmagick.i386 0:1.15.7-1 set to be updated --> Running transaction check --> Processing Dependency: libdpstk.so.1 for package: rubygem-rmagick --> Processing Dependency: libMagick.so.6 for package: rubygem-rmagick --> Processing Dependency: libdps.so.1 for package: rubygem-rmagick --> Finished Dependency Resolution Error: Missing Dependency: libdpstk.so.1 is needed by package rubygem- rmagick Error: Missing Dependency: libMagick.so.6 is needed by package rubygem- rmagick Error: Missing Dependency: libdps.so.1 is needed by package rubygem- rmagick I've installed ImageMagick-devel and that doesn't seem to solve it. Any suggestions? Thanks a lot, Tom