You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintainer: @cshoredaniel , @robho@Naoir
Environment: (kirkwood, NSA310, OpenWrt master - Linux version 4.14.103 () (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r9136-f4d6e8f98f)) #0 Fri Mar 1 22:51:19 2019 )
Description:
After fresh install of package "perlbase-compress - 5.28.1-1" I have below issue
root@NSA310:~# perl -MCompress::Zlib -e '1'
Bareword "GZIP_FEXTRA_SUBFIELD_ID_SIZE" not allowed while "strict subs" in use at /usr/lib/perl5/5.28/IO/Compress/Zlib/Extra.pm line 40.
Bareword "GZIP_FEXTRA_SUBFIELD_MAX_SIZE" not allowed while "strict subs" in use at /usr/lib/perl5/5.28/IO/Compress/Zlib/Extra.pm line 47.
Compilation failed in require at /usr/lib/perl5/5.28/IO/Compress/Gzip.pm line 16.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.28/IO/Compress/Gzip.pm line 16.
Compilation failed in require at /usr/lib/perl5/5.28/Compress/Zlib.pm line 12.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.28/Compress/Zlib.pm line 12.
Compilation failed in require.
BEGIN failed--compilation aborted.
Also I have issue that perl have to be compile with image. Otherwise modules are not seen by perl.
The text was updated successfully, but these errors were encountered:
Maintainer: @cshoredaniel , @robho @Naoir
Environment: (kirkwood, NSA310, OpenWrt master - Linux version 4.14.103 () (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r9136-f4d6e8f98f)) #0 Fri Mar 1 22:51:19 2019 )
Description:
After fresh install of package "perlbase-compress - 5.28.1-1" I have below issue
Also I have issue that perl have to be compile with image. Otherwise modules are not seen by perl.
The text was updated successfully, but these errors were encountered: