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-8.3 platform.
Download (HTTP): https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.13.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-4.13.tar.gz
Download MD5 sum: ce2ba4d3088119b48e7531a703669c52
Download size: 1.8 MB
Estimated disk space required: 12 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
GTK-Doc-1.28 and Valgrind-3.13.0
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
: This parameter is
normally used if GTK-Doc is
installed and you wish to rebuild and install the API
documentation. It is broken for this package due to the use of a
long deprecated gtk-doc program that is no longer available.
Last updated on 2018-08-15 18:24:48 -0700