% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x Installation of Glibc @y &InstallationOf1;Glibc &InstallationOf2; @z @x The install will finish by checking that everything is correctly installed. Unfortunately, it will test for a multilib installation. On PPC64 Pure64 this means it will try to test the non-existent 32-bit loader which has a different name from the 64-bit loader (unlike on other 64-bit architectures). We fool it by creating a symlink to the real loader. @y インストールの終了時には、すべてが正常にインストール出来たかどうかのチェックが行われます。 残念ながらこれはマルチライブラリインストールのテストを行います。 PPC64 Pure64 上では存在しない 32ビットローダーに対するテストを行うということであり、しかも (64ビットアーキテクチャーでのものとは違う) 64ビットローダーとは異なる名称になっています。 そこで実際に存在するローダーへのシンボリックリンクを生成し、この状況を回避します。 @z @x Now we can remove this symlink: @y ここでシンボリックリンクを削除します。 @z