On 09/04/2013 03:57 PM, Brian Fraser wrote: > On Wed, Sep 4, 2013 at 7:13 PM, Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>> wrote: > > On 09/04/2013 03:04 PM, Ben Greear wrote: > > ...//../lib/perl5/5.18.0/pod/__perltooc.pod > ...//../lib/perl5/5.18.0/pod/__perltoot.pod > ...//../lib/perl5/5.18.0/pod/__a2p.pod > > > This bit is suspicious. For me, it looks like: > > [...] > /usr/local/lib/perl5/5.18.0/pod/perltooc.pod > /usr/local/lib/perl5/5.18.0/pod/perltoot.pod > /usr/local/lib/perl5/5.18.0/pod/a2p.pod > host/miniperl installman --destdir=/tmp/androidperl > Can't load module Encode, dynamic loading not available in this perl. > [...] > > Looks like it's trying to use installprefixexp instead of installprefix. But I'm way out of my depth here -- hopefully someone more versed in this area of the > code can chime in. > > I have things like this in my config.sh: archlib='.../../lib/perl5/5.18.0/linux-androideabi' archlibexp='.../../lib/perl5/5.18.0/linux-androideabi' archname64='' archname='linux-androideabi' archobjs='' asctime_r_proto='0' awk='awk' baserev='5.0' bash='' bin='.../' bin_ELF='define' binexp='.../' I suspect they are to blame, but I'm not sure how Configure came up with them... Maybe this relocatable-inc thing? initialinstalllocation="$binexp" : Default prefix is now "up one level from where the binaries are" case "$userelocatableinc" in $define|true|[yY]*) bin=".../" binexp=".../" prefix=".../.." prefixexp=".../.." installprefixexp=".../.." ;; esac Thanks, Ben -- Ben Greear <greearb@candelatech.com> Candela Technologies Inc http://www.candelatech.comThread Previous | Thread Next