Thread: DIY - KeK
View Single Post
Old 08-09-2012, 10:35 AM   #175
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
APR for KeK_Emu

APR Blow by Blow.

Get thing:

wget http://subversion.tigris.org/downloa...-1.6.18.tar.gz -O- | tar zxvf -
cd subversion-1.6.18/apr


Configure thing

./configure --prefix=/home ac_cv_file__dev_zero="yes" ac_cv_func_setpgrp_void="yes" apr_cv_process_shared_works="yes" apr_cv_mutex_robust_shared="no" apr_cv_tcp_nodelay_with_cork="yes" ac_cv_sizeof_struct_iovec="8" apr_cv_mutex_recursive="yes"

Code:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/apr.h
config.status: creating build/apr_rules.mk
config.status: creating build/pkg/pkginfo
config.status: creating apr-1-config
config.status: creating apr.pc
config.status: creating test/Makefile
config.status: creating test/internal/Makefile
config.status: creating include/arch/unix/apr_private.h
config.status: executing libtool commands
rm: can't remove 'libtoolT': No such file or directory
Make thing

make

Code:
Blah Blah
make[1]: Leaving directory `/home/src/subversion-1.6.18/apr'
(armv6l:1) /home/src/subversion-1.6.18/apr #
Install the thing

make install (this isn´t for the kindle so we will not do a DESTDIR=)

Code:
Blah Blah
libtool: finish: PATH="/home/bin:/home/lib:/home/share:/home/include:/bin:/sbin:/sbin" ldconfig -n /home/lib
----------------------------------------------------------------------
Libraries have been installed in:    /home/lib

Blah Blah
/bin/install -c -m 755 apr-config.out /home/bin/apr-1-config
(armv6l:1) /home/src/subversion-1.6.18/apr #

Last edited by twobob; 08-09-2012 at 11:59 AM.
twobob is offline   Reply With Quote