Current swipl-devel from git, linux
?- pack_install(real).
ERROR: Unknown procedure: http_header:http_post_data/3
Workaround:
?- use_module(library(http/http_header)).
?- pack_install(real).
(works)
Current swipl-devel from git, linux
?- pack_install(real).
ERROR: Unknown procedure: http_header:http_post_data/3
Workaround:
?- use_module(library(http/http_header)).
?- pack_install(real).
(works)
Thanks. Pushed a fix. Such issues are the result of poor dependency handling that causes issues with the new autoload handling.