sphinx ../indexer: error while loading shared libraries: libmysqlclient.so.16

2010-04-12 13:09:10

分类:Linux 标签:,,

vi /etc/ld.so.conf
  /usr/local/mysql/lib/mysql/ #加入此行
ldconfig

xen server安装gentoo2008后启动报错

2009-11-16 17:56:20

分类:Linux 标签:,,,,

xen server安装gentoo2008启动报错
报错提示:
Unable to mount root fs via NF,trying floppy.
Cannot open root device “hda3″ or unkn
[显示全文]

rsync error: some files could not be transferred (code ..) at main.c(…)

2009-07-23 14:41:56

分类:Linux 标签:,,

rsync在同步svn repo文件夹时报错如下:
rsync error: some files could not be transferred (code ..) at main.c(…)

解决方法:
查看rsync日志
[显示全文]

在win2003上安装vmware server时报error 1718

2009-05-25 15:55:01

分类:Windows 标签:,,,,,

原因:
当计算机没有足够的连续内存可供 Windows Server 2003 或 Windows XP 用于验证是否对 .msi 包或 .msp 包正确进行了签名时将出现此问题。
解决: …
[显示全文]

mysqld got signal 11 错误处理

2009-05-04 11:22:53

分类:Mysql 标签:,,

症状是从DB不停的重启,查看日志发现有报”got signal 11″
解决方法是在/etc/my.cnf中加上skip_slave_start后重启

[显示全文]

nginx error bind() to 0.0.0.0:80 failed (…)

2009-03-02 14:35:24

分类:Linux 标签:,,

nginx error bind() to 0.0.0.0:80 failed (98: Address already in use)
80端口被占用,多半是apache没关… -_-

php ssh make: *** [ssh2.lo] Error 1

2008-09-26 11:58:06

分类:PHP 标签:,,,

ssh2.c patch:

LINE 480:
search and change following line:
#if LIBSSH2_APINO < 200412301450

#else
to:
#if
[显示全文]