08-13-2017 09:09 AM - edited 03-01-2019 03:57 AM
Hi,
I'm new to NSO. I'm trying to install cisco-ios ned on a local install. I have jdk installed but I see this following error. Can you please assist me?
jmendonc@ubuntu:~/ncs-4.2/packages/neds/cisco-ios/src$ make
/home/jmendonc/ncs-4.2/bin/ncsc --java-disable-prefix --exclude-enums --fail-on-warnings --java-package com.tailf.packages.ned.ios.namespaces --emit-java java/src/com/tailf/packages/ned/ios/namespaces/CiscoIos.java ncsc-out/modules/fxs/tailf-ned-cisco-ios.fxs
/home/jmendonc/ncs-4.2/bin/ncsc --java-disable-prefix --exclude-enums --fail-on-warnings --java-package com.tailf.packages.ned.ios.namespaces --emit-java java/src/com/tailf/packages/ned/ios/namespaces/CiscoIosStats.java ncsc-out/modules/fxs/tailf-ned-cisco-ios-stats.fxs
/home/jmendonc/ncs-4.2/bin/ncsc --java-disable-prefix --exclude-enums --fail-on-warnings --java-package com.tailf.packages.ned.ios.namespaces --emit-java java/src/com/tailf/packages/ned/ios/namespaces/CiscoIosId.java ncsc-out/modules/fxs/tailf-ned-cisco-ios-id.fxs
cd java && ant -q all
/bin/sh: 1: ant: not found
Makefile:67: recipe for target 'javac' failed
make: *** [javac] Error 127
Thanks and regards
Joyal mendonca
Solved! Go to Solution.
08-13-2017 06:02 PM
The issue is this:
/bin/sh: 1: ant: not found
So on Linux Ubuntu something like this:
sudo apt-get install ant
Also if changes are not going to be made to the NED, then just download a pre-compiled NED for the version of NSO that is being used. Would save the above hassle.
08-13-2017 06:02 PM
The issue is this:
/bin/sh: 1: ant: not found
So on Linux Ubuntu something like this:
sudo apt-get install ant
Also if changes are not going to be made to the NED, then just download a pre-compiled NED for the version of NSO that is being used. Would save the above hassle.
08-13-2017 08:20 PM
Thank you Bilal. It worked
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide