1、安裝Freetype 庫檔案時提示 make: Nothing to be done for `unix'
解決方法:# make clean
# make
2、編譯安裝apache完成後,啟動apache時提示:httpd: Could not reliably determine the server's fully qualified
解決方法:
原來出現這個錯誤原因(httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.111 for ServerName)是因為DNS沒配置好. 如果不想配置DNS, 就在httpd.conf , 在最前加入 ServerName localhost:80 即可