I've been trying to get a PID loop running for the green locking and I've discovered that some of the directories in the path for the Perl Modules are now obselete. Specifically, since the scripts directory has been moved from /cvs/cds/caltech/scripts to /cvs/cds/rtcds/caltech/c1/scripts the following locations in the Perl @INC path list need to be changed:
/cvs/cds/caltech/scripts/general
/cvs/cds/caltech/scripts/general/perlmodules
I've added the above directories to the PERL5LIB path in /cvs/cds/caltech/cshrc.40m.
setenv PERL5LIB /cvs/cds/caltech/scripts/general:
/cvs/cds/caltech/scripts/general/perlmodules:
/cvs/cds/caltech/libs/solaris9/usr_local_lib/perl5/5.8.0/:
/cvs/cds/rtcds/caltech/c1/scripts/general:
/cvs/cds/rtcds/caltech/c1/scripts/general/perlmodules
This seems to fix the problem .. at least, you no longer get an error if you try nodus:~>perl -e 'user EpicsTools'
|