[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:36866] Re: Oracle9iのインストールで
At Thu, 24 Apr 2003 11:47:44 +0900,
近棟 稔 wrote:
> 先日からDebian unstableにOracle9i (9.2.0)をインストールしようとしてい
> るのですが、なかなか思うように入らずに手間取っています。基本的に正常に
> インストールする所まではいっていると思うのですが、sqlplusを動かすと以
> 下のようなエラーが出ます。
>
> ----------------------------------------------------------------------
> [chika@blackpad]~> sqlplus system/manager
>
> SQL*Plus: Release 9.2.0.1.0 - Production on Apr 24 11:38:43 2003
>
> Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
>
> oracleorcl: relocation error: /home/chika/App/Oracle/product/9.2.0/lib/libjox9.so: undefined symbol: __fixunssfdi
> ERROR:
> ORA-12547: TNS:lost contact
libgcc の問題でしょう。インストールされている glibc のバージョンが古い
と思います。対策を施してある glibc 最新版 (2.3.1-1x以降だったと記憶)
を入れてもう一度試してみて下さい。
-- gotom