
Untuk mengaktifkan PECL Drupal 7 di Ubuntu sebagai berikut :
sudo apt-get install php-pear php5-dev libpcre3-dev make
sudo pear upgrade
sudo pecl install apc
Kemudian akan muncul beberapa pertanyaan :
Enable internal debugging in APC [no] : no
Enable per request file info about files used from the APC cache [no] : no
Enable spin locks (EXPERIMENTAL) [no] : no
Enable memory protection (EXPERIMENTAL) [no] : no
Enable pthread mutexes (default) [no] : yes
Enable pthread read/write locks (EXPERIMENTAL) [yes] : no
Setelah selesai install tambahkan "extension=apc.so" dan "apc.rfc1867=1" dengan :
sudo vim /etc/php5/apache2/php.ini
Tambahkan pada baris paling bawah,
extension=apc.so
apc.rfc1867=1
Kemudian restart apache
sudo service apache2 restart
Periksa kembali di admin/reports/status
# Upload progress Enabled (APC RFC1867)