Help on lib/modules Please!!

2001-04-24 Thread Arante, Susan
I had a pm that used to be working and is called using use ABC::Test;. I deleted (for some stupid reasons) the perl directory and didn't realize I also deleted the ABC subdirectory below site\lib. I took another copy from another machine and placed it back under site\lib but now I'm getting

Re: Help on lib/modules Please!!

2001-04-24 Thread Dan Brown
The error message you include points to some loadable object that Perl is looking for. Did Test.pm by chance reference a library? Is that library present somewhere in one of the directories included in @INC? Perl can find Test.pm. It cannot find something that Test.pm needs. If Perl cannot

Re: Help on lib/modules Please!!

2001-04-24 Thread Sean O'Leary
At 05:08 PM 4/24/2001, you wrote: I had a pm that used to be working and is called using use ABC::Test;. I deleted (for some stupid reasons) the perl directory and didn't realize I also deleted the ABC subdirectory below site\lib. I took another copy from another machine and placed it back

Re: Help on lib/modules Please!!

2001-04-24 Thread Michael Lamertz
Arante, Susan ([EMAIL PROTECTED]) wrote: Can't locate loadable object for module ABC::Test in @INC (@INC contains: c:/perl/lib c:/perl/site/lib .) at - line 1 Dan's suggestion sounds good. Look into a directory that describes your machine type and processor below the site directory.