Valerio Senni | 10 Oct 11:57

SW-Prolog Version 5.6.58 and Debian (lenny)

Hello to everyone,

I have made a fresh new (apt-get) install of SWI Prolog
under Debian (lenny). Version 5.6.58.
And I get the following error:

$ swipl
Welcome to SWI-Prolog (Multi-threaded, 32 bits, Version 5.6.58) Copyright (c) 1990-2008 University of Amsterdam. SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Please visit http://www.swi-prolog.org for details. For help, use ?- help(Topic). or ?- apropos(Word). ?- use_module(library(clpq)). ERROR: source_sink `library(clpq)' does not exist ?- [test].
ERROR: /home/valerio/test.pl:1: source_sink `library(clpq)' does not exist Warning: /home/valerio/test.pl:1: Goal (directive) failed: user:use_module(library(clpq)) % test compiled 0.01 sec, 1,584 bytes true.
?-

The file test.pl contains the clause ":- use_module(library(clpq))."
Is this expected ? :)
Can anyone help me?

Thank you
Valerio


Gmane