[Chicago-talk] FindBin::libs : spurious warnings

Steven Lembark lembark at wrkhors.com
Tue Mar 16 00:45:10 CST 2004



-- Steven Lembark <lembark at wrkhors.com>

>> esummers at dinger[~]$ perl -MFindBin::libs -e 1;
>> stat(//Lib): No such file or directory at
>> /usr/local/lib/perl5/site_perl/5.8.2/FindBin/libs.pm line 151
>> stat(//home/Lib): No such file or directory at
>> /usr/local/lib/perl5/site_perl/5.8.2/FindBin/libs.pm line 151
>> stat(//home/esummers/Lib): No such file or directory at
>> /usr/local/lib/perl5/site_perl/5.8.2/FindBin/libs.pm line 151

If you get messages like:

	stat(//Lib): No such file or directory at
	stat(//home/Lib): No such file or directory at
	stat(//home/esummers/Lib): No such file or directory at

then there is something on the file system named
/lib, /home/Lib, etc... or you are searching for
"Lib" directories by mistake in the use statement?

At the very least, I'm sure that there are no 'uc',
"ucfirst' or "\U" statements anywhere in the code
so the 'L' came from the filesystem (via bogus
symlinks) or you were explicity searching for 'Lib'
dir's in the use.

You folks wouldn't be the first to've symlinked "Lib"
someplace instead of "lib" (count me in that club also :-).


--
Steven Lembark                               2930 W. Palmer
Workhorse Computing                       Chicago, IL 60647
                                            +1 888 359 3508



More information about the Chicago-talk mailing list