|
操作系统: CentOS 5.2
安装完Helix server后,尝试启动Helix server
[dio@localhost Bin]$ ./hlxserver ../hlxserver.cfg
Helix DNA Server (c) 1995-2006 RealNetworks, Inc. All rights reserved.
Version: Helix DNA Server 11.1 (11.1.0.801) (Build 94832/3550)
Platform: linux-2.6-glibc23-i686
Using Config File: ../hlxserver.cfg
Linux kernel version 2.6.18-92.1.10.el5 detected [glibc 2.5/NPTL 2.5]
Starting PID 7236 TID 3085949648/7236, procnum 0 (controller)
Creating Server Space...
Server has allocated 256 megabytes of memory
Starting TID 3083860864/7237, procnum 1 (timer)
Calibrating timers...
Interval timer enabled (10ms resolution).
Starting TID 3081763712/7239, procnum 2 (core)
Starting Helix DNA Server 11.1 Core...
E: could not listen on <::>:<554>
Fatal error: cannot bind to requested interface(s).
Please consult the error log for more detailed information.
Errors occured, check log file
提示说 E: could not listen on <::>:<554>
我用netstat -na 查过了,554端口没有被占用
不知该如何解决 |
|