[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[linux-users:70076] Re: libwcsmbs.so.0エラー


> LILO boot: linux 1 ではダメだったので、linux init=/bin/bash rw や
> linux init=/bin/sh rw 等で起動を試みましたが、やはり
> 
> init: error in loading shared libraries: /lib/libwcsmbs.so.0:
> undefined symbol:_nl_current_LC_NUMERIC
> 
> のエラーのところで止まってしまいます。

# もう復旧したみたいですけど...

うちでは、/bin/sh は、

% ls -l /bin/sh
lrwxrwxrwx   1 root     root            4 May 26  1999 /bin/sh -> bash*

みたいになってて、

% file /bin/bash
/bin/bash: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked (uses shared libs), stripped

% ldd /bin/bash
        libtermcap.so.2 => /lib/libtermcap.so.2 (0x40018000)
        libc.so.6 => /lib/libc.so.6 (0x4001c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

bashはダイナミックリンクなので、ライブラリ関係のエラーでは動かなくなったりします

vineではわからないんですが、
redhat5.2 6.0 6.1 と kondara1.1 にはsash(Stand Alone SHell?)があります
たしか、標準でインストールされたような気がします

sashには、基本的なコマンドも内蔵されていて、(もしもの時に)便利なので
vineにもついていれば、インストールしておいたほうがいいです

% file /sbin/sash
/sbin/sash: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, stripped

% ldd /sbin/sash
        not a dynamic executable

% rpm -qif /sbin/sash
Name        : sash                         Relocations: (not relocateable)
Version     : 3.3                               Vendor: (none)
Release     : 2                             Build Date: Wed Dec 22 08:50:43 1999
Install date: Fri May  5 10:28:40 2000      Build Host: pingo.kondara.org
Group       : System Environment/Shells     Source RPM: sash-3.3-2.nosrc.rpm
Size        : 449869                           License: GPL
Summary     : A statically linked shell, including some built-in basic commands.
Description :
Sash is a simple, standalone, statically linked shell which includes
simplified versions of built-in commands like ls, dd and gzip.  Sash
is statically linked so that it can work without shared libraries, so
it is particularly useful for recovering from certain types of system
failures.  Sash can also be used to safely upgrade to new versions of
shared libraries.

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
References: