slyfox1186 / ffmpeg-build-script

The FFmpeg build script build's the most up to date version of FFmpeg by using API calls to download the latest source code available.
GNU General Public License v3.0
50 stars 10 forks source link

Script fails at building Openssl #39

Closed deadsound closed 2 months ago

deadsound commented 2 months ago

Script runs up until it get to building openssl then it fails. I noticed there is no version number like the other's packages. Could be why the script fails.
"https://www.openssl.org/source/openssl-.tar.gz " There is no version number after the "openssl-xxx" so the download fails.

Please see below.

Building openssl - version

[INFO] Downloading "https://www.openssl.org/source/openssl-.tar.gz" saving as "openssl-.tar.gz" [INFO] Download Completed

[ERROR] Failed to extract the tarball "openssl-.tar.gz" and was deleted. Re-run the script to try again. Line: 282

[INFO] For help or to report a bug create an issue at: https://github.com/slyfox1186/ffmpeg-build-script/issues

Tried both Ubuntu 24.02 and 22.02

ma-blip commented 2 months ago

Change url on row 1000 in the script to https://openssl-library.org/source/ and run again

deadsound commented 2 months ago

thx