🦘 Visiting Envato in Melbourne, Australia
[envira-gallery id=‘6841’]
[envira-gallery id=‘6841’]
I should probably start making use of it again.
Yesterday, I finally had my “court” date for the traffic violations back in March. I got pulled over on the way back to work from lunch and got a ticket for Expired Registration and an incorrect address on my License.
One of my clients needed APC installed for their application, so I initially tried to install it via WHM module installer …. this failed. Here are the steps that I took to get it working via CLI{{ double-space-with-newline }}First download the newest stable release of APC and then run the following commands. wget http://pecl.php.net/get/APC-3.1.6.tgz{{ double-space-with-newline }}tar -xzf APC-3.1.6.tgz{{ double-space-with-newline }}cd APC-3.1.6{{ double-space-with-newline }}which php{{ double-space-with-newline }}phpize If you do not have pcre installed the make install will fail. So make sure to run the following yum command to install it with the development packages for safe measure.