<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Nginx for Mac on letmecompile</title><link>https://www.letmecompile.com/tag/nginx-for-mac/</link><description>Recent content in Nginx for Mac on letmecompile</description><image><title>letmecompile</title><url>https://www.letmecompile.com/images/default-og-image.png</url><link>https://www.letmecompile.com/images/default-og-image.png</link></image><generator>Hugo -- 0.148.1</generator><language>ko-kr</language><lastBuildDate>Sun, 03 Nov 2013 19:00:41 +0000</lastBuildDate><atom:link href="https://www.letmecompile.com/tag/nginx-for-mac/index.xml" rel="self" type="application/rss+xml"/><item><title>NginX, PHP-FPM 맥에 설치하기</title><link>https://www.letmecompile.com/nginx-php-fpm-%EB%A7%A5%EC%97%90-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/</link><pubDate>Sun, 03 Nov 2013 19:00:41 +0000</pubDate><guid>https://www.letmecompile.com/nginx-php-fpm-%EB%A7%A5%EC%97%90-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0/</guid><description>&lt;p>맥용 패키지 설치 프로그램인 홈브루(Homebrew)가 설치되어 있다는 것을 가정하에 진행한다.&lt;br>
홈브루가 없을경우 &lt;a href="http://brew.sh/">http://brew.sh/&lt;/a> 에서 다운로드하여 설치한다.&lt;/p>
&lt;p>홈브루가 설치되어있을경우 다음 명령어를 통해 홈브루 포뮬러들을 업데이트 해두는 것이 좋다.&lt;/p>
&lt;blockquote>
&lt;p>brew update&lt;/p>&lt;/blockquote>
&lt;h2 id="nginx-설치">NginX 설치&lt;/h2>
&lt;blockquote>
&lt;p>brew install nginx&lt;/p>&lt;/blockquote>
&lt;p>NginX 설치를 위해서는 pcre 라이브러리가 필요한데, 디렉토리 권한문제로 다음과같은 에러가 날때가있다.&lt;/p>
&lt;pre>&lt;code>Warning: Could not link pcre. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link pcre'
&lt;/code>&lt;/pre>
&lt;p>이경우 다음과같이 해결해주면 된다.&lt;/p></description></item></channel></rss>