f1024557668 commented on issue #47479:
URL: https://github.com/apache/doris/issues/47479#issuecomment-2653493508

   > 我的安装了几次,fe安装启动ok,be启动异常。
   > 
   > ## 参考:
   > ### fe异常: Failed to parse command line. exit now
   > 原因: 启动脚本使用getopt命令, mac默认安装的是传统版,需要安装增加版getopt(gnu-getopt)。 解决办法: 
安装gnu-getopt
   > 
   > > brew install gnu-getopt
   > 
   > ### be异常: /opt/doris/be/lib/doris_be: /opt/doris/be/lib/doris_be: cannot 
execute binary file
   > 原因: 应该是二进制包(/opt/doris/be/lib/doris_be)在mac下无法运行,二进制文件与系统架构不兼容。 可能的解决办法:
   > 
   > * 使用 Rosetta 2 转译
   > * 源码编译
   > * docker安装
   
   我用的是docker 方式,镜像就是apache/doris:fe-x.x.x这种


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to