Bug 7691 - doesn't find version module at startup
: doesn't find version module at startup
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Misc
: 7.0.1
: PC Windows XP
: P3 normal (vote)
: ---
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-01 23:47 UTC by Michael Herger
Modified: 2008-04-01 23:49 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Herger 2008-04-01 23:47:31 UTC
Run using a local perl install on Windows I would get the following error:

Can't locate version.pm in @INC (@INC contains: D:/eclipse/trunk/server c:/Programme/Perl/site/lib c:/Programme/Perl/lib .) at D:/eclipse/trunk/server/Slim/bootstrap.pm line 22.
BEGIN failed--compilation aborted at D:/eclipse/trunk/server/Slim/bootstrap.pm line 22.
Compilation failed in require at slimserver.pl line 105.
BEGIN failed--compilation aborted at slimserver.pl line 105.

We'll need to include it from our own CPAN library
Comment 1 Michael Herger 2008-04-01 23:49:23 UTC
change 18284 - make version being loaded from our CPAN folder.