https://gitlab.com/tezos/tezos
Raw File
Tip revision: 33bc6f46afb4603c9e09183e602d0469a61e0f58 authored by Alain Mebsout on 15 December 2022, 17:23:13 UTC
SCORU/Node: remove bloat from unconfirmed DAL pages
Tip revision: 33bc6f4
get_troubleshooting.rst
Installation troubleshooting
============================

This page groups information about known problems when installing Tezos (more precisely, the "Octez" implementation of Tezos software).
The different issues and their solutions are grouped per installation method, except for generic issues concerning all installation scenarios.

This page lists only the most frequent problems.
If you don't find your problem in this page, chances are that the problem is too specific.
Consult the :doc:`./support` sources (e.g. the Tezos Stack Exchange), to see if others have encountered a similar problem, and whether a solution is known.

Generic issues
--------------

N/A

Compiling the sources
---------------------

These issues concern installing by :ref:`compiling the sources <build_from_sources>`.

Currently, the ``CONFIG_SITE`` environment variable must not be
set during the installation process, or the ``stdcompat`` package
may be installed incorrectly. See `thierry-martinez/stdcompat#13
<https://github.com/thierry-martinez/stdcompat/issues/13>`__.
back to top