libtasn1 is a highly portable C library that encodes and decodes DER/BER data following an ASN.1 schema.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnu.org/gnu/libtasn1/libtasn1-2.12.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-2.12.tar.gz
Download MD5 sum: 4eba39fb962d6cf5a370267eae8ff52b
Download size: 1.9 MB
Estimated disk space required: 12 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.18 and Valgrind (used during the test suite)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libtasn1
Install libtasn1 by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root user:
make install &&
install -v -m755 -d /usr/share/doc/libtasn1-2.12 &&
install -v -m644 doc/libtasn1.{html,pdf,ps} \
/usr/share/doc/libtasn1-2.12
If you did not pass the --enable-gtk-doc parameter to the configure script, install the API
documentation using the following command as the root user:
make -C doc/reference install-data-local
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-03-24 16:52:22 +0000