[tex-live] tlmgr install issue
Norbert Preining
preining at logic.at
Tue Nov 25 16:20:04 CET 2008
On Mo, 24 Nov 2008, Ryan wrote:
> Can't locate TeXLive/TLConfig.pm in @INC (@INC contains: //tlpkg /etc/perl
> /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
> /usr/local/lib/site_perl .)
>
> Upon further inspection, @INC did not have a path to the default install
> directory:
> /usr/local/texlive/2008/tlpkg/
That is not necessary. The problem you have is that you probably have
/usr/bin/kpsewhich
installed (from some texlive-* or tetex packages), and in the PATH
setting that one is found *before* the one in
/usr/local/texlive/2008/bin/i386-linux.
tlmgr finds itself and all the TeX Live modules via
kpsewhich -expand-var SELFAUTOPARENT
and if that gives you / then you are using the wrong kpsewhich.
And then it is GOOD that tlmgr is not working!!!
> so adding
> use lib qw(/usr/local/texlive/2008/tlpkg);
No, bad, do
export PATH=/usr/local/texlive/2008/bin/i386-linux:$PATH
is the proper fix.
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining <preining at logic.at> Vienna University of Technology
Debian Developer <preining at debian.org> Debian TeX Group
gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
PABBY (n.,vb.)
(Fencing term.) The play, or manoeuvre, where one swordsman leaps on
to the table and pulls the battleaxe off the wall.
--- Douglas Adams, The Meaning of Liff
More information about the tex-live
mailing list