Installation failed in Ubuntu:18.04 system on ARM architecture

cmake version 3.24.2
Mono version 6.12.0.182
ninja version 1.10.0
foundationdb release 7.1.23
success when cmake -G Ninja .. -DWITH_ROCKSDB_EXPERIMENTAL=OFF
Failed during ninja -j1

[1/801] Performing build step for 'toml11Project'
ninja: no work to do.
[2/801] Performing install step for 'toml11Project'
[0/1] Install the project...
-- Install configuration: ""
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/lib/cmake/toml11/toml11Config.cmake
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/lib/cmake/toml11/toml11ConfigVersion.cmake
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/into.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/get.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/exception.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/region.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/serializer.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/types.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/value.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/traits.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/datetime.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/literal.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/lexer.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/from.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/combinator.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/parser.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/source_location.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/comments.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/color.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/string.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/utility.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/result.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/include/toml/storage.hpp
-- Up-to-date: /root/environment/foundationdb-7.1.23/build/toml11/lib/cmake/toml11/toml11Targets.cmake
[4/801] Performing build step for 'boost_targetProject'
Performing configuration checks

    - default address-model    : 64-bit (cached) [1]
    - default architecture     : arm (cached) [1]

[1] gcc-7

Component configuration:

    - atomic                   : not building
    - chrono                   : not building
    - container                : not building
    - context                  : building
    - contract                 : not building
    - coroutine                : not building
    - date_time                : not building
    - exception                : not building
    - fiber                    : not building
    - filesystem               : not building
    - graph                    : not building
    - graph_parallel           : not building
    - headers                  : not building
    - iostreams                : not building
    - json                     : not building
    - locale                   : not building
    - log                      : not building
    - math                     : not building
    - mpi                      : not building
    - nowide                   : not building
    - program_options          : not building
    - python                   : not building
    - random                   : not building
    - regex                    : not building
    - serialization            : not building
    - stacktrace               : not building
    - system                   : not building
    - test                     : not building
    - thread                   : not building
    - timer                    : not building
    - type_erasure             : not building
    - wave                     : not building

...found 31465 targets...
[8/801] Building CXX object flow/CMakeFiles/flow.dir/FastAlloc.cpp.o
FAILED: flow/CMakeFiles/flow.dir/FastAlloc.cpp.o
/usr/bin/c++ -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DNO_INTELLISENSE -DTLS_DISABLED -I/root/environment/foundationdb-7.1.23 -I/root/environment/foundationdb-7.1.23/build -I/root/environment/foundationdb-7.1.23/contrib/fmt-8.1.1/include -isystem /root/environment/foundationdb-7.1.23/build/boost_install/include -O3 -DNDEBUG -DCMAKE_BUILD -ggdb -fno-omit-frame-pointer -Wno-pragmas -Wno-attributes -Wno-error=format -Wunused-variable -Wno-deprecated -fvisibility=hidden -Wreturn-type -fPIC -march=armv8.2-a+crc+simd -pthread -std=gnu++1z -MD -MT flow/CMakeFiles/flow.dir/FastAlloc.cpp.o -MF flow/CMakeFiles/flow.dir/FastAlloc.cpp.o.d -o flow/CMakeFiles/flow.dir/FastAlloc.cpp.o -c /root/environment/foundationdb-7.1.23/flow/FastAlloc.cpp
/root/environment/foundationdb-7.1.23/flow/FastAlloc.cpp:594:10: fatal error: jemalloc/jemalloc.h: No such file or directory
 #include <jemalloc/jemalloc.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed