Changeset 11c151b1 for pst/typesetting


Ignore:
Timestamp:
01/21/2024 11:47:46 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
f88146e
Parents:
9e9d5ac
git-author:
Xi Ruoyao <xry111@…> (01/21/2024 11:46:07 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/21/2024 11:47:46 AM)
Message:

texlive: No longer edit ld.so.conf

The texlive binaries are built with RPATH, thus they work fine w/o
ld.so.conf modification.

For other packages using kpathsea we need to symlink libkpathsea.so.6 to
/usr/lib so it can be found.

It seems install-tl-unx does not use texlive shared libraries at all (I
downloaded the tex executable from it and the executable only uses
libc.so.6 and libm.so.6).

Location:
pst/typesetting
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/tex-path.xml

    r9e9d5ac r11c151b1  
    7676
    7777  <para>
    78     The shared libraries will be installed into a texlive directory.
    79     As the <systemitem class="username">root</systemitem> user, add it to
    80     your <filename>/etc/ld.so.conf</filename>:
    81   </para>
    82 
    83 <screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
    84 <literal># Begin texlive addition
    85 
    86 $TEXLIVE_PREFIX/lib
    87 
    88 # End texlive addition</literal>
    89 EOF</userinput></screen>
    90 
    91   <para>
    9278    You should now proceed either to <xref linkend="tl-installer"/> for
    9379    a binary installation of texlive, or to <xref linkend="texlive"/> to begin
  • pst/typesetting/texlive.xml

    r9e9d5ac r11c151b1  
    347347    </para>
    348348
    349 <screen role="root"><userinput>ln -svf $TEXLIVE_PREFIX/lib/libkpathsea.so /usr/lib</userinput></screen>
     349<screen role="root"><userinput>ln -svf $TEXLIVE_PREFIX/lib/libkpathsea.so{,.6} /usr/lib</userinput></screen>
    350350
    351351    <note>
Note: See TracChangeset for help on using the changeset viewer.