Cannot run sample app HelloWorld

Hi All, I have a magoh red board and I have using the mangoh VM strainght from the site.

I can successfully start a leaf shell, compile and install the helloWorld application, but when I run it I have the following error:

Jan 17 21:05:53 swi-mdm9x28 user.info Legato: INFO | supervisor[632]/supervisor T=main | app.c CreateTmpFs() 1231 | Mounted tmpfs at /legato/systems/current/appsWriteable/helloWorld/tmp.
Jan 17 21:05:53 swi-mdm9x28 user.info Legato: INFO | supervisor[632]/supervisor T=main | app.c CreateFileLink() 1583 | Created file link ‘/tmp/legato/serviceDirectoryServer’ to ‘/legato/systems/current/appsWriteable/helloWorld/tmp/legato/serviceDirectoryServer’.
Jan 17 21:05:53 swi-mdm9x28 user.info Legato: INFO | supervisor[632]/supervisor T=main | app.c CreateFileLink() 1583 | Created file link ‘/tmp/legato/serviceDirectoryClient’ to ‘/legato/systems/current/appsWriteable/helloWorld/tmp/legato/serviceDirectoryClient’.
Jan 17 21:05:53 swi-mdm9x28 user.info Legato: INFO | supervisor[632]/supervisor T=main | proc.c proc_Start() 1394 | Starting process ‘helloWorld’ with pid 19634
Jan 17 21:05:53 swi-mdm9x28 user.info Legato: INFO | supervisor[19634]/supervisor T=main | proc.c proc_Start() 1359 | Execing ‘helloWorld’
Jan 17 21:05:53 swi-mdm9x28 user.err Legato: =ERR= | helloWorld[19634] | helloWorld: symbol lookup error: /lib/libComponent_helloComponent.so: undefined symbol: le_log_RegComponent
Jan 17 21:05:53 swi-mdm9x28 user.info Legato: INFO | supervisor[632]/supervisor T=main | proc.c proc_SigChildHandler() 2040 | Process ‘helloWorld’ (PID: 19634) has exited with exit code 127.
Jan 17 21:05:53 swi-mdm9x28 user.warn Legato: -WRN- | supervisor[632]/supervisor T=main | app.c app_SigChildHandler() 3373 | Process ‘helloWorld’ in app ‘helloWorld’ faulted: Ignored.
Jan 17 21:05:53 swi-mdm9x28 user.info Legato: INFO | supervisor[632]/supervisor T=main | apps.c DeactivateAppContainer() 349 | Application ‘helloWorld’ has stopped.

Anyone knows why I would get the “undefined symbol: le_log_RegComponent” error?

Thanks
Stéphane

Probably the version of legato app is not matched with module legato version