文章标签 ‘automake’

被1034 Incorrect key file for table错误困扰了一个下午。

2008年9月8日17:38 | 3 条评论
分类: linux使用

今天在服务器上安装coreseek的时候发现运行 /usr/local/webserver/coreseek2.5/bin/indexer –config /usr/local/webserver/coreseek2.5/etc/ask.conf –all 总是提示: /usr/local/webserver/coreseek2.5/bin/indexer: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory 一番GOOGLE 后发现解决办法为: ln -s /usr/local/webserver/mysql/lib/mysql/libmysqlclient.so.16 /usr/lib/libmysqlclient.so.16 即给libmysqlclient.so.16建立以个软连接 另外一个问题在运行 即在运行/usr/local/webserver/mysql/bin/mysql的时候总是提示: debian:/home/dancebear# /usr/local/webserver/mysql/bin/mysql -uroot -p/usr/local/webserver/mysql/bin/mysql: Can’t read dir of ‘/etc/mysql/conf.d/’ (Errcode: 2)Fatal error in defaults handling. Program aborted 思来想去只有一个可能就是mysql在没有指定conf因此他默认调用了某个conf文件,而这个conf文件中使用了/etc/mysql/conf.d这个目录。 于是删除/etc/mysql/my.cnf问题解决

2008年8月26日17:26 | 没有评论
分类: 其他
标签: