Thanks for your reply.<br>Tex-related executables&nbsp; are&nbsp; actually&nbsp; located in /usr/bin.<br>-------------------------------------------------------------------------------<br>[biost@erdos~]$ ls -l /usr/bin/tex<br>-rwxr-xr-x 1 root root 297096 2006-05-27 22:29 /usr/bin/tex
<br>-------------------------------------------------------------------------------<br>This location is gentoo standard when we install tetex system by emerge.<br>So, I installed xetex binery in /usr/bin.<br><br>------------ pdftex --kpathsea-debug=4 ----------------------------
<br>[biost@erdos~]$ pdftex --kpathsea-debug=4<br>kdebug:fopen(/usr/bin/pdftex, r) =&gt; 0x821b198<br>kdebug:fclose(0x821b198) =&gt; 0<br>kdebug:fopen(/var/lib/texmf/web2c/texmf.cnf, r) =&gt; 0x821c970<br>kdebug:fclose(0x821c970) =&gt; 0
<br>kdebug:fopen(/var/lib/texmf/web2c/texmf.cnf, r) =&gt; 0x821c970<br>kdebug:fclose(0x821c970) =&gt; 0<br>kdebug:fopen(/home/biost/.texmf-config/ls-R, r) =&gt; 0x8233548<br>kdebug:fclose(0x8233548) =&gt; 0<br>kdebug:fopen(/home/biost/.texmf-var/ls-R, r) =&gt; 0x8233578
<br>kdebug:fclose(0x8233578) =&gt; 0<br>kdebug:fopen(/var/lib/texmf/ls-R, r) =&gt; 0x8233578<br>kdebug:fclose(0x8233578) =&gt; 0<br>kdebug:fopen(/var/lib/texmf/ls-R, r) =&gt; 0x8233578<br>kdebug:fclose(0x8233578) =&gt; 0<br>
kdebug:fopen(/var/lib/texmf/ls-R, r) =&gt; 0x8236190<br>kdebug:fclose(0x8236190) =&gt; 0<br>kdebug:fopen(/usr/local/share/texmf/ls-R, r) =&gt; 0x8236190<br>kdebug:fclose(0x8236190) =&gt; 0<br>kdebug:fopen(/usr/share/texmf-site/ls-R, r) =&gt; 0x8236190
<br>kdebug:fclose(0x8236190) =&gt; 0<br>kdebug:fopen(/usr/share/texmf/ls-R, r) =&gt; 0x8236190<br>kdebug:fclose(0x8236190) =&gt; 0<br>kdebug:fopen(/var/cache/fonts/ls-R, r) =&gt; 0x8236190<br>kdebug:fclose(0x8236190) =&gt; 0
<br>kdebug:fopen(/usr/share/texmf/aliases, r) =&gt; 0x8572c00<br>kdebug:fclose(0x8572c00) =&gt; 0<br>This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)<br>**<br>------------------------------------------------------------------------------
<br>&nbsp;<br>In-Soo, Oh<br><br><br><div><span class="gmail_quote">2006/5/29, Jonathan Kew &lt;<a href="mailto:jonathan_kew@sil.org">jonathan_kew@sil.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 29 May 2006, at 12:57 am, ¿ÀÀμö wrote:<br><br>.....<br>&gt; ------------- xetex --kpathsea-debug=4 --------------------------<br>&gt; kdebug:fopen(/usr/bin/xetex, r) =&gt; 0x87e60b0<br>&gt; kdebug:fclose(0x87e60b0) =&gt; 0
<br>&gt; kdebug:fopen(/usr/share/texmf/ls-R, r) =&gt; 0x87f72a8<br>&gt; kdebug:fclose(0x87f72a8) =&gt; 0<br>&gt; kdebug:fopen(/usr/share/texmf/aliases, r) =&gt; 0x8b2c788<br>&gt; kdebug:fclose(0x8b2c788) =&gt; 0<br>&gt; This is XeTeX, Version 
3.141592-2.2-0.992 (Web2C 7.5.3)<br>&gt; **<br>&gt; ----------------------------------------------------------------------<br>&gt; -------<br>&gt;<br>&gt; As you can see, my xetex environment setting could have some problems.
<br>&gt; However, my texmf.conf files&nbsp;&nbsp;are<br>&gt; &quot;/etc/texmf/web2c/texmf.cnf&quot; and&nbsp;&nbsp;&quot;/var/lib/texmf/web2c/texmf.cnf&quot;<br>&gt; and both files are same.<br>&gt; I think that xetex does not read /etc/texmf/web2c/texmf.cnf.
<br><br>Yes, it is definitely not reading this (it would appear in the trace<br>above). So then the question is why.<br><br>All the web2c-based TeX programs locate texmf.cnf relative to the<br>location of the actual binary. I notice that you have xetex in /usr/
<br>bin; is this the same location as other tex-related executables? On<br>some systems, the executables are actually installed elsewhere<br>(under ..../texmf/bin/&lt;ARCHITECTURE&gt;/ or something like that), and<br>only symlink are placed in /usr/bin. If this is the case on your
<br>Gentoo system, you'd probably have to install xetex in the same way<br>for it to find the correct environment.<br><br>How about comparing the debug output of &quot;pdftex --kpathsea-debug=4&quot;,<br>which should show us how pdftex is locating configuration files?
<br>xetex is supposed to behave the same, but clearly it isn't working<br>right on your system.<br><br>JK<br><br>_______________________________________________<br>XeTeX mailing list<br><a href="mailto:postmaster@tug.org">
postmaster@tug.org</a><br><a href="http://tug.org/mailman/listinfo/xetex">http://tug.org/mailman/listinfo/xetex</a><br></blockquote></div><br>