libtasn1 is a highly portable C library that encodes and decodes DER/BER data following an ASN.1 schema.
Configure libtasn1 by running the following command:
./configure --prefix=/usr --disable-static
Build libtasn1 by running the following command:
make
Install libtasn1 by running the following command:
make install