From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Unable to find libgif/libungif on RHEL 6 Date: Thu, 10 Sep 2015 11:16:00 -0400 Message-ID: References: <55F1563F.7000604@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441898188 28297 80.91.229.3 (10 Sep 2015 15:16:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2015 15:16:28 +0000 (UTC) Cc: Paul Eggert , Emacs developers To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 10 17:16:19 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Za3a8-0006UN-1O for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 17:16:12 +0200 Original-Received: from localhost ([::1]:49774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3a7-00060o-GX for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 11:16:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3a3-00060h-Hn for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:16:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za3Zx-0008Bz-Qu for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:16:07 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:63305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3Zx-0008Bq-N6 for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:16:01 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AsEwA731xV/+uZpUVcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJIg3CM8jAQEBBwIBH4s6hQUHhC0Fsz+BRSNhgzMigngBAQE X-IPAS-Result: A0AsEwA731xV/+uZpUVcgxCEAoVVuzcJh0sEAgKBPDkUAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJIg3CM8jAQEBBwIBH4s6hQUHhC0Fsz+BRSNhgzMigngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="164451385" Original-Received: from 69-165-153-235.dsl.teksavvy.com (HELO ceviche.home) ([69.165.153.235]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 10 Sep 2015 11:16:01 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B0F7B661D2; Thu, 10 Sep 2015 11:16:00 -0400 (EDT) In-Reply-To: (Kaushal Modi's message of "Thu, 10 Sep 2015 08:15:38 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189803 Archived-At: > I don't think I can install RPM packages in my $HOME without sudo. Can I? Depending what you mean by that, yes, it can be done. Just unpack the tarball with rpm2cpio+cpio. This will typically then require playing with LD_LIBRARY_PATH or somesuch, tho. I've done it in the past and I'm glad I don't need to do any more. Stefan