This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
informatica:hp_xw4300_500_topspin13_au_compilation [2015/09/29 14:38] miquel [Canvi de /lib32 a /lib/i386-linux-gnu] |
informatica:hp_xw4300_500_topspin13_au_compilation [2020/07/09 12:02] (current) miquel |
||
|---|---|---|---|
| Line 507: | Line 507: | ||
| </ | </ | ||
| - | <note important> | + | <WRAP important> |
| Ara que els programes AU s'han compilat correctament, | Ara que els programes AU s'han compilat correctament, | ||
| Line 516: | Line 516: | ||
| potser pels motius explicats [[http:// | potser pels motius explicats [[http:// | ||
| - | </note> | + | </WRAP> |
| ===== Canvi de /lib32 a / | ===== Canvi de /lib32 a / | ||
| Line 671: | Line 671: | ||
| Miro de substituir les biblioteques instal·lades a la carpeta ///lib32// per les seves equivalents a instal·lar dins la carpeta /// | Miro de substituir les biblioteques instal·lades a la carpeta ///lib32// per les seves equivalents a instal·lar dins la carpeta /// | ||
| + | < | ||
| + | # ls /lib32 | ||
| + | ld-2.13.so | ||
| + | ld-linux.so.2 | ||
| + | libanl-2.13.so | ||
| + | libanl.so.1 | ||
| + | libBrokenLocale-2.13.so | ||
| + | libBrokenLocale.so.1 | ||
| + | </ | ||
| + | === libc6-i386 === | ||
| + | |||
| + | Vull eliminar // | ||
| + | |||
| + | < | ||
| + | # apt-get -s install libc6:i386 libc6-dev: | ||
| + | Reading package lists... Done | ||
| + | Building dependency tree | ||
| + | Reading state information... Done | ||
| + | libc6:i386 is already the newest version. | ||
| + | libc6:i386 set to manually installed. | ||
| + | Suggested packages: | ||
| + | glibc-doc: | ||
| + | Recommended packages: | ||
| + | gcc:i386 c-compiler: | ||
| + | The following packages will be REMOVED: | ||
| + | binutils flashplugin-nonfree gcc gcc-4.7 | ||
| + | The following NEW packages will be installed: | ||
| + | libc6-dev: | ||
| + | 0 upgraded, 2 newly installed, 4 to remove and 0 not upgraded. | ||
| + | Remv flashplugin-nonfree [1: | ||
| + | Remv gcc [4:4.7.2-1] | ||
| + | Remv gcc-4.7 [4.7.2-5] | ||
| + | Remv binutils [2.22-8+deb7u2] | ||
| + | Inst linux-libc-dev: | ||
| + | Inst libc6-dev: | ||
| + | Conf linux-libc-dev: | ||
| + | Conf libc6-dev: | ||
| + | </ | ||
| + | |||
| + | que van més enllà del que considero raonable. | ||
| + | |||
| + | Així doncs, | ||
| + | * per ara elimino els paquets // | ||
| + | * no instal·lo el paquet // | ||
| + | |||
| + | Com que s'ha instal·lat el paquet // | ||
| + | |||
| + | < | ||
| + | # apt-get remove libc6-dev-i386 | ||
| + | Reading package lists... Done | ||
| + | Building dependency tree | ||
| + | Reading state information... Done | ||
| + | The following package was automatically installed and is no longer required: | ||
| + | libc6-i386 | ||
| + | Use ' | ||
| + | The following packages will be REMOVED: | ||
| + | libc6-dev-i386 | ||
| + | 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. | ||
| + | After this operation, 5,473 kB disk space will be freed. | ||
| + | Do you want to continue [Y/ | ||
| + | (Reading database ... 136418 files and directories currently installed.) | ||
| + | Removing libc6-dev-i386 ... | ||
| + | |||
| + | # apt-get autoremove | ||
| + | Reading package lists... Done | ||
| + | Building dependency tree | ||
| + | Reading state information... Done | ||
| + | The following packages will be REMOVED: | ||
| + | libc6-i386 | ||
| + | 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. | ||
| + | After this operation, 9,239 kB disk space will be freed. | ||
| + | Do you want to continue [Y/ | ||
| + | (Reading database ... 136282 files and directories currently installed.) | ||
| + | Removing libc6-i386 ... | ||
| + | </ | ||