From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.help Subject: Re: Why Cannot open termcap databases file? Date: Mon, 02 Jan 2006 20:44:03 -0500 Message-ID: <873bk62iho.fsf@stupidchicken.com> References: <1136166310.641087.263520@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136253015 13583 80.91.229.2 (3 Jan 2006 01:50:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Jan 2006 01:50:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 03 02:50:13 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EtbJK-0003cz-CW for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Jan 2006 02:50:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtbKu-0001KM-4K for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jan 2006 20:51:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!senator-bedfellow.mit.edu!dreaderd!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Y1MVy0ctb9y51ED+7fuTL4EO/SU= Original-Lines: 11 Original-NNTP-Posting-Host: SYDNEYPACIFIC-TWO-SEVENTY-THREE.MIT.EDU Original-X-Trace: 1136252643 senator-bedfellow.mit.edu 571 18.95.6.18 Original-Xref: shelby.stanford.edu gnu.emacs.help:136742 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 Xref: news.gmane.org gmane.emacs.help:32361 Archived-At: "Charles" writes: > After I compiled emacs with "make bootstrap", I tryied to start emacs, > but I got > the following message: "Cannot open termcap databases file". I think I > have termcap > correctly installed because I can successfully "man termcap". > What should I do to solve this problem? > Must I configure with option "--prefix=/usr"? Install libncurses5-dev (or its equivalent) and compile again.