[ic] running in chroot

Mike Heins interchange-users@icdevgroup.org
Wed Oct 2 17:31:01 2002


Quoting Schuyler W Langdon (gorditos@hotmail.com):
> I've installed ic 4.8.6 in a chroot environment (w/perl 5.005) where it
> looks like glob is unavailable. To override with something like
> File::BSDGlob would this simply involve modifying Config.pm or would every
> module using glob have to be changed?
> 

You should be able to put

    package CORE;
    *glob = \&yourmodule::globroutine;

anywhere and it should work (assuming the glob works identically).

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.513.523.7621      <mike@perusion.com>

"All you need in this life is ignorance and confidence, and
then success is sure." -- Mark Twain