How to install mcrypt on mac osx10.7 and osx10.6
There a lot of php opensouce software that requires mcrypt and it took me a few hours to get mcrypt installed and working natively on my mac, after reading many many tutorials. I originally tried to go down the homebrew…
mod_rewrite not working on a mac osx
So I recently had an issue of mod_rewrite not working on my mac osx after setting up my vhost and going through my httpd.conf and replacing all “override none” with “override all”. So a couple of things that I learnt:…
Install APC on Mac OSX10.7
Install Command Line Xcode https://developer.apple.com/downloads/index.action# Install homebrew https://github.com/mxcl/homebrew/wiki/installation Install Autoconf brew install autoconf Update Pear Channels sudo pear update-channels Install PCRE brew install pcre Install APC! sudo pecl install apc Add extension=apc.so to the /etc/php.ini file
Install pear on mac OSX10.7
After upgrading to OSX 10.7, I discovered that both PEAR and PECL had gone. After some considerable searching online Ruggero De Pellegrini on Google+, so I’m putting it here for anyone who needs it (including myself when I get a…
Recent Comments