On 10/09/2012 05:26 PM, Craig White wrote:
If you install ruby from one source, you can't use rpm's from another source and expect them to always work. Chances are that the libraries use to build ruby are not the same libraries to build passenger.If you want to ensure a working passenger when using a non-official CentOS ruby, then just use gem to install passenger (ie… 'gem install passenger') and once passenger is installed, you can use passenger's installer scripts for apache or nginx ('passenger-install-apache-module')
It is maybe the easiest way, but I would strongly suggest against it. It is unwise to mix up two package managers like that, it's better to built your own packages.
-- Jakov Sosic www.srce.unizg.hr -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
