ossrs / srs-gb28181

GB28181 server based on SRS
https://ossrs.net
MIT License
83 stars 41 forks source link

华为openEuler编译错误 #57

Open kaisiyun opened 2 years ago

kaisiyun commented 2 years ago

注意:提问前,请先看FAQ(Please read FAQ before file an issue) https://github.com/ossrs/srs/issues/2716

描述(Description)

描述你遇到了什么问题(Please description your issue here)

  1. SRS版本(Version): srs-fb2818 5.0下载的zip包 操作系统是 openEuler 22.03 LTS
  2. SRS的日志如下(Log): User config: --x86-x64 --gb28181=on Detail config: --prefix=/usr/local/srs --config=conf/srs.conf --hls=on --hds=off --dvr=on --ssl=on --https=on --ssl-1-0=off --ssl-local=off --sys-ssl=off --transcode=on --ingest=on --stat=on --http-callback=on --http-server=on --stream-caster=on --http-api=on --utest=off --cherrypy=off --srt=off --rtc=on --simulator=off --gb28181=on --iconv=off --cxx11=on --cxx14=off --ffmpeg-fit=on --nasm=on --srtp-nasm=on --clean=on --gperf=off --gmc=off --gmd=off --gmp=off --gcp=off --gprof=off --static=off --shared-st=off --shared-srt=off --shared-ffmpeg=off --log-verbose=off --log-info=off --log-trace=on --gcov=off --debug=off --debug-stats=off --cross-build=off --cc=gcc --cxx=g++ --ar=ar --ld=ld --randlib=randlib SRS_WORKDIR: ., SRS_OBJS_DIR: objs, SRS_OBJS: ./objs, SRS_PLATFORM: Platform-Linux-5.10.0-GCC10.3.1-SRS5-x86_64 Checking gcc/g++/gdb/make. Required tools are ok. SED is sed_utility Your OS Linux is not supported.

重现(Replay)

重现Bug的步骤(How to replay bug?) ./configure --gb28181=on

victoriahammer commented 2 years ago

我编译过欧拉,你这个问题看下auto/depends.sh脚本。 欧拉应该走centos分支,自己创建下/etc/redhat-release文件。接着往下跑跑看。

kaisiyun commented 2 years ago

vim /etc/redhat-release CentOS Linux release 8.5.2111 增加后编译通过,感谢。