Subject: | "glob" is not exported by the File::Glob module |
With bleadperl (perl 5.29.x) the build from source fails:
...
Output from './Build':
'blib' scheme is suspected, but uncertain. Please set ALIEN_BLIB and restart build process to disambiguate. Setting ALIEN_BLIB=1 for now. at ./Build line 62.
Building Alien-OpenSSL-Static
+ pkg-config --atleast-version 1.1.0f openssl && pkg-config --modversion openssl
Downloading File: openssl-1.1.0f.tar.gz ... Done
Extracting Archive ... Done
Building library ...
+ cd /usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/_alien/openssl-1.1.0f
+ sh config no-shared --prefix=/usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/blib/lib/auto/share/dist/Alien-OpenSSL-Static
Operating system: amd64-whatever-freebsd
"glob" is not exported by the File::Glob module
Can't continue after import errors at ./Configure line 17.
BEGIN failed--compilation aborted at ./Configure line 17.
"glob" is not exported by the File::Glob module
Can't continue after import errors at ./Configure line 17.
BEGIN failed--compilation aborted at ./Configure line 17.
This system (BSD-x86_64) is not supported. See file INSTALL for details.
+ make
make:
make: stopped in /usr/home/cpansand/.cpan/build/2019042623/Alien-OpenSSL-Static-1.000000-1/_alien/openssl-1.1.0f
no target to make.
External command (make) failed! Error: 512
at ./Build line 62.
Failed
Build not completed at ./Build line 62.
...
Don't know what's best here: bundle a newer openssl (if the problem is corrected in the sources), or patch the bundled tarball.