source: general/prog/patchelf.xml@ de1dcce

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since de1dcce was de1dcce, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Tidy up patchelf page:

Add a versioned doc directory
Add the make install command

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY patchelf-download-http "https://github.com/NixOS/patchelf/releases/download/&patchelf-version;/patchelf-&patchelf-version;.tar.gz">
8 <!ENTITY patchelf-download-ftp " ">
9 <!ENTITY patchelf-md5sum "63e6f761af0bfda2bfe08a568d1e2e76">
10 <!ENTITY patchelf-size "240 KB">
11 <!ENTITY patchelf-buildsize "16 MB (with tests)">
12 <!ENTITY patchelf-time "0.1 SBU (with tests)">
13]>
14
15<sect1 id="patchelf" xreflabel="patchelf-&patchelf-version;">
16 <?dbhtml filename="patchelf.html"?>
17
18
19 <title>Patchelf-&patchelf-version;</title>
20
21 <indexterm zone="patchelf">
22 <primary sortas="a-patchelf">patchelf</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Patchelf</title>
27
28 <para>
29 The <application>patchelf</application> package contains a small
30 utility to modify the dynamic linker and RPATH of ELF executables.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&patchelf-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&patchelf-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &patchelf-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &patchelf-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &patchelf-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &patchelf-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <para condition="html" role="usernotes">
70 User Notes: <ulink url="&blfs-wiki;/patchelf"/>
71 </para>
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Patchelf</title>
76
77 <para>
78 Install <application>patchelf</application> by running the following
79 commands:
80 </para>
81
82<screen><userinput>./configure --prefix=/usr \
83 --docdir=/usr/share/doc/patchelf-&patchelf-version; &amp;&amp;
84make</userinput></screen>
85
86 <para>
87 To test the results, issue: <command>make check</command>.
88 </para>
89
90 <para>
91 Now, as the &root; user:
92 </para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Program</segtitle>
103
104 <seglistitem>
105 <seg>
106 patchelf
107 </seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="patchelf-prog">
117 <term><command>patchelf</command></term>
118 <listitem>
119 <para>
120 is a simple utility for modifying existing ELF executables and
121 libraries; it can change the dynamic loader ("ELF interpreter")
122 of executables and change the RPATH of executables and
123 libraries.
124 </para>
125 <indexterm zone="patchelf patchelf-prog">
126 <primary sortas="b-patchelf">patchelf</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130 </variablelist>
131 </sect2>
132</sect1>
Note: See TracBrowser for help on using the repository browser.