顯示具有 FreeBSD 標籤的文章。 顯示所有文章
顯示具有 FreeBSD 標籤的文章。 顯示所有文章

2013年11月19日 星期二

FreeBSD9.1 + Nginx1.4.3 + php5.5 + MySQL5.6 + phpMyAdmin 4.0.9 安裝方法

1. FreeBSD 9.1

FreeBSD安裝應該沒什麼好講的吧XD

2. Nginx 1.4.3

裝好 www/nginx 並設定一下 nginx.conf,接著去 /etc/rc.conf 加入 nginx_enable="YES"

2013年9月23日 星期一

how to solve "Needs cairo build with X11 support" when installing ports

When installing some ports (like vim or xfce), it will need "cairo".

Some people might get an error message "Needs cairo build with X11 support", and you will get the answer from google:

# cd /usr/port/graphic/cairo
# make deinstall
# make install clean
howerver, it is useless for me.:(

In fact, you just need to do is:

# make config
enable "X11 (graphics) support" and make it once again!