Pack_install: error message

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)

1 Like

Thanks. Pushed a fix. Such issues are the result of poor dependency handling that causes issues with the new autoload handling.