fedora 下安装 helix mobile,如何启动 ?
# Bin/rmserver rmserver.cfg
Bin/rmserver: relocation error: Bin/rmserver: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
运行 export LD_ASSUME_KERNEL=2.4 也不行,help!
[解决办法]
To start Helix Universal ServerMobile on UNIX:
1. Start any command shell.
2. Navigate to the main Helix Universal ServerMobile installation directory.
3. Choose one of the following options:
1. Start Helix Universal ServerMobile in the background with the following command:
Bin/rmserver rmserver.cfg &
2. Start Helix Universal ServerMobile as an application:
Bin/rmserver rmserver.cfg
3. Optionally, you can set the amount of memory that Helix Universal ServerMobile can use by including the -m parameter, where the number after -m specifies the amount of memory in Megabytes (must be greater than 32). The following example starts Helix Universal ServerMobile as an application:
Bin/rmserver rmserver.cfg -m 512
The next example starts Helix Universal ServerMobile as a background process:
Bin/rmserver rmserver.cfg -m 512 &