Perl Local Library issue with same login but different system -


i have log in in office domain , don't have rights. have install perl local library use 2 system 1 local system , working , running correctly , library working fine when ssh server same login not able run perl modules.

-bash-3.2$ perl nettest.pl                                                       can't locate net/patricia.pm in @inc (@inc contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) @ nettest.pl line 2. begin failed--compilation aborted @ nettest.pl line 2. 

program:

use net::patricia; $pt = new net::patricia; $pt->add_string('192.168.0.0/25'); $pt->add_string('192.168.0.0/16'); print $pt->match_string('192.168.0.0/24'), "\n"; 

i used local::lib in code not working.

path of local system is:

path=/homes/ar312/perl5/bin:/homes/fghjj/foo/bin:/usr/lib64/openmpi/bin:/usr/local/bin:/opt/eecs/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/lib64/qt-3.3/bin 

path on server:

path=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin 

i tried install local library bootstrap technique again on server not making difference


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -