in reply to Re^5: How To Link -lperl to Extensions During Build
in thread How To Link -lperl to Extensions During Build
Well, I believe I've finally managed to link libperl with the module that is throwing the error
readelf output for PL_re.so
Dynamic section at offset 0x600c4 contains 23 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libperl.so] 0x00000001 (NEEDED) Shared library: [libc.so] 0x00000001 (NEEDED) Shared library: [libdl.so] 0x00000001 (NEEDED) Shared library: [libm.so]
Unfortunately, the original error still persists
make[1]: Leaving directory `/bld/perl/perl-5.20.2/dist/threads-shared' LD_LIBRARY_PATH=/bld/perl/perl\-5.20.2:/data/data/jackpal.androidterm/ +kbox2/lib ./perl -Ilib -f pod/buildtoc -q Can't load 'lib/5.20.2/armv7l-linux-android/auto/re/PL_re.so' for modu +le re: dlopen failed: cannot locate symbol "Perl_bytes_to_utf8" refer +enced by "PL_re.so"... at lib/5.20.2/armv7l-linux-android/DynaLoader. +pm line 218. at lib/5.20.2/Text/Wrap.pm line 58. Compilation failed in require at lib/5.20.2/Text/Wrap.pm line 58. BEGIN failed--compilation aborted at lib/5.20.2/Text/Wrap.pm line 58. Compilation failed in require at pod/buildtoc line 7. BEGIN failed--compilation aborted at pod/buildtoc line 7. make: *** [pod/perltoc.pod] Error 2
Should I just post this to the perl-porters maillist
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: How To Link -lperl to Extensions During Build
by Anonymous Monk on May 14, 2015 at 19:20 UTC | |
by cyd (Novice) on May 14, 2015 at 21:17 UTC | |
by cyd (Novice) on May 15, 2015 at 00:18 UTC | |
by Anonymous Monk on May 15, 2015 at 19:41 UTC | |
by cyd (Novice) on May 16, 2015 at 12:01 UTC | |
by marto (Cardinal) on May 17, 2015 at 07:10 UTC | |
by Anonymous Monk on May 17, 2015 at 06:11 UTC | |
by cyd (Novice) on May 16, 2015 at 15:47 UTC | |
by Anonymous Monk on May 17, 2015 at 18:34 UTC | |
|