sphinx ../indexer: error while loading shared libraries: libmysqlclient.so.16
2010-04-12 13:09:10
分类:Linux 标签:error,libmysqlclient,sphinx
vi /etc/ld.so.conf /usr/local/mysql/lib/mysql/ #加入此行 ldconfig
vi /etc/ld.so.conf /usr/local/mysql/lib/mysql/ #加入此行 ldconfig
xen server安装gentoo2008启动报错
报错提示:
Unable to mount root fs via NF,trying floppy.
Cannot open root device “hda3″ or unkn
[显示全文]
rsync在同步svn repo文件夹时报错如下:
rsync error: some files could not be transferred (code ..) at main.c(…)
解决方法:
查看rsync日志
[显示全文]
原因:
当计算机没有足够的连续内存可供 Windows Server 2003 或 Windows XP 用于验证是否对 .msi 包或 .msp 包正确进行了签名时将出现此问题。
解决: …
[显示全文]
症状是从DB不停的重启,查看日志发现有报”got signal 11″
解决方法是在/etc/my.cnf中加上skip_slave_start后重启
…
[显示全文]
nginx error bind() to 0.0.0.0:80 failed (98: Address already in use)
80端口被占用,多半是apache没关… -_-
ssh2.c patch:
LINE 480:
search and change following line:
#if LIBSSH2_APINO < 200412301450
…
#else
to:
#if
[显示全文]