source: BOOK/final-system/ppc64-64/eglibc.xml@ 7357219

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 7357219 was c4f7e36, checked in by William Harrington <kb0iic@…>, 11 years ago

Create link of ld.so.1 and then remove it after install. Proper command now.

  • Property mode set to 100644
File size: 5.8 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
8<sect1 id="ch-system-eglibc" role="wrap">
9 <?dbhtml filename="eglibc.html"?>
10
11 <title>EGLIBC-&eglibc-version;</title>
12
13 <indexterm zone="ch-system-eglibc">
14 <primary sortas="a-EGLIBC">EGLIBC</primary>
15 </indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
18 href="../common/eglibc.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of EGLIBC</title>
23
24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
25 href="../common/eglibc.xml"
26 xpointer="xpointer(//*[@os='z'])"/>
27
28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
29 href="../common/eglibc.xml"
30 xpointer="xpointer(//*[@os='l1'])"/>
31
32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
33 href="../common/eglibc.xml"
34 xpointer="xpointer(//*[@os='l2'])"/>
35
36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
37 href="../common/eglibc.xml"
38 xpointer="xpointer(//*[@os='l3'])"/>
39
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
41 href="../common/eglibc.xml"
42 xpointer="xpointer(//*[@os='l4'])"/>
43
44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
45 href="../common/eglibc.xml"
46 xpointer="xpointer(//*[@os='b'])"/>
47
48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
49 href="../common/eglibc.xml"
50 xpointer="xpointer(//*[@os='e'])"/>
51
52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
53 href="../common/eglibc.xml"
54 xpointer="xpointer(//*[@os='f'])"/>
55
56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
57 href="../x86_64-64/eglibc.xml"
58 xpointer="xpointer(//*[@os='l5'])"/>
59
60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
61 href="../x86_64-64/eglibc.xml"
62 xpointer="xpointer(//*[@os='l6'])"/>
63
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
65 href="../common/eglibc.xml"
66 xpointer="xpointer(//*[@os='g'])"/>
67
68<screen os="h"><userinput>CC="gcc ${BUILD64}" ../eglibc-&eglibc-version;/configure --prefix=/usr \
69 --disable-profile --enable-kernel=2.6.32 \
70 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \
71 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
72
73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
74 href="../x86_64-64/eglibc.xml"
75 xpointer="xpointer(//*[@os='i'])"/>
76
77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
78 href="../common/eglibc.xml"
79 xpointer="xpointer(//*[@os='j'])"/>
80
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
82 href="../common/eglibc.xml"
83 xpointer="xpointer(//*[@os='k'])"/>
84
85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
86 href="../common/eglibc.xml"
87 xpointer="xpointer(//*[@os='l'])"/>
88
89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
90 href="../common/eglibc.xml"
91 xpointer="xpointer(//*[@os='m'])"/>
92
93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
94 href="../multilib/eglibc-64bit.xml"
95 xpointer="xpointer(//*[@os='n'])"/>
96
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
98 href="../multilib/eglibc-64bit.xml"
99 xpointer="xpointer(//*[@os='o'])"/>
100
101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
102 href="../multilib/eglibc-64bit.xml"
103 xpointer="xpointer(//*[@os='p'])"/>
104
105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106 href="../common/eglibc.xml"
107 xpointer="xpointer(//*[@os='q'])"/>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../common/eglibc.xml"
111 xpointer="xpointer(//*[@os='r'])"/>
112
113 <para>The install will finish by checking that everything is correctly installed.
114 Unfortunately, it will test for a multilib installation. On PPC64 Pure64 this means
115 it will try to test the non-existent 32-bit loader which has a different name
116 from the 64-bit loader (unlike on other 64-bit architectures). We fool it by
117 creating a symlink to the real loader.</para>
118
119 <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld.so.1</userinput></screen>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../common/eglibc.xml"
123 xpointer="xpointer(//*[@os='s'])"/>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../common/eglibc.xml"
127 xpointer="xpointer(//*[@os='t'])"/>
128
129 <para>Now we can remove this symlink. We also need to correct the <command>
130 /usr/bin/ldd</command> script - if you look at this, you will see it references
131 not only the 32-bit linker, but also /lib64 where it thinks the 64-bit linker
132 is. The following <command>sed</command> will correct this:</para>
133
134 <screen><userinput>rm -v /lib/ld.so.1
135cp -v /usr/bin/ldd{,.bak}
136sed '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
137
138 <para>Check the script to make sure the sed worked correctly, then delete
139 the backup.</para>
140
141 <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
142
143
144 <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h
145 and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix
146 this with the following:</para>
147
148 <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen>
149
150 </sect2>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../common/eglibc.xml"
154 xpointer="xpointer(id('i18n-eglibc'))"/>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../common/eglibc.xml"
158 xpointer="xpointer(id('conf-eglibc'))"/>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="../common/eglibc.xml"
162 xpointer="xpointer(id('conf-ld'))"/>
163
164 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
165 href="../common/eglibc.xml"
166 xpointer="xpointer(id('contents-eglibc'))"/>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.