|
[楼主] 在Centos 5.4 上配置Jexus 4.2总是失败 多次重复安装Centos 5.4来配置Jexus 总是看不到欢迎页。 是不是对Mono版本有最低要求? 是不是对服务器安装的组件有要求,或者有点组件不能按?会冲突,例如apache,这个是知道要回避,不安装的。 防火墙也开了80的。 手动启动jws时有一些warning, 说不能load system.net........signal....之类的,我估计是mono版本过低有的命名空间不支持新的jexus?明天贴出具体错误信息,请配置jexus的有经验的朋友帮忙。 [1楼] 回复:在Centos 5.4 上配置Jexus 4.2总是失败 1、Jexus不和任何软件冲突,Apache也可以安装,但一定不要用与Jexus相同的端口,比如,不同都用80端口。 2、Jexus 4.2所需的mono版本,建议用mono2.6.7及以上版本,或者直接用当前最新的mono2.10.1。 3、“不能load system....”的错误,一般是因为mono或者路径不对造成的,建议在配置时,加上“--prefix=/usr” 参数,即:“./configure --prefix=/usr”。 [2楼] 回复:在Centos 5.4 上配置Jexus 4.2总是失败 编译完成后, make && make install 最后部分的输出说编译失败. 我知道这不属于jexus 问题范畴,但如果有经验请帮助。 MCS [basic] mcs.exe decl.cs(628,57): error CS0246: The type or namespace name `var' could not be found. Are you missing a using directive or an assembly reference? nullable.cs(81,45): warning CS0219: The variable `c' is assigned but its value is never used Compilation failed: 1 error(s), 1 warnings make[7]: *** [../class/lib/basic/mcs.exe] 错误 1 make[7]: Leaving directory `/root/mono-2.6.4/mcs/mcs' make[6]: *** [do-all] 错误 2 make[6]: Leaving directory `/root/mono-2.6.4/mcs/mcs' make[5]: *** [all-recursive] 错误 1 make[5]: Leaving directory `/root/mono-2.6.4/mcs' make[4]: *** [profile-do--basic--all] 错误 2 make[4]: Leaving directory `/root/mono-2.6.4/mcs' make[3]: *** [profiles-do--all] 错误 2 make[3]: Leaving directory `/root/mono-2.6.4/mcs' make[2]: *** [all-local] 错误 2 make[2]: Leaving directory `/root/mono-2.6.4/runtime' make[1]: *** [all-recursive] 错误 1 make[1]: Leaving directory `/root/mono-2.6.4' make: *** [all] 错误 2 [3楼] 成功了 成功了, 果然是mono的版本问题,安装了mono 2.10 后,成功,2.6.4也试图按,但是总是说缺这样那样的package,现在能看到我的aspx页。 Thanks j66 | |