A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « LibCap-NG 32-bit | HOME | LibTIRPC 32-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
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
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 | |
|---|---|
| Installed Libraries | libtirpc.so |
| Navigation | ||
|---|---|---|
| « LibCap-NG 32-bit | HOME | LibTIRPC 32-bit » |