[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:37131] Re: ./configureのライブラリ不足
石原と申します。
ncurses関連のライブラリがインストールされていないのでは?
$ apt-cache search curses | grep curses | less
を実行してみると、以下の内容が出てきました。
(ちなみに、私の環境はsidです)
libncurses4 - Shared libraries for terminal handling
libncurses5 - Shared libraries for terminal handling
libncurses5-dbg - Debugging/profiling libraries for ncurses
libncurses5-dev - Developer's libraries and docs for ncurses
libncursesw5 - Shared libraries for terminal handling (wide character support)
libncursesw5-dbg - Debugging/profiling libraries for ncurses
libncursesw5-dev - Developer's libraries and docs for ncursesw
--
石原 秀三
E-mail: ishihara@xxxxxxxxxxxxxxxx
At Mon, 19 May 2003 16:11:24 +0900,
横山貴士 wrote:
>
> 横山と申します。
>
> mysql4.1をソースからインストールしようと試みているのですが
> ./configureをおこなったら下記のエラーが出力され停止しました。
>
(省略)
> checking for termcap functions library... configure: error
> : No curses/termcap library found
>
> 最下行から察するにライブラリが足りないと思うのですが、何のライブラリが
> 必要なのか分からず投稿に至りました。
> apt-cache searchでtermcapやcursesなど調べたのですが
> 該当するものが見つかりませんでした。
> こういった場合に、どのように対処を行えばよいのか御教授下さり
> ますようよろしくお願いします。
>
> 環境はdebian 3.0 woody
> カーネル2.4.18
> 参考になるか分かりませんが現在apache2.0のインストールは
> うまく行っております。
>