Bug 1149 - Different Perls are being used
: Different Perls are being used
Status: CLOSED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: Platform Support
: 6.0.0
: All All
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-21 14:45 UTC by Brian Beardmore
Modified: 2005-03-21 14:50 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 Brian Beardmore 2005-03-21 14:45:16 UTC
The 6.0b1 and 6.0b2 slimserver code files request differ perls.  It is very possible that the perl versions 
could be different /usr/bin/ and in /usr/local/bin/ directories.

These files use -- #!/usr/bin/perl -w
          -  ./slimserver.pl
	  - ./Slim/Display/Animation.pm
	  - ./Slim/Display/VFD/Animation.pm
	  - ./slimp3/update_firmware.pl

These files use -- #!/usr/local/bin/perl
	  - ./CPAN/DBI/Shell/FindSqlFile.pm
	  - ./CPAN/Class/ISA.pm
Comment 1 Dan Sully 2005-03-21 14:46:37 UTC
This isn't a bug. The .pm files are never executed. The only one that matters is
slimserver.pl
Comment 2 Brian Beardmore 2005-03-21 14:50:37 UTC
I am glad it is not issue. -- closed