2017-03-18 12:20 GMT+01:00 Ludovic Courtès <l...@gnu.org>: > Jean Louis <bugs@gnu.support> skribis: > >> There is mistake with the link 2.2.0: >> https://www.gnu.org/software/guile/download/(string-append%20https://ftp.gnu.org/gnu/guile/guile-%20(latest-guile-version)%20.tar.gz) > > Fixed: > > > https://git.savannah.gnu.org/cgit/guile/guile-web.git/commit/?id=f46a5d7ebbad36d005c36aaf3bba288ac2386ce1 > > Thanks! > Ludo’. > >
>From the repo I've a successful make out of commit aa86fcb7d92857ddbd9c0cde40f3d730d4606d62 Author: Ludovic Courtès <l...@gnu.org> Date: Fri Mar 17 23:37:57 2017 +0100 web: Avoid deprecated '_IOFBF'. * module/web/client.scm (open-socket-for-uri): Use 'block instead of _IOFBF. ~/guile/meta (master)$ ./guile GNU Guile 2.2.0.2-aa86f [...] make install successful as well, i.e. no errors But trying guile in a fresh terminal returns an error: ~$ guile guile: error while loading shared libraries: libguile-2.2.so.1: cannot open shared object file: No such file or directory I'm on Ubuntu 16-bit 16.04 ~$ uname -a Linux kasten 4.4.0-66-generic #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Cheers, Harm