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.