View previous topic :: View next topic |
Author |
Message |
borlander Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/52241597940019b62d0274.jpg)
Joined: 10 Jan 2004 Posts: 160 Location: Gummersbach
|
Posted: Wed Feb 11, 2004 11:58 am Post subject: emerge geht nach einem emerge kde -u nicht mehr |
|
|
Ich wollte mal ein rundum Update machen und hab ganz sorglos ein
emerge kde -u
gemacht.
Die genaue Fehlermeldung hab ich leider nicht mehr, sondern nur einen Ausschnitt aus der emerge.log:
Code: | 1076441875: >>> emerge (12 of 92) sys-devel/gcc-3.3.2-r7 to /
1076441875: === (12 of 92) Cleaning (sys-devel/gcc-3.3.2-r7::/usr/portage/sys-devel/gcc/gcc-3.3.2-r7.ebuild)
1076441876: === (12 of 92) Compiling/Packaging (sys-devel/gcc-3.3.2-r7::/usr/portage/sys-devel/gcc/gcc-3.3.2-r7.ebuild)
1076446043: === (12 of 92) Merging (sys-devel/gcc-3.3.2-r7::/usr/portage/sys-devel/gcc/gcc-3.3.2-r7.ebuild)
1076446154: === (12 of 92) Post-Build Cleaning (sys-devel/gcc-3.3.2-r7::/usr/portage/sys-devel/gcc/gcc-3.3.2-r7.ebuild)
1076446168: >>> AUTOCLEAN: sys-devel/gcc
1076446173: === Unmerging... (sys-devel/gcc-3.2.3-r3)
1076446188: >>> unmerge success: sys-devel/gcc-3.2.3-r3
1076446189: ::: completed emerge (12 of 92) sys-devel/gcc-3.3.2-r7 to /
1076446189: >>> emerge (13 of 92) sys-kernel/linux-headers-2.4.22 to /
1076446189: === (13 of 92) Cleaning (sys-kernel/linux-headers-2.4.22::/usr/portage/sys-kernel/linux-headers/linux-headers-2.4.22.ebuild)
1076446189: === (13 of 92) Compiling/Packaging (sys-kernel/linux-headers-2.4.22::/usr/portage/sys-kernel/linux-headers/linux-headers-2.4.22.ebuild)
1076446254: *** terminating. |
Danach kommt folgende Fehlermeldung bei der benutzung von emerge (egal was ich mergen oder suchen will)
Code: | /usr/bin/python: error while loading shared libraries: libstd++.so.5: cannot open shared object file: no such file or directory |
Kann mir da jemand helfen. Wie ich mein System wieder gerade gebogen bekomme ohne alles zu zerstören |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cabarete n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Feb 2004 Posts: 2
|
Posted: Wed Feb 11, 2004 12:08 pm Post subject: Re: emerge geht nach einem emerge kde -u nicht mehr |
|
|
borlander wrote: | Ich wollte mal ein rundum Update machen und hab ganz sorglos ein
Danach kommt folgende Fehlermeldung bei der benutzung von emerge (egal was ich mergen oder suchen will)
Code: | /usr/bin/python: error while loading shared libraries: libstd++.so.5: cannot open shared object file: no such file or directory |
Kann mir da jemand helfen. Wie ich mein System wieder gerade gebogen bekomme ohne alles zu zerstören |
sollte helfen
caba |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
borlander Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/52241597940019b62d0274.jpg)
Joined: 10 Jan 2004 Posts: 160 Location: Gummersbach
|
Posted: Wed Feb 11, 2004 12:13 pm Post subject: |
|
|
Super vielen Dank
das emerge geht wieder.
Was macht ldconfig ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mac Fly Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 30 Nov 2003 Posts: 330 Location: nähe Stuttgart
|
Posted: Wed Feb 11, 2004 12:21 pm Post subject: |
|
|
https://forums.gentoo.org/viewtopic.php?t=133909
Is schon seltsam, so oft das gleiche Prob und jedesmal ein neuer Thread dazu.
Ausschnitt von `man ldconfig`: Code: | DESCRIPTION
ldconfig creates the necessary links and cache to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf, and in the trusted directories (/lib and /usr/lib). The cache is used by the run-time linker, ld.so or ld-linux.so. ldconfig checks the header and file names of the libraries it encounters when determining which versions should have their links updated.
ldconfig will attempt to deduce the type of ELF libs (ie. libc5 or libc6/glibc) based on what C libs, if any, the library was linked against. Therefore, when making dynamic libraries, it is wise to explicitly link against libc (use -lc). Some existing libs do not contain enough information to allow the deduction of their type. Therefore, the /etc/ld.so.conf file format allows the specification of an expected type. This is only used for those ELF libs which we can not work out. The format is "dirname=TYPE", where TYPE can be libc4, libc5, or libc6. (This syntax also works on the command line.) Spaces are not allowed. Also see the -p option. ldconfig should normally be run by the super-user as it may require write permission on some root owned directories and files.
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
amne Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/117771253447ad6e0ae3631.gif)
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Wed Feb 11, 2004 6:05 pm Post subject: |
|
|
Danke fürs raussuchen, wie bei den anderen Threads gilt auch hier: Alles weitere zum Thema in den oben genannten Thread. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|