From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: pi+piham Delivered-To: pi+piham@dcvr.yhbt.net Received: by dcvr.yhbt.net (Postfix, from userid 1000) id 55CB81F772; Thu, 2 Oct 2014 17:22:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=ham version=3.3.2 X-Original-To: normalperson@yhbt.net Delivered-To: ew@dcvr.yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EF77A1F770; Thu, 2 Oct 2014 17:15:07 +0000 (UTC) Date: Thu, 2 Oct 2014 17:15:07 +0000 From: Eric Wong To: Rene Maurer Cc: dtas-all@nongnu.org Subject: Re: dtas-console doesn't work on my system Message-ID: <20141002171507.GA30733@dcvr.yhbt.net> References: <20141002144311.6312f6e7@loco5> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141002144311.6312f6e7@loco5> Rene Maurer wrote: > Since now I have never used 'dtas-console'. I have tried it the first > time and it doesn't work: > > | dtas-conole > > | /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in > | `require': cannot load such file -- curses (LoadError) I think you built/installed Ruby without the necessary dependencies for the curses extension. In any case, Ruby 2.2.0 split out "curses" as a separate RubyGem. You'll need the necessary build dependency (libncurses5-dev on Debian) to build + install it: sudo apt-get install libncurses5-dev gem install curses I think RH-based systems have named the build-dep "ncurses-devel" or similar > Other dtas components (dtas-player, dtas-ctl, dtas-enq) work fine. Right, dtas-console is totally optional.