09-19-2017 09:30 PM - edited 03-01-2019 03:59 AM
Hi Team,
I am getting the following error in ncs.log when I install NSO 4.4 in system install mode.
<ERR> 14-Sep-2017::17:25:01.850 nso-instance-1 ncs[17]: - Got library connect from wrong version (61, expected 64)
Can somebody help me why this could be happening and how I can fix this issue?
Thanks,
Sachin
Solved! Go to Solution.
09-20-2017 03:06 AM
This means you have an NSO application compiled with NSO 4.1 trying to connect to your NSO 4.4 system. That will not work. You need to recompile your application using NSO 4.4. This is usually very easy. If your package that needs recompilation is called xyz, you would typically just run one Linux command like this from your runtime directory:
$ make -C packages/xyz/src clean all
...
Then run packages reload in the NSO CLI, or start ncs --with-package-reload if NSO wasn't running.
09-20-2017 03:06 AM
This means you have an NSO application compiled with NSO 4.1 trying to connect to your NSO 4.4 system. That will not work. You need to recompile your application using NSO 4.4. This is usually very easy. If your package that needs recompilation is called xyz, you would typically just run one Linux command like this from your runtime directory:
$ make -C packages/xyz/src clean all
...
Then run packages reload in the NSO CLI, or start ncs --with-package-reload if NSO wasn't running.
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