Skip to content

Commit

Permalink
Merge pull request #1750 from rmartin16/libcrypt-docs
Browse files Browse the repository at this point in the history
Update docs to reflect AppImages no longer depend on ``libcrypt.so.1``
  • Loading branch information
freakboy3742 authored Apr 25, 2024
2 parents 5a38a63 + 64a9de4 commit 178a1e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions changes/1383.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Apps packaged as AppImages are no longer dependent on ``libcrypt.so.1``.
11 changes: 0 additions & 11 deletions docs/reference/platforms/linux/appimage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,17 +239,6 @@ Packaging on Linux is a difficult problem - especially when it comes to binary
libraries. The following are some common problems you may see, and ways that
they can be mitigated.

Missing ``libcrypt.so.1``
~~~~~~~~~~~~~~~~~~~~~~~~~

The support package used by Briefcase has a `number of runtime requirements
<https://gregoryszorc.com/docs/python-build-standalone/main/running.html#runtime-requirements>`__.
One of those requirements is ``libcrypt.so.1``, which *should* be provided by
most modern Linux distributions, as it is mandated as part of the Linux Standard
Base Core Specification. However, some Red Hat maintained distributions don't
include ``libcrypt.so.1`` as part of the base OS configuration. This can usually
be fixed by installing the ``libxcrypt-compat`` package.

Failure to load ``libpango-1.0-so.0``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 178a1e6

Please sign in to comment.