srs编译报错

简介: srs编译报错

ubuntu@VM-24-4-ubuntu:~/srs/trunk$ ./configure --full && make

User config: --full

Detail config: --prefix=/usr/local/srs --with-hls --with-hds --with-dvr --with-ssl --with-transcode --with-ingest --with-stat --with-http-callback --with-http-server --with-stream-caster --with-http-api --with-librtmp --with-research --with-utest --without-gperf --without-gmc --without-gmd --without-gmp --without-gcp --without-gprof --log-trace --cc=gcc --cxx=g++ --ar=ar --ld=ld --randlib=randlib

SRS_WORKDIR: ., SRS_OBJS_DIR: objs, SRS_OBJS: ./objs, SRS_PLATFORM: Platform-Linux-5.15.0-SRS3

Fast cleanup, if need to do full cleanup, please use: make clean

Checking gcc/g++/gdb/make.

Required tools are ok.

Installing tools for Ubuntu.

Tools for Ubuntu are installed.

SED is sed_utility

The state-threads is ok.

CherryPy-3.2.4 is ok.

Link players to cherrypy static-dir

Building openssl-1.1.0e.

Operating system: x86_64-whatever-linux2

“glob” is not exported by the File::Glob module

Can’t continue after import errors at ./Configure line 17.

BEGIN failed–compilation aborted at ./Configure line 17.

“glob” is not exported by the File::Glob module

Can’t continue after import errors at ./Configure line 17.

BEGIN failed–compilation aborted at ./Configure line 17.

This system (linux-x86_64) is not supported. See file INSTALL for details.

make: *** No targets specified and no makefile found. Stop.

Build openssl-1.1.0e failed, ret=2

真的是醉了,一步一个坑,先是去安装python;然后是这个,怎么都过不去。

相关文章
|
2月前
onvif客户端(SOAPClient)编译错误记录
onvif客户端(SOAPClient)编译错误记录
23 1
|
2月前
|
编译器 C语言
Qt使用MSVC编译错误: LNK2019: 无法解析的外部符号
Qt使用MSVC编译错误: LNK2019: 无法解析的外部符号
96 1
|
C++
C2440编译错误:__cplusplus编译选项引发的
C2440编译错误:__cplusplus编译选项引发的
210 0
C2440编译错误:__cplusplus编译选项引发的
|
Java Android开发
编译时出现stripped of unavailable superclass
编译时出现stripped of unavailable superclass
83 0
编译Ffmpeg错误:strsafe.h:1859:11: error: ‘WEOF‘ undeclared
编译Ffmpeg错误:strsafe.h:1859:11: error: ‘WEOF‘ undeclared
90 0
cups 2.4.1编译办法
cups 2.4.1编译办法
135 0
NDK编译doubango时出现错误:undefined reference to ‘stderr‘
NDK编译doubango时出现错误:undefined reference to ‘stderr‘
117 0
|
Java
编译OpenJDK12:LNK2019 无法解析的外部符号sprintf
编译OpenJDK12:LNK2019 无法解析的外部符号sprintf
111 0
|
编译器 C语言 Windows
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。
510 0
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。