I just installed PHP on Ubuntu Natty from source.
I\'m trying to use PECL to install additional modules like APC and Memcache. I\'m using something like this:
The following code seems to work ok:
printf "\n" | pecl install apc
You can also replace apc with any other PECL package.
Cheers.