%general-entities; ]> $LastChangedBy$ $Date$ Apr-Util-&apr-util-version; Apr-Util 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. &lfs10_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &apr-util-md5sum; Download size: &apr-util-size; Estimated disk space required: &apr-util-buildsize; Estimated build time: &apr-util-time; Apr Util Dependencies Required Optional , FreeTDS, or MySQL, , , and User Notes: 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. One test, testdbm, is known to fail. 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. : If you have installed , use this switch to compile the apr_dbm_db-1.so plugin. : If you have installed , use this switch to compile the apr_ldap.so plugin. Contents Installed Program Installed Library Installed Directory apu-1-config libaprutil-1.so /usr/lib/apr-util-1 Short Descriptions apu-1-config is an APR-util script designed to allow easy command line access to APR-util configuration parameters. apu-1-config libaprutil-1.so contains functions that provide a predictable and consistent interface to underlying client library interfaces. libaprutil-1.so