%general-entities; ]> $LastChangedBy$ $Date$ Apr-&apr-version; Apr Introduction to Apr The Apache Portable Runtime (APR) is a supporting library for the Apache web server. It provides a set of application programming interfaces (APIs) that map to the underlying Operating System (OS). Where the OS doesn't support a particular function, APR will provide an emulation. Thus programmers can use the APR to make a program portable across different platforms. &lfs74_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &apr-md5sum; Download size: &apr-size; Estimated disk space required: &apr-buildsize; Estimated build time: &apr-time; User Notes: Installation of Apr Install Apr by running the following commands: ./configure --prefix=/usr --disable-static \ --with-installbuilddir=/usr/share/apr-1/build && make To test the results, issue: make test. Now, as the root user: make install Command Explanations : This stops it from compiling a static version of libapr-1. Contents Installed Program Installed Library Installed Directories apr-1-config libapr-1.so /usr/include/apr-1 and /usr/share/apr-1 Short Descriptions apr-1-config is a shell script used to retrieve information about the apr library in the system. It is typically used to compile and link against the library. apr-1-config libapr-1.so is the Apache Portable Runtime library. libapr-1.so