liboauth is a collection of POSIX-C functions implementing the OAuth Core RFC 5849 standard. Liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://sourceforge.net/projects/liboauth/files/liboauth-1.0.3.tar.gz
Download MD5 sum: 689b46c2b3ab1a39735ac33f714c4f7f
Download size: 496 KB
Estimated disk space required: 3.5 MB
Estimated build time: less than 0.1 SBU
cURL-7.50.1 and OpenSSL-1.0.2h or NSS-3.26
Doxygen-1.8.11 (to build documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/liboauth
Install liboauth by running the following commands:
./configure --prefix=/usr --disable-static && make
If you have installed Doxygen-1.8.11, issue make dox to build the documentation.
To test the results, issue: make check.
Now, as the root
user:
make install
If you have previously built the documentation, install it by
running the following commands as the root
user:
install -v -dm755 /usr/share/doc/liboauth-1.0.3 && cp -rv doc/html/* /usr/share/doc/liboauth-1.0.3
--disable-static
: Ce
paramètre empêche l'installation des versions statiques des
bibliothèques.
--enable-nss
: Use this switch if you
want to use Mozilla NSS instead of OpenSSL.
Last updated on 2016-08-29 22:59:18 +0200