* Problem installing Guile 3.0.4
@ 2020-12-01 16:49 Dimaugh Silvestris
2020-12-01 17:44 ` Aleix Conchillo Flaqué
0 siblings, 1 reply; 2+ messages in thread
From: Dimaugh Silvestris @ 2020-12-01 16:49 UTC (permalink / raw)
To: guile-user
After installing 3.0.4 using the commands
sudo ./configure
sudo make
sudo make install
(it would complain about not having permission if I didn't sudo)
now when I try to run guile in the terminal I get:
guile: error while loading shared libraries: libguile-3.0.so.1: cannot open
shared object file: No such file or directory
After googling for an hour, nobody appears to have the same issue.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem installing Guile 3.0.4
2020-12-01 16:49 Problem installing Guile 3.0.4 Dimaugh Silvestris
@ 2020-12-01 17:44 ` Aleix Conchillo Flaqué
0 siblings, 0 replies; 2+ messages in thread
From: Aleix Conchillo Flaqué @ 2020-12-01 17:44 UTC (permalink / raw)
To: Dimaugh Silvestris; +Cc: guile-user
On Tue, Dec 1, 2020 at 8:50 AM Dimaugh Silvestris
<dimaughsilvestris@gmail.com> wrote:
>
> After installing 3.0.4 using the commands
> sudo ./configure
> sudo make
> sudo make install
> (it would complain about not having permission if I didn't sudo)
>
> now when I try to run guile in the terminal I get:
> guile: error while loading shared libraries: libguile-3.0.so.1: cannot open
> shared object file: No such file or directory
>
> After googling for an hour, nobody appears to have the same issue.
Usually you would do:
./configure
make
sudo make install
(only installation should need sudo)
About your problem, hard to know but make sure the path where guile
was installed (I assume /usr/local) is in one of the files
/etc/ld.so.conf.d/ (mostly 100% sure /usr/local/lib will be there).
After that, try running "ldconfig" and then try running guile again.
Aleix
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-01 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01 16:49 Problem installing Guile 3.0.4 Dimaugh Silvestris
2020-12-01 17:44 ` Aleix Conchillo Flaqué
unofficial mirror of guile-user@gnu.org
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://yhetil.org/guile-user/0 guile-user/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 guile-user guile-user/ https://yhetil.org/guile-user \
guile-user@gnu.org
public-inbox-index guile-user
Example config snippet for mirrors.
Newsgroups are available over NNTP:
nntp://news.yhetil.org/yhetil.lisp.guile.user
nntp://news.gmane.io/gmane.lisp.guile.user
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git