[tex-live] Texlive 2018 doesn't support on redhat/centos 6
Lars Madsen
daleif at math.au.dk
Fri Jan 25 16:13:01 CET 2019
just to be clear, is that
export LD_LIBRARY_PATH=/opt/glibc-2.14/lib
still in effect when you use xelatex?
The installer does not care about glibc (as far as I know, it does not even check for it), the precompiled binaries cares
/Lars Madsen
Institut for Matematik / Department of Mathematics
Aarhus Universitet / Aarhus University
Mere info: http://au.dk/daleif@math<http://au.dk/daleif@imf> / More information: http://au.dk/en/daleif@math<http://au.dk/en/daleif@imf>
________________________________
From: tex-live <tex-live-bounces+daleif=imf.au.dk at tug.org> on behalf of 沈维燕(Steven Shen) <ishenweiyan at qq.com>
Sent: 25 January 2019 07:48
To: tex-live
Subject: [tex-live] Texlive 2018 doesn't support on redhat/centos 6
Hi dear texlive,
I update glibc on my Centos 6.5 from glibc-2.12 to glibc-2.14 as follow:
mkdir ~/glibc_install; cd ~/glibc_install
wget http://ftp.gnu.org/gnu/glibc/glibc-2.14.tar.gz
tar zxvf glibc-2.14.tar.gz
cd glibc-2.14
mkdir build
cd build
../configure --prefix=/opt/glibc-2.14
make -j4
sudo make install
export LD_LIBRARY_PATH=/opt/glibc-2.14/lib
And I install texlive2018 :
export LD_LIBRARY_PATH=/opt/glibc-2.14/lib
install-tl -profile texlive.profile
I seems all goes well, but when I use xelatex, I got error:
$ /home/shenweiyan/texlive2018/bin/x86_64-linux/xelatex test.tex
Segmentation fault (core dumped)
I can see the same error on https://tex.stackexchange.com/questions/443578/segmentation-fault-core-dumped-when-run-xelatex-on-centos-6-2?noredirect=1&lq=1, so I want make sure is texlive 2018 doesn't support on redhat/centos 6?
Thanks
Steven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/tex-live/attachments/20190125/9083a55a/attachment.html>
More information about the tex-live
mailing list