Total newb with Perl. After I have connected to a cisco switch, I simply want to run a script that will execute a series of commands. Some of the commands look something like this: no snmp-server community itfruit RW no snmp-server community public RO snmp-server community itfruit RO ip domain-name fruit.com service timestamps debug datetime localtime service timestamps log datetime localtime aaa new-model aaa session-id common aaa authentication login default group radius local probably the easiest...
Was able to run first part of command to delete Vte.so files find /opt/pac/ -name "Vte.so*" -exec rm {} \; But second command perl -MCPAN -e 'install Gnome2::Vte' returns this: Configuring X/XA/XAOC/Gnome2-Vte-0.11.tar.gz with Makefile.PL Package vte was not found in the pkg-config search path. Perhaps you should add the directory containing `vte.pc' to the PKG_CONFIG_PATH environment variable No package 'vte' found at Makefile.PL line 75. can not find package vte >= 0.10 check that it is properly...
Is that all one command? Cannot get it to execute. Charlie Kangas Zirkle Network Admin Zirkle Fruit Company "Sergey" maddkorben@users.sf.net 06/27/17 9:52 AM >>> This is what helped me to resolve this issue: find /opt/pac/ -name "Vte.so" -exec rm {} \; perl -MCPAN -e 'install Gnome2::Vte' [bugs:#295] trouble since debian 9 Status: open Group: v1.0 (example) Created: Mon Jun 19, 2017 10:36 AM UTC by Daniel Last Updated: Tue Jun 27, 2017 04:32 PM UTC Owner: nobody Hey guys, I've some trouble with PAC...
Same problem. Could not even get PAC to run on Debian 9 unitl I uninstalled and reinstalled. However, can not connect to anything via SSH or Telnet. It basically freezes up trying to connect.