This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Error 127 in install of glibc 2.2.3


Hi Allin,

I've gone through the script, checking for existing links. It seems like all
the .so.X links are OK, but all the .so links are not there. Does this give
any kind of clue as to the cause and solution for the break in the install
process?

I've added all the new ones, but I'm still getting the 'No such file or
directory' error from init.

Individual results are appended.

Nick


ln -sf ld-linux.so.2 ld-linux.so
This one already exists

ln -sf ld-linux.so.1.9.9 ld-linux.so.1
ld-linux.so.1 points to ld-linux.so.1.9.5 - I haven't got a 1.9.9

ln -sf ld-2.2.3.so ld-linux.so.2
This one already exists

ln -sf libBrokenLocale.so.1 libBrokenLocale.so
This one didn't exist. I created it.

ln -sf libBrokenLocale-2.2.3.so libBrokenLocale.so.1
This one already exists

ln -sf libanl-2.2.3.so libanl.so.1
This one already exists

ln -sf libc-2.2.3.so libc.so.6
This one already exists

ln -sf libcrypt.so.1 libcrypt.so
This one already exists

ln -sf libcrypt-2.2.3.so libcrypt.so.1
This one already exists

ln -sf libdl.so.2 libdl.so
This wasn't there so I've added it.

ln -sf libdl.so.1.9.9 libdl.so.1
Again, this points to 1.9.5 not 1.9.9 - is this OK?

ln -sf libdl-2.2.3.so libdl.so.2
This one already exists

ln -sf libm.so.6 libm.so
This wasn't there, so I've added it

ln -sf libm-2.2.3.so libm.so.6
This one already exists

ln -sf libnsl.so.1 libnsl.so
Not there; added.

ln -sf libnsl-2.2.3.so libnsl.so.1
This one already exists

ln -sf libnss_compat.so.2 libnss_compat.so
Not there; added.

ln -sf libnss_compat-2.2.3.so libnss_compat.so.2
This one already exists

ln -sf libnss_dns.so.2 libnss_dns.so
Not there; added.

ln -sf libnss_dns-2.2.3.so libnss_dns.so.2
This one already exists

ln -sf libnss_files.so.2 libnss_files.so
Not there; added.

ln -sf libnss_files-2.2.3.so libnss_files.so.2
This one already exists

ln -sf libnss_hesiod.so.2 libnss_hesiod.so
Not there; added.

ln -sf libnss_hesiod-2.2.3.so libnss_hesiod.so.2
This one already exists

ln -sf libnss_nis.so.2 libnss_nis.so
Not there; added.

ln -sf libnss_nis-2.2.3.so libnss_nis.so.2
This one already exists

ln -sf libnss_nisplus.so.2 libnss_nisplus.so
Not there; added.

ln -sf libnss_nisplus-2.2.3.so libnss_nisplus.so.2
This one already exists

ln -sf libpthread.so.0 libpthread.so
Not there; added.

ln -sf libpthread-0.9.so libpthread.so.0
This one already exists

ln -sf libresolv.so.2 libresolv.so
Not there; added.

ln -sf libresolv-2.2.3.so libresolv.so.2
This one already exists

ln -sf librt.so.1 librt.so
Not there; added.

ln -sf librt-2.2.3.so librt.so.1
This one already exists

ln -sf libthread_db-1.0.so libthread_db.so.1
This one already exists

ln -sf libutil.so.1 libutil.so
Not there; added.

ln -sf libutil-2.2.3.so libutil.so.1
This one already exists


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]