MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU LibGCrypt 32-bit HOME GNU LibKSBA 32-bit »

GNU LibKSBA 64-bit

Name: GNU LibKSBA 64-bit
Summary: A library for manipulating X.509 certificates
License: GPL v2 and later/LGPL v3 and later
Version: 1.6.7
URL: https://gnupg.org/ftp/gcrypt/libksba/libksba-1.6.7.tar.bz2

Average Build Time: less than 0,1 SBU
Used Install Space: 1.3 MiB

Configuration

To configure GNU LibKSBA 64-bit for install into the build root, run the following command:

./configure --prefix=/usr                         \
            --libdir=/usr/lib64                   \
            --libexecdir=/usr/lib64               \
            --docdir=/usr/share/doc/libksba-1.6.7 \
            --disable-static

Compilation and Installation

To compile GNU LibKSBA 64-bit, run the following command:

make

Next, run the test suite:

make check

Finally, to install GNU LibKSBA 64-bit into the build tree, run the following command:

make install
rm -fv /usr/lib64/libksba.la

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Programs ksba-config
Installed Libraries libksba.so
Navigation    
« GNU LibGCrypt 32-bit HOME GNU LibKSBA 32-bit »