0

I have a couple extensions I need to install on RHEL6. I've used pecl on my dev and test boxes and it works fine.

However, now I need to install them on my production server, and we don't install any compilers in production.

What's the best way to install the extensions? Can the bits be copied over from my test server (identical build, except with compiler installed)?

Or, can I build it for deployment from my test environment, producing an archive which can just be copied over and un-tar'ed?

Thanks.

AaplMike
  • 343
  • 1
  • 4
  • 15
  • Which extensions? Are they available from the repos? If so, you could just install them with `yum` –  Nov 19 '13 at 00:29
  • Gearman. It's not available in any repo I've seen. – AaplMike Nov 19 '13 at 00:45
  • FWIW gearmand.x86_64 is in the repos for Fedora 18, albeit just v0.33. You might find [this link](http://eduardo-lago.blogspot.co.nz/2012/07/building-and-packaging-latest-gearman.html) useful –  Nov 19 '13 at 00:54

0 Answers0