随笔分类 -  linux

摘要:[代码] 阅读全文
posted @ 2010-10-29 11:02 wingle 阅读(356) 评论(0) 推荐(0)
摘要:daemontools-0.76 install instructionsThese install instructions were once part of the BLFS book (seeBeyond Linux From Scratch), but for some reason they have been removed. I have modified the instruct... 阅读全文
posted @ 2010-10-18 09:53 wingle 阅读(1289) 评论(0) 推荐(0)
摘要:linux软件不要安装在home目录下,由于home目录的特殊性,装在home目录下可能会出现读写权限问题。如 /home/mysql/... 下的文件只有mysql用户有读写权限,其他用户读写可能会出问题。在mysql安装到home的非mysql目录时会报无读写权限的错误! 阅读全文
posted @ 2010-10-12 18:44 wingle 阅读(1270) 评论(0) 推荐(0)
摘要:如果编译时出错,提示undefined reference to `libiconv_open’,则需要编辑Makefile,找到EXTRA_LIBS = 这一行,在-lcrypt后面加上-liconv。或者 make ZEND_EXTRA_LIBS='-liconv' 阅读全文
posted @ 2010-10-11 23:31 wingle 阅读(175) 评论(0) 推荐(0)