Installing php-devel without using yum
On EC2 instance I have managed compile and install php from source by
custom configuration options. However, now I would like to install
php-devel. But when I do,
sudo yum install php-devel
yum wants to install the dependencies as well. Which is Amazon compiled
PHP source without my custom configuration options.
I have looked all over the internet to find a way to install php-devel
without using yum. But couldn't find it.
So is there any way I can install php-devel package without using yum?
No comments:
Post a Comment