Am So., 25. Aug. 2019 um 22:22 Uhr schrieb Andy Wingo <wi...@pobox.com>: > > We are pleased to announce GNU Guile release 2.9.4. This is the fourth > pre-release of what will eventually become the 3.0 release series.
> We encourage you to test this release and provide feedback to > guile-devel@gnu.org, and to file bugs by sending mail to > bug-gu...@gnu.org. Hi, I did in my guile-git-repository: git fetch git pull -r git checkout v2.9.4 git checkout -b guile-2.9.4 make clean sh autogen.sh ./configure make sudo make install All went well, but then doing: ~$ guile returns: guile: error while loading shared libraries: libguile-3.0.so.0: cannot open shared object file: No such file or directory But ~$ locate libguile-3.0.so.0 returns: /home/hermann/guile-3.0/libguile/.libs/libguile-3.0.so.0 /home/hermann/guile-3.0/libguile/.libs/libguile-3.0.so.0.0.0 Am I doing something wrong? Cheers, Harm