Andreas Dvorak
2013-Aug-27 16:13 UTC
[Puppet Users] passenger installation file passenger-install-apache2-module missing
Dear all, I have installed yum install rubygem-passenger Installed: rubygem-passenger.x86_64 0:4.0.5-3.el6 Dependency Installed: rubygem-daemon_controller.noarch 0:1.1.4-3.el6 rubygem-fastthread.x86_64 0:1.0.7-1.el6 rubygem-rack.noarch 0:1.0.1-2.el6 rubygem-rake.noarch 0:0.8.7-2.1.el6 but the file passenger-install-apache2-module to create the mod_passenger.so is missing. The package comes from the foreman repository. Can somebody please help me? Best regards, Andreas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
Ellison Marks
2013-Aug-27 17:38 UTC
[Puppet Users] Re: passenger installation file passenger-install-apache2-module missing
I believe that script comes along when you use gem to install rack and passenger, as per the instructions: http://docs.puppetlabs.com/guides/passenger.html#install-rackpassenger I''m not sure what''s contained in the package from the foreman repository. Perhaps it already contains a compiled .so file? As an aside, though it''s not listed in the tutorial, I installed mod_passenger from the semi-official stealth monkeys repo, instruction here: http://www.modrails.com/documentation/Users%20guide%20Apache.html#_installing_or_upgrading_on_red_hat_fedora_centos_or_scientificlinux On Tuesday, August 27, 2013 9:13:09 AM UTC-7, Andreas Dvorak wrote:> > Dear all, > > I have installed > yum install rubygem-passenger > Installed: > rubygem-passenger.x86_64 > 0:4.0.5-3.el6 > > Dependency Installed: > rubygem-daemon_controller.noarch 0:1.1.4-3.el6 > rubygem-fastthread.x86_64 0:1.0.7-1.el6 > rubygem-rack.noarch 0:1.0.1-2.el6 > rubygem-rake.noarch 0:0.8.7-2.1.el6 > > but the file passenger-install-apache2-module to create the > mod_passenger.so is missing. > The package comes from the foreman repository. > > Can somebody please help me? > > Best regards, > Andreas >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
Andreas Dvorak
2013-Aug-28 11:12 UTC
[Puppet Users] Re: passenger installation file passenger-install-apache2-module missing
Hi, meanwhile I have installed mod_passenger.x86_64 0:4.0.5-3.el6. It has a file /usr/lib64/httpd/modules/mod_passenger.so But I still do not understand why the installation guides I found tell me to run passenger-install-apache2-module and that is not in the package rubygem-passenger.x86_64 0:4.0.5-3.el6 Best regards -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.