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.4 platform.
Download (HTTP): http://ftp.gnu.org/gnu/libtasn1/libtasn1-3.3.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-3.3.tar.gz
Download MD5 sum: 2bdd687f487c50a0382b99553866a6e0
Download size: 2.0 MB
Estimated disk space required: 11 MB
Estimated build time: 0.1 SBU
GTK-Doc-1.19 and Valgrind
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libtasn1
Install libtasn1 by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
If you did not pass the --enable-gtk-doc
parameter to the configure script, you can install
the API documentation using the following command as the
root
user:
make -C doc/reference install-data-local
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-08-22 04:10:10 -0700