...loop start (EVENT:0x0002, FLAG:0x0004) 2013-09-08 02:30:14 worker3[21760] ERROR [sock:8] unknown exception during task (CMD:225) 2013-09-08 02:30:14 worker3[21760] ERROR [sock:7] unknown exception during task (CMD:225) 2013-09-08 06:28:20 worker2[21759] ERROR [sock:7] xapian exception (ERROR:Synt...
不停的报这个错。ERROR: output xdb file exists:后面是文件名 是从网站上面下载的XDB导入导出工具 起初我以为是我改的txt格式不对还是怎么的 后来我直接将xdb导出成txt,如下 php E:\www\dump_xdb_file.php E:\www\dict.xdb E:\www\1.txt 成功导...
...c... gcc checking for C compiler default output file name... configure: error: in `/opt/xunsearch/scws-1.1.8': configure: error: C compiler cannot create executables See `config.log' for more details. [/code] 请问高人,问题在哪?我电脑上已经安装了gcc和make。 以前搞...
....ac,我就按说明先autoconf一下,总是报错说 configure.ac:11: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:87: error: possibly undefined macro: AM_CONDI...
... $port = -1; } if (($sock = @fsockopen($host, $port, $errno, $error, 5)) === false) { throw new XSException($error . '(C#' . $errno . ', ' . $host . ':' . $port . ')'); } // set socket options $timeout = ini_get('max_execution_time'); $timeout = $timeout > 0 ? ($timeo...
... 但是运行的时候报错,请问有可能是什么原因呢? Fatal error: Uncaught [XSErrorException] /search.php(5): Undefined index: key(8) thrown in /home/boyce/xunsearch/sdk/php/lib/XS.php on line 469 [/quote] 你是不是用的旧版本,这是因为变量使用不严谨导致的...
...g for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/home/macnie/scws-1.2.0': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. make: *** 没有指明目标并且找不到 makefile。 停止。 make: *** 没有规则可以...
...j = new mysqli($host, $user, $pass, '', $port); if ($this->obj->connect_error) { throw new XSException("Can not connect to mysql server: '$user@$host'"); } if (!$this->obj->select_db($param['dbname'])) { $this->close(); throw new XSException("Can not switch to database ...
...onfigure: WARNING: invalid host type: /mnt/usr/local/xunsearch configure: error: expected an absolute directory name for --prefix: cd ----- ERROR: failed to configure scws, see 'setup.log' for more detail[hr] 怎么没人回答??
...onnect("localhost", "root", "111111") or die("Could not connect: " . mysql_error()); mysql_select_db('zi, $conn) or die ('Can\'t use test : ' . mysql_error()); $result=mysql_query("select id,title,time,sid,content,key from learn limit 4429 offset 3000"); while($r=mysql_fetch_array($result)){ $...