Skip to content

Commit

Permalink
Update docs to reflect AppImages no longer depend on libcrypt.so.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Apr 24, 2024
1 parent 5a38a63 commit 64a9de4
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 64a9de4

Please sign in to comment.