APR-util
From CBLFS
| Download Source: | ftp://ftp.oregonstate.edu/pub/apache/apr/apr-util-1.4.6.tar.bz2 |
|---|
Introduction to APR
<Package Needs Description>
Project HomePage: http://apr.apache.org/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --with-ldap \
--with-apr=/usr/bin/apr-1-config &&
make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \
./configure --prefix=/usr --with-ldap \
--with-apr=/usr/bin/apr-1-config &&
make
Install the package:
make install &&
mv -v /usr/bin/apu-1-config{,-32}
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
./configure --prefix=/usr --libdir=/usr/lib32 --with-ldap \
--with-apr=/usr/bin/apr-1-config &&
make
Install the package:
make install &&
mv -v /usr/bin/apu-1-config{,-n32}
64Bit
Compile the package:
sed -i "/expat_\(ldflags\|libtool\)/s:/lib:&64:" configure &&
CC="gcc ${BUILD64}" USE_ARCH=64 \
./configure --prefix=/usr --libdir=/usr/lib64 --with-ldap \
--with-apr=/usr/bin/apr-1-config &&
make
Install the package:
make install &&
mv -v /usr/bin/apu-1-config{,-64}
ln -sfv multiarch_wrapper /usr/bin/apu-1-config
Contents
| Installed Programs: | apu-1-config |
|---|---|
| Installed Libraries: | libaprutil-1.{so,la,a} |
| Installed Directorys: | None |