From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Adam Newsgroups: gmane.emacs.help Subject: glibc install and clisp-2.33.2 Date: Wed, 02 Feb 2005 12:45:52 +1300 Organization: Ihug Limited Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1107301641 17519 80.91.229.2 (1 Feb 2005 23:47:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2005 23:47:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 02 00:47:21 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Cw7je-000778-6t for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Feb 2005 00:47:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cw7we-0006mT-QX for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Feb 2005 19:00:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 203-173-200-9.nzwide.ihug.co.nz Original-X-Trace: lust.ihug.co.nz 1107301413 17335 203.173.200.9 (1 Feb 2005 23:43:33 GMT) Original-X-Complaints-To: abuse@ihug.co.nz Original-NNTP-Posting-Date: Tue, 1 Feb 2005 23:43:33 +0000 (UTC) User-Agent: KNode/0.7.6 Original-Xref: shelby.stanford.edu gnu.emacs.help:128324 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:23832 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23832 An application requires Lisp 2.31 or later, so I have found clisp-2.33.2-1.i386.rpm which I try to install with; $rpm -i clisp-2.33.2-1.i386.rpm This issues the error; error: Failed dependencies: libc.so.6(GLIBC_2.3.4) is needed by clisp-2.33.2-1 libreadline.so.4 is needed by clisp-2.33.2-1 $rpm -qa shows my Mandrake 10.0 system has a glibc package installed; glibc-2.3.3-10mdk I have found a package; glibc-2.3.4-1mdk.src.rpm My question is; How should I install this src rpm ? Or should I look for a non-src rpm ? I am assuming; i)remove the existing glibc with $rpm -e glibc-2.3.3 ii)install the new glibc with $rpm -i glibc-2.3.4-1mdk.src.rpm iii)and that libreadline.so.4 will be amongst it. Any suggestions or comments appreciated.