# 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!
...全文
4938打赏收藏
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!
On both Windows and UNIX, you can include options when starting Helix Universal Server–Mobile from the command line. In most cases, use these options for debugging. You list options after the rmserver executable name, preceding each option with one or two hyphens as shown here:
Bin/rmserver -v rmserver.cfg
Command line options have both short names and long names, as summarized in the following table. Additional, Windows-only command line options are described in "Configuring Helix Universal Server–Mobile as a Windows Service".
Command Line Options on Windows and UNIX Short Name Long Name Function
-v --version Print version number and exit.
-h --help Print command line help and exit.
-m MB Set maximum memory use in Megabytes. The default is 256 Megabytes.
--out file --output-file file Redirect console output to the named file.
--rss [n] --report-server-stats [n] Report server statistics every n seconds. The default is 60 seconds.
--sct --skip-cpu-test Use configuration file CPU setting.
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:
同问!
我export LD_ASSUME_KERNEL=2.4之后运行Bin/rmserver rmserver.cfg出现下面的错误:
Bin/rmserver: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory