Introduction to Apr Util
The Apache Portable Runtime Utility Library provides a predictable and consistent interface to underlying client library interfaces. This application programming interface assures predictable if not identical behaviour regardless of which libraries are available on a given platform.
This package is known to build and work properly using an LFS-7.4 platform.
Package Information
- Download (HTTP): http://archive.apache.org/dist/apr/apr-util-1.5.2.tar.bz2
- Download MD5 sum: 89c1348aa79e898d7c34a6206311c9c2
- Download size: 680 KB
- Estimated disk space required: 11 MB
- Estimated build time: 0.2 SBU
Apr Util Dependencies
Required
Recommended
Optional
Installation of Apr Util
Install Apr Util by running the following commands:
./configure --prefix=/usr \ --with-apr=/usr \ --with-gdbm=/usr \ --with-openssl=/usr \ --with-crypto && make
To test the results, issue: make test.
Now, as the
root
user:make install
Command Explanations
--with-gdbm=/usr
: This switch enables the apr_dbm_gdbm-1.so
plugin.--with-openssl=/usr --with-crypto
: These switches enable the apr_crypto_openssl-1.so
plugin. Remove them if you have not installed OpenSSL-1.0.1e.--with-berkeley-db=/usr
: If you have installed Berkeley DB-6.0.20, use this switch to compile the apr_dbm_db-1.so
plugin.