knowrob json_prolog problems
I have got the following errors when I use knowrob/json_prolog.
I tried the examples as in the tutorial:
$ rosrun json_prolog json_prolog package_name(tried several)
ERROR: /usr/lib/swi-prolog/library/process.pl:47: '$open_shared_object'/3: /usr/lib/swi-prolog/lib/i386/process.so: undefined symbol: Sfilefunctions Warning: /usr/lib/swi-prolog/library/process.pl:47: Goal (directive) failed: process:use_foreign_library(foreign(process)) ERROR: /usr/lib/swi-prolog/library/process.pl:334: Exported procedure process:process_wait/3 is not defined ERROR: /usr/lib/swi-prolog/library/process.pl:334: Exported procedure process:process_kill/2 is not defined
I am using Ubuntu 11.04, Ros electric, installed using apt from the online repository.
Is there any compatibility issue of the swi-prolog with json_prolog/jpl etc?
Thanks.