From 81459163d3f1883f81a6e358322073c3521e3011 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Apr 2026 16:27:06 +0200 Subject: add comment about MUSL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56f4a5d..db531db 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ See the Linux man pages or [PHP Documentation](https://www.php.net/xpass) Compatible with PHP 8.0 or greater. It is recommended to ensure PHP is built using `--with-external-libcrypt` option. +It is not compatible with MUSL implementation (e.g. on Alpine Linux). You need the Extended crypt library development files (libxcrypt-devel, libcrypt-dev) version 4.4 or greater. -- cgit