I need to develop an expert system using prolog as an inference engine and python as interface. I already have the SWI-prolog installed in my machine, but, i can't import the interface PySwip because SWI-Prolog is not installed as a shared library. I've followed some tutorials in order to get SWI-prolog correctly installed but, it failed.
Could somebody help?
libpl
tolibswipl
) - see libpl.so in Prolog version 6.6.4? for example. As a 'hail mary' you could try symlinking the new libs to the old name e.g.sudo ln -s libswipl.so /usr/lib/libpl.so
– steeldriver Jul 17 '16 at 21:54