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-7.6 platform.
Download (HTTP): http://samba.org/ftp/talloc/talloc-2.1.1.tar.gz
Download (FTP): ftp://samba.org/pub/talloc/talloc-2.1.1.tar.gz
Download MD5 sum: 5dffb86414218a91864ed4453ba9be07
Download size: 409 KB
Estimated disk space required: 6.4 MB
Estimated build time: 0.3 SBU
docbook-xml-4.5, docbook-xsl-1.78.1 and libxslt-1.1.28 (To generate man pages) and Python-2.7.8 (To build Python module).
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
Last updated on 2014-09-20 19:22:09 -0700