Quote:
Originally posted by Emanon
i installed it into /usr/local/glibc.2.3.2
just following the INSTALL-file. i am not sure what it is all about. i am kind of new to this. i just want my ftp-client to work. and it was said that that libc.so.6 was supposed to be included there.
|
you mean you put in the configure --prefix=/usr/local/glibc.2.3.2 ??
or just did no prefix setting so you have the default /usr/local
the thing I'm concerned about is the /lib folder
i don't know about SUSE file structure !
in /lib do you now have
ld-2.3.2.so
libc-2.3.2.so
libdl-2.3.2.so
on and on there are lots of them ?????
libc.so.6 like you said earlier is just a link to libc-2.3.2.so
plus you still have all the older 2.2.5 libs as well ???
you said
Quote:
and on the old spot there was still the old version of that file
|
what do you mean by that -- where is the old version ?? and you mean the link still points to libc-2.2.5.so
and that is still there ??
and i'm sure you are geting tired of 20 questions but now do you have a directory
/usr/local/glibc.2.3.2/bin and is all this junk in there ??
(therefore off your path and the older utils are still functional)
try this from the command line:
ldd --version
what do you get ??
just to let you know all the executables that come with glibc are:
catchsegv, gencat, getconf, getent,
glibcbug, iconv, iconvconfig, ldconfig, ldd, lddlibc4, locale,
localedef, mtrace, nscd, nscd_nischeck, pcprofiledump, pt_chown,
rpcgen, rpcinfo, sln, sprof, tzselect, xtrace, zdump and zic
and the libraries are:
ld.so, libBrokenLocale.[a,so],
libSegFault.so, libanl.[a,so], libbsd-compat.a, libc.[a,so],
libc_nonshared.a, libcrypt.[a,so], libdl.[a,so], libg.a, libieee.a,
libm.[a,so], libmcheck.a, libmemusage.so, libnsl.a,
libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so,
libnss_nis.so, libnss_nisplus.so, libpcprofile.so,
libpthread.[a,so], libresolv.[a,so], librpcsvc.a, librt.[a,so],
libthread_db.so and libutil.[a,so]
i'm afraid since it sounds like you didn't include linux-threads your new glibc it's broken
and of course everything on your system is linked both with and to the older version
i think don't reboot until you can sort this out or you might be screwed