ChinaUnix.net
相关文章推荐:

svn Usersadminsubversionconfig94 Option expected是什么错误

SERVER安装好后在 Windows 下用 Tortoi... CHECKOUT 然后提示输入密码登陆后 报错: 错误 PROPFIND request failed on '/svn/svn1' 错误 can't et postion pointer in file '/svn/svn1/db/revs/0': Invalid argument tail /usr/local/apache/logs/error_log [ [Tue Nov 06 11:58:30 2007] [error] [client 192.168.5.77] Could not fetch resource information. [500, #0] [Tue Nov 06 11:58:30 2007] [error] [client ...

by asp_8 - 软件配置管理 - 2007-11-26 12:46:13 阅读(4158) 回复(1)

相关讨论

代码情况比较复杂,不好说... 举例说吧,有三个文件 a.c a.h b.c,a.h中定义一个结构体,在另外两个文件都会用到,所以两个文件都include"a.h", a.h还声明了一些a.c中的函数,编译的时候就出现下面错误,这些错误就是在a.h里面的函数声明处, a.h中的结构体用了 typedef ,不知道这个有没有影响,因为看了一些文章,但是也没完全搞明白... 如果有人遇到过这个问题就最好了~~ In file included from detect.h:5, ...

by zuii - C/C++ - 2009-06-08 16:38:06 阅读(10319) 回复(5)

安装xchm时出现的,怎么办? 先谢过了! [root@localhost tmp]# rpm -ivh xchm-0.9.3-1.i386.rpm error: xchm-0.9.3-1.i386.rpm: MD5 digest: BAD expected(f5a89ad3273880f6f9d2efc44bbee2fe) != (06a10f3e45c5b4237b2b6435f01c9bb9) error: xchm-0.9.3-1.i386.rpm cannot be installed

by fzinfz - Linux论坛 - 2005-10-21 00:29:07 阅读(634) 回复(0)

我做了一个自定义类 Timeh 在类MyTime中使用的时候 写上 import Timeh 在用javac MyTime.java 时出现下列错误信息,请问为什么? I:\myjava>;javac MyTime.java MyTime.java:7: '.' expected import Timeh; ^ 1 error

by hxlwww - Java - 2004-10-20 09:58:18 阅读(707) 回复(4)

/usr/local/apache2/bin/apachectl -k stop httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: /usr/local/subversion/lib/libsvn_subr-1.so.0: undefined symbol: apr_memcache_add_server

by ljb-2000 - 服务器应用 - 2009-07-17 17:54:44 阅读(7029) 回复(8)

我在centos下自己编译的svn和apache2 客户端用的是txxxxsvn 只要commit 东西,不管是什么都一直说 native 无法转换成为utf-8 即使commit是英文文件,注释也是英文也报这个错误。服务端设置的locale是en_US.UTF-8的设置。 而我另外一台是rpm安装的这些服务。同样用一台win32 做client 他就没这个问题。

by hoowa - 软件配置管理 - 2007-11-22 02:50:58 阅读(3422) 回复(1)

刚从源码编译安装的,运行mysql_install_db出现这个报错,直接运行mysqld也是这样,是什么原因? 我的系统是debian lenny

by xqhua2002 - MySQL - 2009-04-23 12:12:14 阅读(5221) 回复(3)

我用squid 2.6-STABLE6配置反向代理时,refresh_pattern的配置如下 refresh_pattern -i \.html$ 60 50% 120 reload-into-ims refresh_pattern -i \.htm$ 60 50% 120 reload-into-ims refresh_pattern -i \.jpg$ 60 50% 120 reload-into-ims refresh_pattern -i \.jpeg$ 60 50% 120 reload-into-ims refresh_pattern -i \.gif$ 60 50% 120 reload-into-ims refresh_pattern -i \.swf$ 60 50% 120 reload-into-ims refresh_pattern -...

by foreclize - 服务器应用 - 2007-01-22 18:37:04 阅读(1588) 回复(0)

如下 [code]Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.2/specs cc: unrecognized option `-Xa' cc: unrecognized option `-KPIC' cc: unrecognized option `-Xa' Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.4.2 cc: language cg89 not recognized cc: chkdwmsg.c: linker input file unused because linking no...

by ninedot - Solaris - 2005-05-27 09:13:16 阅读(8195) 回复(2)

重新安装openldap成功,数据也可以添加.但当我使用如下查询进行测试时: ldapsearch -x -b 'dc=lib,dc=com'时,总是报错,信息为: ldapsearch: invalid option -- x usage: ldapsearch [options] filter [attributes...] where: filter RFC-1558 compliant LDAP search filter attributes whitespace-separated list of attributes to retrieve (if no attribute list is given, all are retrieved) opt...

by samlai - 服务器应用 - 2005-01-11 22:46:25 阅读(1429) 回复(1)