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.9 platform.
Download (HTTP): http://archive.apache.org/dist/apr/apr-util-1.5.4.tar.bz2
Download (FTP): ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-util-1.5.4.tar.bz2
Download MD5 sum: 2202b18f269ad606d70e1864857ed93c
Download size: 680 KB
Estimated disk space required: 8.7 MB (additional 1 MB for the tests)
Estimated build time: 0.2 SBU
Berkeley DB-6.1.26, FreeTDS, MariaDB-10.1.11 or MySQL, OpenLDAP-2.4.44, PostgreSQL-9.5.1, SQLite-3.11.0 and unixODBC-2.3.4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--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.2g.
--with-berkeley-db=/usr
: If you have
installed Berkeley DB-6.1.26, use this switch to
compile the apr_dbm_db-1.so
plugin.
--with-ldap
: If you have installed
OpenLDAP-2.4.44, use this switch to compile
the apr_ldap.so
plugin.
Last updated on 2016-02-21 12:38:55 -0800