Category Command line Fu

Installing nginx on Mac with pcre library

To build nginx on Mac OS X Snow Leopard, I use the following options to configure ./configure –with-ld-opt=”-L/usr/local/lib” –with-cc-opt=”-I/usr/local/include” If the ld and cc options are not given, it results in an error reported in a ticket on the nginx…

How to manage PATH in Mac OS X

I use two ways to manage paths in Mac OS X: ~/.profile I use the first option when trying things out, and the second for managing the path more permanently. Example And example of the using to include…