You are not logged in.

#1 2008-07-02 06:12:28

aaaaarch
Member
Registered: 2008-03-05
Posts: 18

[SOVLED]A problem while installing TeXlive

i used "pacman -S texlive-most" to get texlive
but there're so many errors while installing, like this:
...
/opt/texlive/bin/texconfig-sys: line 23: kpsewhich: command not found
/opt/texlive/bin/texconfig-sys: line 24: kpsewhich: command not found
/opt/texlive/bin/texconfig-sys: line 30: exec: texconfig: not found
/opt/texlive/bin/updmap-sys: line 23: kpsewhich: command not found
/opt/texlive/bin/updmap-sys: line 24: kpsewhich: command not found
/opt/texlive/bin/updmap-sys: line 30: exec: updmap: not found
...
these are just a few of all errors
why?
and how to solve?

Last edited by aaaaarch (2008-07-02 07:00:42)

Offline

#2 2008-07-02 06:23:40

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [SOVLED]A problem while installing TeXlive

you can find a workaround here: http://bugs.archlinux.org/task/8753

Offline

#3 2008-07-02 06:59:56

aaaaarch
Member
Registered: 2008-03-05
Posts: 18

Re: [SOVLED]A problem while installing TeXlive

i found the solution: just run /etc/profile/texlive.sh

Offline

#4 2008-07-25 13:29:31

cwjiof
Member
From: Taichung, TW
Registered: 2008-01-27
Posts: 131

Re: [SOVLED]A problem while installing TeXlive

You have to add /opt/texlive/bin into PATH in .bashrc:

export PATH="$PATH:/opt/texlive/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/texlive/lib"

Offline

#5 2008-07-26 03:07:45

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: [SOVLED]A problem while installing TeXlive

cwjiof wrote:

You have to add /opt/texlive/bin into PATH in .bashrc:

export PATH="$PATH:/opt/texlive/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/texlive/lib"

You don't. Texlive installs /etc/profile/texlive.sh which sets the path automatically on login. Therefore, all you need to do is to log out and back in (or source /etc/profile/texlive.sh if you need it before you can log out).

Offline

Board footer

Powered by FluxBB