Sorry I am still having a lot of trouble with this.
I think I have made it worse.
?- check_installation.
% Checking your SWI-Prolog kit for common issues ...
%
% Version: ............. 7.5.9
% Address bits: ........ 32
% Architecture: ........ armv6l-linux
% Installed at: ........ /home/pi/lib/swipl-7.5.9
% Cores: ............... 1
%
% Checking gmp ................................. ok
% Loading library(archive) ..................... ok
% Supported filters: bzip2, compress, gzip, lzip, lzma, none, rpm, uu, xz
% Supported formats: 7zip, ar, cab, cpio, empty, gnutar, iso9660, lha, mtree, rar, raw, tar, xar, zip
% Loading library(cgi) ......................... ok
% Loading library(crypt) ....................... ok
% Loading library(bdb) ......................... ok
% Loading library(double_metaphone) ............ ok
% Loading library(filesex) ..................... ok
% Loading library(http/http_stream) ............ ok
% Loading library(http/json) ................... ok
% Loading library(isub) ........................ ok
% Loading library(jpl) ......................... FAILED
Warning: Cannot load required shared library
% Loading library(memfile) ..................... ok
% Loading library(odbc) ........................ ok
% Loading library(pce) ......................... ok
Warning: library(pcre) ......................... NOT FOUND
% Loading library(pdt_console) ................. ok
% Loading library(porter_stem) ................. ok
% Loading library(process) ..................... ok
Warning: library(editline) ..................... NOT FOUND
% Loading library(readline) .................... ok
% Loading library(readutil) .................... ok
% Loading library(rlimit) ...................... ok
% Loading library(semweb/rdf_db) ............... ok
% Loading library(semweb/rdf_ntriples) ......... ok
% Loading library(semweb/turtle) ............... ok
% Loading library(sgml) ........................ ok
% Loading library(sha) ......................... ok
% Loading library(snowball) .................... ok
% Loading library(socket) ...................... ok
% Loading library(ssl) ......................... ok
% Loading library(syslog) ...................... ok
% Loading library(table) ....................... ok
% Loading library(time) ........................ ok
% Loading library(tipc/tipc) ................... ok
% Loading library(unicode) ..................... ok
% Loading library(uri) ......................... ok
% Loading library(uuid) ........................ ok
% Loading library(zlib) ........................ ok
Warning: Found 3 issues.
true.
Also if I try and load libraries I now get errors.
I have tried rebuilding it multiple times (which takes a long time on the pi!) and I am pretty frustrated.
I have always installed SWI by cloning the git folder to the desktop and running through the build instructions there.
Any further help much appreciated.