I do that.
xelatex main.tex
And then, xelatex only returns messages below.
kpathsea: Running mktexfmt xelatex.fmt
tcfmgr: config file `tcfmgr.map' (usually in $TEXMFMAIN/texconfig) not found (ls-R missing?).
fmtutil: config file `fmtutil.cnf' not found.
I can't find the format file `xelatex.fmt'!
I using Cent OS 7 and install Texlive 2013 from yum by the command that
sudo yum install texlive-*
and it works.
When I met the problem, I run the command
sudo mktexlsr
to create ls-R file. But it not helped to solve the problem. Do you have some ideas?