Subject: | Tests don't pass on android/termux |
Date: | Fri, 16 Nov 2018 18:12:15 +0100 |
To: | bug-ExtUtils-LibBuilder [...] rt.cpan.org |
From: | dbacc <dbacc [...] posteo.de> |
Hi,
I had some trouble making the test 01-simple.t of LibBuilder run on my
android/termux setup.
I tracked down the issue to the if/elsif sequence starting on line 57.
First of all, in line 62 "android" is missing. And, secondly,
overwriting the LD_LIBRARY_PATH is not a good idea, since termux has
this variable preset with all the important system libaries including
libperl.so, etc...
After just adding "." to the LD_LIBRARY_PATH everything just ran through
smoothly.
Best
Daniel