GNU bug report logs -
#21398
can't compile 25.0.50 m17n-lib libotf-0.9.13 upgraded
Previous Next
Reported by: Uwe Brauer <oub <at> mat.ucm.es>
Date: Wed, 2 Sep 2015 12:51:01 UTC
Severity: normal
Tags: notabug
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Uwe Brauer wrote:
> /temacs --batch --load loadup bootstrap
> ./temacs: error while loading shared libraries: libotf.so.0: cannot
> open shared object file: No such file or directory
[...]
> So m17n and libotf install per default in /usr/local
>
> However it seems that Emacs expects them in /usr.
Emacs has no expectations.
It sounds like you are using a distribution where /usr/local/lib
is not included in the default runtime shared library search path.
You can fix that by a number of methods, eg set the LD_LIBRARY_PATH
environment variable at runtime, add -Wl,-rpath=/usr/local/lib to
LDFLAGS when bulding Emacs, edit /etc/ld.so.conf.
This bug report was last modified 9 years and 270 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.