From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: Re: Building emacs errors: libraries present Date: Sat, 07 Feb 2015 08:30:47 -0500 Message-ID: <87siehrgqg.fsf@gmail.com> References: <87a90rwwhf.fsf@gmail.com> <83egq3eaxb.fsf@gnu.org> <87twyzurya.fsf@gmail.com> <87y4ob6vz7.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423315877 29633 80.91.229.3 (7 Feb 2015 13:31:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2015 13:31:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Alexis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 07 14:31:16 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YK5Tc-0006Me-2X for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 14:31:12 +0100 Original-Received: from localhost ([::1]:53065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK5Tb-0006Xp-87 for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Feb 2015 08:31:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK5TL-0006XP-3a for help-gnu-emacs@gnu.org; Sat, 07 Feb 2015 08:30:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YK5TG-0000aP-4h for help-gnu-emacs@gnu.org; Sat, 07 Feb 2015 08:30:55 -0500 Original-Received: from mail-yh0-x236.google.com ([2607:f8b0:4002:c01::236]:32968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK5TG-0000aL-02 for help-gnu-emacs@gnu.org; Sat, 07 Feb 2015 08:30:50 -0500 Original-Received: by mail-yh0-f54.google.com with SMTP id 29so8496272yhl.13 for ; Sat, 07 Feb 2015 05:30:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=ZeNfVE+6wb5geQ/3Y9tE7B+mziA4SYqUYpkyhdTYGNs=; b=jUEAQNzLIKthGjZyGjAsvMiiCOALw50UsQuHGl4fmZODbbOeWhbTW+s8cm5eVFcbpv dhFO2IblTgdtLz+FqFAua8r1bFPlMrHlS62nxS+M3rHRHvgVN2bYWTzhjCaxDM09N4qo pncWkFiO4ODK1vC0kNt3QiB76VCPxSGPg7Uv3PnkmD8uvCTqkNTjGZc8sfK6ofDL7cBs goAinu3ecCrb+smO5ncBbjCeWuq0k5Oi7QByjqohtU8lmPfkPm20YSijvjMXWaPCyiei G4GgtVb/EOdvHo2+j5mJRopwNh+hfQnHJACJmFqvrCEGCtsZaHRF4iGELRORfcH9xy+K Mm+g== X-Received: by 10.236.39.37 with SMTP id c25mr2950432yhb.120.1423315849468; Sat, 07 Feb 2015 05:30:49 -0800 (PST) Original-Received: from localhost.localdomain ([2601:0:a602:24aa:ee55:f9ff:feb5:5589]) by mx.google.com with ESMTPSA id a41sm3443789yhb.43.2015.02.07.05.30.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 Feb 2015 05:30:48 -0800 (PST) In-Reply-To: <87y4ob6vz7.fsf@gmail.com> (Alexis's message of "Fri, 06 Feb 2015 23:54:52 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::236 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102552 Archived-At: 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 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.