[chef] Re: RE: php5.4


Chronological Thread 
  • From: DV < >
  • To: " " < >
  • Subject: [chef] Re: RE: php5.4
  • Date: Sun, 10 Aug 2014 21:40:17 -0700

Well, if there isn't a php 5.4 package, one would expect the recipe to fail instead of silently installing older version of php. So the issue is either with the packaging or the recipe.


On Sun, Aug 10, 2014 at 9:27 PM, Kadel-Garcia, Nico < " target="_blank"> > wrote:

php 5.4 is not part of any of the base CentOS repositories I'm aware of. Where, exactly, do you expect to find it?


There is a 'webtatic' repository at https://webtatic.com/packages/php54/,​ that may serve. But you'll need to enable and activate that repository with the yum cookbook or manually before this recipe can possibly work.



Hello,

I am having a hard time installing php54 on centos...I'm using the following cookbook:

When deploying php using the default recipe, it installs 5.3...In that case I setup an override attribute:


name "php54"
description "php54 applied to all instances."
run_list(
  "recipe[yum]",
  "recipe[yum-epel]",
  "recipe[php]"
)


default_attributes(
 "php" => {
    "version" => "5.4.15"
  }
 



Is there another cookbook that I should be looking at to be able to switch between php5.3 and 5.4?
--
Nikhil Shah  System Administrator

THE ORCHARD Distribution Done Right
23 E 4th St Fl 3, New York, NY 10003

Follow us: The Daily Rind  Facebook  Twitter  YouTube  LinkedIn

Privileged And Confidential Communication. This electronic transmission, and any documents attached hereto, (a) are protected by the Electronic Communications Privacy Act (18 USC §§ 2510-2521), (b) may contain confidential and/or legally privileged information, and (c) are for the sole use of the intended recipient named above. If you have received this electronic message in error, please notify the sender and delete the electronic message. Any disclosure, copying, distribution, or use of the contents of the information received in error is strictly prohibited.



--
Best regards, Dmitriy V.



Archive powered by MHonArc 2.6.16.

§