%general-entities; ]> $LastChangedBy$ $Date$ Libksba-&libksba-version; Libksba Introduction to Libksba The Libksba package contains a library used to make X.509 certificates as well as making the CMS (Cryptographic Message Syntax) easily accessible by other applications. Both specifications are building blocks of S/MIME and TLS. The library does not rely on another cryptographic library but provides hooks for easy integration with Libgcrypt. &lfs72_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libksba-md5sum; Download size: &libksba-size; Estimated disk space required: &libksba-buildsize; Estimated build time: &libksba-time; Libksba Dependencies Required User Notes: Installation of Libksba Install Libksba by running the following commands: ./configure --prefix=/usr && make && makeinfo --html --no-split -o doc/ksba_nochunks.html doc/ksba.texi && makeinfo --plaintext -o doc/ksba.txt doc/ksba.texi If you wish to build alternate formats of the documentation, you must have installed, then issue the following commands: tex --output-directory=doc ksba.texi && dvips -o doc/ksba.ps doc/ksba.dvi && make -C doc pdf html To test the results, issue: make check. Now, as the root user: make install && install -v -m755 -d /usr/share/doc/libksba-&libksba-version; && install -v -m644 README doc/ksba{_nochunks.html,.txt,.texi} \ /usr/share/doc/libksba-&libksba-version; If you built the additional documentation, install it by issuing the following commands as the root user: install -v -m755 -d /usr/share/doc/libksba-&libksba-version;/html && install -v -m644 doc/ksba.html/* \ /usr/share/doc/libksba-&libksba-version;/html && install -v -m644 doc/ksba.{pdf,ps,dvi} \ /usr/share/doc/libksba-&libksba-version; Contents Installed Program Installed Library Installed Directory ksba-config libksba.{so,a} /usr/share/doc/libksba-&libksba-version; Short Descriptions ksba-config is a utility used to configure and build applications based on the libksba(3) library. It can be used to query the C compiler and linker flags which are required to correctly compile and link the application against the libksba(3) library. ksba-config libksba.{so,a} contains the cryptographic API functions. libksba.{so,a}