[前][次][番号順一覧][スレッド一覧]

mysql:1570

From: "N.Yoshida" <"N.Yoshida" <yosh_no@xxxxxxxxxx>>
Date: Mon, 14 Feb 2000 11:06:43 +0900
Subject: [mysql 01570] Re: mysql-ruby のインストール

>
>不思議ですね…。
>
>mysql.so 以外ではどうでしょうか? 例えば socket.so とか。
>
>	$ ruby -rsocket -e 1
>
>…で試せます。
>

  socket.soなどrubyのインストール時に用意されるモジュールについても確かに
ファイルとしてはあるのに lddコマンドでは無いように認識されています。

  私の環境はSlackware 3.5ベースのlinuxでkernel 2.2.12、libc5ですが以下のよ
うになりました。

------------------------------------------------------------------------------
fz000785:~# ls -l /usr/local/lib/ruby/1.4/i586-linux/mysql.so
-r-xr-xr-x   1 root     root        77115 Feb 10 12:55 /usr/local/lib/ruby/1.4/i
586-linux/mysql.so*
fz000785:~# ldd /usr/local/lib/ruby/1.4/i586-linux/mysql.so
ldd: can't execute /usr/local/lib/ruby/1.4/i586-linux/mysql.so (No such file or
directory)
fz000785:~# ls -l /usr/local/lib/ruby/1.4/i586-linux/socket.so
-r-xr-xr-x   1 root     root       122471 Feb  9 20:39 /usr/local/lib/ruby/1.4/i
586-linux/socket.so*
fz000785:~# ldd /usr/local/lib/ruby/1.4/i586-linux/socket.so
ldd: can't execute /usr/local/lib/ruby/1.4/i586-linux/socket.so (No such file or
 directory)
------------------------------------------------------------------------------

  ld.so.confは次のような設定になっています。

------------------------------------------------------------------------------
/usr/local/lib
/usr/X11R6/lib
/usr/ix86-linux/lib
/usr/ix86-linuxaout/lib
/usr/openwin/lib
------------------------------------------------------------------------------

  なにかすごく基本的なシステム設定が漏れていてこのようになっているように思えるの
ですが見当がつきません。


-------------------------------------------------------------------------
  吉田 伸次(N.Yoshida) E-mail:yosh_no@xxxxxxxxxx
                       nifty :TCN00171@xxxxxxxxxx
-------------------------------------------------------------------------

[前][次][番号順一覧][スレッド一覧]

      1562 2000-02-10 10:06 ["N.Yoshida" <yosh_no] mysql-ruby のインストール               
      1563 2000-02-10 12:22 ┗[とみたまさひろ <tomm]                                       
      1564 2000-02-10 13:01  ┗["N.Yoshida" <yosh_no]                                     
      1565 2000-02-10 14:25   ┗[とみたまさひろ <tomm]                                   
->    1570 2000-02-14 11:06    ┗["N.Yoshida" <yosh_no]                                 
      1571 2000-02-14 11:29     ┣[とみたまさひろ <tomm]                               
      1572 2000-02-14 12:50     ┃┗["N.Yoshida" <yosh_no]                             
      1573 2000-02-14 13:08     ┃ ┗[とみたまさひろ <tomm]                           
      1574 2000-02-14 13:43     ┗[<takeshi@xxxxxxxxxx>]                               
      1575 2000-02-14 13:54      ┣[<takeshi@xxxxxxxxxx>]                             
      1576 2000-02-14 15:00      ┗["N.Yoshida" <yosh_no]                             
      1577 2000-02-14 16:34       ┗[<takeshi@xxxxxxxxxx>]                           
      1578 2000-02-15 10:06        ┗["N.Yoshida" <yosh_no]                         
      1579 2000-02-15 10:16         ┗[とみたまさひろ <tomm]                       
      1580 2000-02-15 10:45          ┗["N.Yoshida" <yosh_no]                     
      1581 2000-02-15 11:20           ┣[とみたまさひろ <tomm]                   
      1584 2000-02-15 13:23           ┗[UENO Kazuaki <kazu@x]