Package: migemo
Version: 0.40-7.1

migemo doesn't work on my environment as follows.

% migemo
/usr/bin/migemo:15:in `require': no such file to load -- migemo (LoadError)
        from /usr/bin/migemo:15

It is because it use #!/usr/bin/env hack and I have
~/bin/ruby.

% head -1 /usr/bin/migemo
#! /usr/bin/env ruby
% which ruby
/home/akr/bin/ruby

The migemo command needs migemo libray.  The migemo package
installs migemo library for /usr/bin/ruby.  So the migemo
package should specify the interpreter for the migemo
command as #!/usr/bin/ruby.

% dpkg -l|grep migemo
ii  migemo                           0.40-7.1                        Japanese 
incremental search with Romaji on E
-- 
Tanaka Akira


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to