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 Server–Mobile on UNIX:
1. Start any command shell.
2. Navigate to the main Helix Universal Server–Mobile installation directory.
3. Choose one of the following options:
1. Start Helix Universal Server–Mobile in the background with the following command:
Bin/rmserver rmserver.cfg &
2. Start Helix Universal Server–Mobile as an application:
Bin/rmserver rmserver.cfg
3. Optionally, you can set the amount of memory that Helix Universal Server–Mobile 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 Server–Mobile as an application:
Bin/rmserver rmserver.cfg -m 512
The next example starts Helix Universal Server–Mobile as a background process:
Bin/rmserver rmserver.cfg -m 512 &