MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« LibCap-NG 32-bit HOME LibTIRPC 32-bit »

LibTIRPC 64-bit

Name: LibTIRPC 64-bit
Summary: The library for the RPC API that used to be part of GLibC
License: BSD
Version: 1.3.7
URL: https://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.7/libtirpc-1.3.7.tar.bz2/download

Average Build Time: less than 0.1 SBU
Used Install Space: 1.2 MiB

Configuration

To configure the LibTIRPC 64-bit package for compilation, run the following command:

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --sysconfdir=/etc       \
            --enable-rpcdb          \
            --enable-authdes        \
            --disable-static        \
            --disable-gssapi

Compilation and Installation

To compile LibTIRPC 64-bit, run the following command:

make

Next, run the test suite:

make check

Finally, to install LibTIRPC 64-bit into the build tree, run the following commands:

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

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Libraries libtirpc.so
Navigation    
« LibCap-NG 32-bit HOME LibTIRPC 32-bit »