-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation failed when prerequisites #1761
Comments
Try building on 22.04 - there are some dependencies that don't build on 24.xx yet. |
Yes. it works on 20.04 |
We will support Utuntu 24 so I will leave this issue open for them. |
This can be resolved by updating the ffmpeg dep. This required dropping the diff --git a/misc/prerequisites.sh b/misc/prerequisites.sh
index 36593c9c..97adf1a7 100755
--- a/misc/prerequisites.sh
+++ b/misc/prerequisites.sh
@@ -13,7 +13,7 @@ OPUS_VERSION=1.3.1
VPX_VERSION=1.11.0
FDKAAC_VERSION=2.0.2
NASM_VERSION=2.15.05
-FFMPEG_VERSION=5.0.1
+FFMPEG_VERSION=5.1.6
JEMALLOC_VERSION=5.3.0
PCRE2_VERSION=10.39
OPENH264_VERSION=2.4.0
@@ -337,13 +337,14 @@ install_ffmpeg()
fi
# Build & Install
(cd ${DIR} && PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig:${PREFIX}/lib64/pkgconfig:${PREFIX}/usr/local/lib/pkgconfig:${PKG_CONFIG_PATH} ./configure \
--prefix="${PREFIX}" \
--extra-cflags="-I${PREFIX}/include ${ADDI_CFLAGS}" \
--extra-ldflags="${ADDI_LDFLAGS} -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib " \
--extra-libs=-ldl ${ADDI_EXTRA_LIBS} \
${ADDI_LICENSE} \
- --disable-everything --disable-programs --disable-avdevice --disable-dwt --disable-lsp --disable-lzo --disable-faan --disable-pixelutils \
+ --disable-everything --disable-programs --disable-avdevice --disable-dwt --disable-lsp --disable-faan --disable-pixelutils \
--enable-shared --enable-zlib --enable-libopus --enable-libvpx --enable-libfdk_aac --enable-libopenh264 --enable-openssl --enable-network --enable-libsrt --enable-dct --enable-rdft ${ADDI_LIBS} \
${ADDI_HWACCEL} \
--enable-ffmpeg \ |
Describe the bug
Installation failed when prerequisites
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should install Oven without failed
Logs
Server (please complete the following information):
Player (please complete the following information):
NO need
Additional context
We simply follow below step for installation but its failed at prerequisites.sh
The text was updated successfully, but these errors were encountered: