Installing libphp2 for PHP over Joyent SmartMachine Server
On a Joyent server, I needed to install the libphp2 for PHP on SmartMachine so that WordPress can use SSH in your PHP code, but when I tried following command to install package, it gave followign error: [root@server]# pecl channel-update pear.php.net bash: pecl: command not found This error can be resolved by doing following: [user@server]#…