cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
412
Views
0
Helpful
1
Replies

Getting error when NSO 4.4 is installed

sachijos
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Jan Lindblad
Cisco Employee
Cisco Employee

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.

View solution in original post

1 Reply 1

Jan Lindblad
Cisco Employee
Cisco Employee

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.