I am using OpenWRT Barrier Breaker on a Microtik rb450g router board. To run php on OpenWRT, I installed php5 packages using opkg. But now i need to install php extension specifically intl extension so far i learnt that it can be configured by pecl repository which is accessible using php-pear package, so i installed php-pear package in openwrt but when i run pecl it shows error command not found
On my debian machine i successfully installed intl extension via pecl but openwrt doesn't seems to work this way
Anyone have any idea how i should be doing this?