[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26240: Guile doesn't search for libraries installed in /usr/lib64
From: |
Andy Wingo |
Subject: |
bug#26240: Guile doesn't search for libraries installed in /usr/lib64 |
Date: |
Wed, 19 Apr 2017 15:52:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
On Fri 24 Mar 2017 17:59, "Stewart, Adam James" <address@hidden> writes:
> $ ls -l /usr/lib64/libltdl.so.7*
> lrwxrwxrwx 1 root root 16 Feb 27 11:19 /usr/lib64/libltdl.so.7 ->
> libltdl.so.7.3.0
> -rwxr-xr-x 1 root root 41248 Feb 16 2016 /usr/lib64/libltdl.so.7.3.0
>
> Do you have any suggestions as to how I can get Guile to pick up libraries
> installed in /usr/lib64?
I believe this indicates that you don't have libltdl development
packages installed. Check on your distro for "ltdl-dev" or similar
packages. Normally if your distro installs things to /usr/lib64, then
it adds it to all the normal search paths.
Andy
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#26240: Guile doesn't search for libraries installed in /usr/lib64,
Andy Wingo <=