For ref (PATH="/home/bin:/home/lib:/home/share:/home/include:/bin:/sbin:/sbin")
APR UTILS
Get thing
Follow
the instructions above for getting the file and then
cd apr-util (or
cd ../apr-util if you are following those instructions still)
Configure thing
./configure --with-apr=/home/bin --prefix=/home
Make thing
make
Get some Tea
Code:
Blah Blah
sed 's,^\(location=\).*$,\1installed,' < apu-1-config > apu-config.out
make[1]: Leaving directory `/home/src/subversion-1.6.18/apr-util'
(armv6l:1) /home/src/subversion-1.6.18/apr-util #
Install thing
make install
Code:
Blah Blah
/bin/install -c -m 644 aprutil.exp /home/lib
/bin/install -c -m 755 apu-config.out /home/bin/apu-1-config
Doned