随笔分类 - linux
摘要: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...
阅读全文
摘要:linux软件不要安装在home目录下,由于home目录的特殊性,装在home目录下可能会出现读写权限问题。如 /home/mysql/... 下的文件只有mysql用户有读写权限,其他用户读写可能会出问题。在mysql安装到home的非mysql目录时会报无读写权限的错误!
阅读全文
摘要:如果编译时出错,提示undefined reference to `libiconv_open’,则需要编辑Makefile,找到EXTRA_LIBS = 这一行,在-lcrypt后面加上-liconv。或者 make ZEND_EXTRA_LIBS='-liconv'
阅读全文