From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28210 Path: news.gmane.org!not-for-mail From: Neal Lester Newsgroups: gmane.comp.tex.context Subject: Re: Installation Problem Date: Thu, 25 May 2006 11:39:32 -0700 Message-ID: <7.0.1.0.0.20060525113351.01cbc088@3dsafety.com> References: <7.0.1.0.0.20060525074806.01d202f0@3dsafety.com> <4475C9F9.7030800@elvenkind.com> <7.0.1.0.0.20060525083953.01d2c648@3dsafety.com> <22af238a0605250952y9a994fbnab1b342cfed31f06@mail.gmail.com> <22af238a0605250952y9a994fbnab1b342cfed31f06@mail.gmail.com > Reply-To: mailing list for ConTeXt users 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 1148582267 29481 80.91.229.2 (25 May 2006 18:37:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 May 2006 18:37:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu May 25 20:37:44 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1FjKi9-0005en-87 for gctc-ntg-context-518@m.gmane.org; Thu, 25 May 2006 20:37:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 26DD2127E5; Thu, 25 May 2006 20:37:28 +0200 (CEST) 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 11440-03; Thu, 25 May 2006 20:37:21 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D714127DC; Thu, 25 May 2006 20:37:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0DD28127DC for ; Thu, 25 May 2006 20:37:20 +0200 (CEST) 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 11272-05 for ; Thu, 25 May 2006 20:37:18 +0200 (CEST) Original-Received: from mail.mysafetyprogram.com (bdsl.66.15.178.251.gte.net [66.15.178.251]) by ronja.ntg.nl (Postfix) with SMTP id 4E598127DA for ; Thu, 25 May 2006 20:37:17 +0200 (CEST) Original-Received: from PUDGY.3dsafety.com (pudgy [192.168.1.40]) by mail.mysafetyprogram.com (Postfix) with ESMTP id 03F8839422E; Thu, 25 May 2006 11:37:17 -0700 (PDT) X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Original-To: mailing list for ConTeXt users , "mailing list for ConTeXt users" In-Reply-To: <22af238a0605250952y9a994fbnab1b342cfed31f06@mail.gmail.com > Original-References: <7.0.1.0.0.20060525074806.01d202f0@3dsafety.com> <4475C9F9.7030800@elvenkind.com> <7.0.1.0.0.20060525083953.01d2c648@3dsafety.com> <22af238a0605250952y9a994fbnab1b342cfed31f06@mail.gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:28210 Archived-At: At 09:52 AM 5/25/2006, gnwiii@gmail.com wrote: >When you run ". setuptex " you should end up with > >TEXFORMATS='$TEXMFOS/web2c/{$engine,}' Ouch! I got bit by something left over from yesterdays failed attempt. Fixing that, everything is working. In Summary: How I installed Context in /usr/local on Redhat EL WS v4 using BASH: Verify that the native RedHat version of tetex is not installed on your system; it is not compatible with Contex: rpm -q tetex rpm -q tetex-afm rpm -q tetex-doc rpm -q tetex-dvilj rpm -q tetex-dvips rpm -q tetex-fonts rpm -q tetex-latex rpm -q tetex-xdvi If any of these packages are installed use rpm -e package-name to erase them. download http://www.pragma-ade.nl/context/install/justtex.zip download http://www.pragma-ade.nl/context/install/linuxtex.zip move both files to /usr/local cd /usr/local unzip justtex.zip unzip linuxtex.zip cd tex chmod +x setuptex (may not be necessary) ./setuptex /usr/local/tex (may want to add to .bash_profile or save the script as /etc/profile.d/setuptex.sh and hard coding the value of TEXROOT in the script.) mkdir $VARTEXMF cd texmf download http://www.pragma-ade.nl/context/current/cont-tmf.zip mv cont-tmp.zip to the current directory ($TEXROOT/texmf) unzip -o cont-tmf.zip cd $TEXMFOS/bin chmod +x * chmod -x xpdfsuite.zip cd $TEXROOT texexec --make en de nl texexec --make metafun George, taco, thank you for the help. Neal