On Sun Feb 20 07:47:53 2011, TONYC wrote:
Show quoted text> Run tests under 5.12.2 to reproduce.
The problem here was in NetBSD 5.1, the default libfreetype6.so is in a
directory not in the shared library search path.
And since lddlflags in the system perl includes -Wl,-R/usr/pkg/lib and
-R is a short-hand version of -rpath, the LD_RUN_PATH set in the
Makefile is ignored.
This means that FT2.so fails to load in the XSLoader case, and it falls
back to DynaLoader, which inherits from AutoLoader.
Then we call some FT2 function which generates that warning.