web开发: bluefish
php:zend studio
CentOS5.2上安装bluefish出错解决方法
http://karyson.blog.bokee.net/bloggermodule/blog_viewblog.do?id=2747231
./configure
错误:
configure: error: pcre-config not found please install libpcre3-dev or similar
解决:
yum install pcre-devel
./configure
make
make install
安装顺利完成。
阅读(583) | 评论(0) | 转发(0) |