Skip to content

Commit

Permalink
Document basetag requirements for Unreal Engine 5.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrehn committed Oct 24, 2023
1 parent edb8be4 commit c363409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/troubleshooting-build-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ This issue can occur both inside containers and when running directly on a host
. Clear the Docker filesystem layer cache by running https://docs.docker.com/engine/reference/commandline/system_prune/[docker system prune].
. Re-run the xref:ue4-docker-build.adoc[ue4-docker build] command.

=== Building Unreal Engine 5.0 in a Linux container fails with the error message `No usable version of libssl was found`

This is a known compatibility issue that affects Unreal Engine 5.0.0 through to Unreal Engine 5.0.3 when running under Ubuntu 22.04 or newer. In order to build Unreal Engine 5.0 in a Linux container, you will need to use an Ubuntu 20.04 base image by specifying the flags `-basetag ubuntu20.04`.

== Windows-specific issues

=== Building the `ue4-build-prerequisites` image fails with an unknown error
Expand Down

0 comments on commit c363409

Please sign in to comment.