Difference between revisions of "APR"
From CBLFS
Jump to navigationJump to search (add package introduction) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
---- | ---- | ||
− | {{ | + | |
+ | {{Package-Introduction|The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations.|http://apr.apache.org/}} | ||
== Dependencies == | == Dependencies == | ||
=== Optional === | === Optional === | ||
− | * [[ | + | * [[DUMA]] |
== Non-Multilib == | == Non-Multilib == | ||
Line 85: | Line 86: | ||
| /usr/lib/apr-{{APR-Version2}} | | /usr/lib/apr-{{APR-Version2}} | ||
|} | |} | ||
+ | |||
+ | [[Category:Programming]] |
Latest revision as of 07:45, 25 July 2009
Download Source: | ftp://ftp.oregonstate.edu/pub/apache/apr/apr-1.4.6.tar.bz2 |
---|
Contents
Introduction to APR
The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations.
Project Homepage: http://apr.apache.org/
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr \ --with-installbuilddir=/usr/lib/apr-1 && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \ ./configure --prefix=/usr \ --with-installbuilddir=/usr/lib/apr-1 && make
Install the package:
make install && mv -v /usr/bin/apr-1-config{,-32}
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \ ./configure --prefix=/usr --libdir=/usr/lib32 \ --with-installbuilddir=/usr/lib32/apr-1 && make
Install the package:
make install && mv -v /usr/bin/apr-1-config{,-n32}
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \ ./configure --prefix=/usr --libdir=/usr/lib64 \ --with-installbuilddir=/usr/lib64/apr-1 && make
Install the package:
make install && mv -v /usr/bin/apr-1-config{,-64} && ln -sfv multiarch_wrapper /usr/bin/apr-1-config
Contents
Installed Programs: | apr-1-config |
---|---|
Installed Libraries: | libapr-1.{so,la,a} |
Installed Directory: | /usr/lib/apr-1 |