A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « LibCap2 32-bit | HOME | LibXCrypt 32-bit » |
Name: LibXCrypt 64-bit
Summary: An enhanced encryption library for a number of cryptographic hashing algorithms
License: LGPL v2.1
Version: 4.4.38
URL: https://github.com/besser82/libxcrypt/releases/download/v4.4.38/libxcrypt-4.4.38.tar.xz
Average Build Time: 0.1 SBU
Used Install Space: 12 MiB
To configure LibXCrypt 64-bit for install into the build root, run the following command:
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--libexecdir=/usr/lib64 \
--enable-hashes=all \
--enable-obsolete-api=suse \
--disable-static \
--disable-failure-tokens
To compile LibXCrypt 64-bit, run the following command:
make
Next, run the test suite:
make check
Finally, to install LibXCrypt 64-bit into the build tree, run the following commands:
make install
rm -fv /usr/lib64/libcrypt.la
NOTE: Do not delete the unpacked sources after build.
| Contents | |
|---|---|
| Installed Libraries | libcrypt.so and libxcrypt.so |
| Navigation | ||
|---|---|---|
| « LibCap2 32-bit | HOME | LibXCrypt 32-bit » |