unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: torys.anderson@gmail.com (Tory S. Anderson)
To: Alexis <flexibeast@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Building emacs errors: libraries present
Date: Sat, 07 Feb 2015 08:30:47 -0500	[thread overview]
Message-ID: <87siehrgqg.fsf@gmail.com> (raw)
In-Reply-To: <87y4ob6vz7.fsf@gmail.com> (Alexis's message of "Fri, 06 Feb 2015 23:54:52 +1100")

Okay; I've succeeded finally in building by soft-linking all the libraries it SHOULD have been finding into the main directories. I'm not sure why it cannot use libpng 16 and instead requires 15. E.g. I did this:
    sudo ln -s /anaconda/lib/libpng15.so /usr/lib64/
Taking care of any non-found files that way solved all problems. 

ldconfig looks interesting, but I don't seem to have a manpage on it. Unfortunately, it didn't solve the issue. Soft links seemed to do the trick for me. 

Alexis <flexibeast@gmail.com> writes:

> Tory S. Anderson writes:
>
>> Okay; I'm making progress. I have identical problems with both 24.4 and 25.0.5 build processes now. LibPNG is being found! But the gif library is not. In summary, I get NO configure errors (as long as I do sudo configure), but I get the following make error (even with sudo make, which I know is probably a dangerous command):
>>
>>     ./temacs: error while loading shared libraries: libgif.so.7:     cannot open shared object file: No such file or directory
>>
>> But a find locates it just fine: 
>>
>>     $ sudo find / -name "libgif.so.7" /usr/local/lib/libgif.so.7
>>
>> Indeed, configure apparently found it, right? 
>>
>> Unabridged config and make outputs for those interested: 
>>
>> http://www.toryanderson.com/files/emacs-configure-output.txt http://www.toryanderson.com/files/emacs-make-output.txt     
>>
>> Any ideas why it can't find libgif? 
>
> Have you run ldconfig(8) after installing libgif?
>
>
> Alexis.



  reply	other threads:[~2015-02-07 13:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-06  3:27 Building emacs errors: libraries present Tory S. Anderson
2015-02-06  7:50 ` Eli Zaretskii
2015-02-06 12:47   ` Tory S. Anderson
2015-02-06 12:54     ` Alexis
2015-02-07 13:30       ` Tory S. Anderson [this message]
2015-02-07 14:02         ` Alexis
2015-02-06 18:25     ` Dale Snell
     [not found]   ` <mailman.19390.1423226883.1147.help-gnu-emacs@gnu.org>
2015-02-07 10:09     ` Anssi Saari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87siehrgqg.fsf@gmail.com \
    --to=torys.anderson@gmail.com \
    --cc=flexibeast@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).