Created
April 25, 2013 01:11
-
-
Save johnantoni/5456815 to your computer and use it in GitHub Desktop.
apc install on bluehost shared hosting (php)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
mkdir modules apc | |
cd apc | |
wget http://pecl.php.net/get/APC-3.1.9.tgz | |
tar -xzvf APC-3.1.9.tgz | |
cd APC-3.1.9 | |
phpize | |
./configure --enable-apc --enable-apc-mmap --with-apxs --with-php-config=/usr/bin/php-config | |
make | |
cd modules | |
mv apc.so /home/BLUEHOST-USERNAME/modules |
but there is no apc.so in the modules folder
the folder is empty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://rk.md/2011/install-apc-accelerator-bluehost-shared-host/