Hi, after I compiled perl5.8 from source (actually cross compiled), most things are working, but when I open a file, the @layers = PerlIO::get_layers($fh) is returning an empty array, which results in errors like "IO layers (like ':bytes') unavailable at ...." when I use some packages.
How are these IO layers get into perl? is it a build/configuration setting? I can't seem to find anything obvious, really appreciate your help.