Try some sanity checks.

Is the problem Perl / FindBin or something else.  You can test by
running a simple program such as 

Code:
--------------------
    
  use FindBin;
  
  print "The actual path to this is: $FindBin::Bin/$FindBin::Script\n";
  
--------------------


If that fails - then Perl is the problem, if it runs I'd rebuild the LMS
Perl modules natively on your system


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=101985

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to