summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4328932..85f7e92 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,6 @@ 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.
@@ -55,6 +54,9 @@ From the sources tree
$ make
$ make test
+It is not compatible with MUSL implementation (e.g. on Alpine Linux).
+Use the `--with-xpass-dlopen` to workaround the library conflict.
+
From https://pecl.php.net/ using pecl command
$ pecl install xpass