Error Message:
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [objs/nginx] Error 1
原因: pcre版本不符,只要在configure 時增加參數,指定pcre位置即可
/configure --with-cc-opt="-I/usr/local/Cellar/pcre/8.33/include" --with-ld-opt="-L/usr/local/Cellar/pcre/8.33/lib"
檢查自己的pcre正確路徑位置指令如下
#brew info pcre
沒有留言:
張貼留言