Talloc provides a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): https://www.samba.org/ftp/talloc/talloc-2.2.0.tar.gz
Download MD5 sum: b60781acc2fb42d7a1e08751e508d3df
Download size: 620 KB
Estimated disk space required: 9.5 MB (with tests)
Estimated build time: 0.4 SBU (with tests)
docbook-xml-4.5, docbook-xsl-1.79.2 and libxslt-1.1.33 (To generate man pages), Python-2.7.16 (To build Python-2 module), GDB-8.3, git-2.23.0, xfsprogs-5.2.1, libtirpc-1.1.4, and Valgrind-3.15.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/talloc
Install Talloc by running the following commands:
./configure --prefix=/usr && make
To check the results, issue make check.
Now, as the root
user:
make install
--extra-python=PYTHON
: This switch
enables building selected libraries for the specified additional
version of Python (example: --extra-python=/usr/bin/python2
).
Last updated on 2019-08-17 15:16:30 -0700