From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23932 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: Building and installing pdftex 1.30 on teTeX 3.0 Date: Tue, 29 Nov 2005 20:15:35 +0100 Message-ID: <438CA8D7.9050008@gmx.de> References: <20051128180353.GB8826@puritan.petwork> <20051129163815.GA8772@ulises.eideia.net> <20051129184320.GA8824@puritan.petwork> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133291936 31907 80.91.229.2 (29 Nov 2005 19:18:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2005 19:18:56 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 29 20:18:47 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EhAyB-00069z-7B for gctc-ntg-context-518@m.gmane.org; Tue, 29 Nov 2005 20:16:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C24E112804; Tue, 29 Nov 2005 20:16:50 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26230-07; Tue, 29 Nov 2005 20:16:50 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4ABB212806; Tue, 29 Nov 2005 20:14:53 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E590712806 for ; Tue, 29 Nov 2005 20:14:51 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26230-06 for ; Tue, 29 Nov 2005 20:14:51 +0100 (CET) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with ESMTP id 0CE7F12804 for ; Tue, 29 Nov 2005 20:14:50 +0100 (CET) Original-Received: from burns.physik.fu-berlin.de ([160.45.33.1] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.54) id 1EhAwE-0007Ej-AQ; Tue, 29 Nov 2005 20:14:50 +0100 User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050715) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20051129184320.GA8824@puritan.petwork> X-Scanned: No viruses found. X-Scan-Signature: 2b1399c8af50b046452a5f406d32ed9f X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23932 Archived-At: Hi, Nikolai Weibull wrote: >> The only texmf.cnf lives in /etc/texmf.cnf; other are symlinks to it. >> > Do you have a symlink in /etc/share/texmf/web2c as well? > Well, I have with a standard-SUSE-10.0 teTeX only /etc/texmf/web2c/texmf.cnf and neither of those others. To find the texmf.cnf, which TeX uses, enter: kpsewhich texmf.cnf (gives here: /usr/share/texmf/web2c/texmf.cnf) to find the real file (you can also edit the symlink, actually), use readlink: readlink -f `kpsewhich texmf.cnf` (gives here: "/etc/texmf/web2c/texmf.cnf", the symlink above is actually "../../../../etc/texmf/web2c/texmf.cnf") Tobias