Package: tdiary
Version: 2.0.2+20050720-1
On my environment, /usr/bin/tdiary-setup fails as follows.
% /usr/bin/tdiary-setup default
/usr/bin/tdiary-setup:12:in `require': no such file to load -- debian
(LoadError)
from /usr/bin/tdiary-setup:12
This is because the first line of tdiary-setup use
#!/usr/bin/env trick and I have ~/bin/ruby for my
development.
% head -1 /usr/bin/tdiary-setup
#!/usr/bin/env ruby
% which ruby
/home/akr/bin/ruby
I think #! line should specify absolute pathname of ruby
which have 'debian' library.
% dpkg -l|egrep 'tdiary|ruby'
ii libdb4.2-ruby1.8 0.5.6-1 Interface to
Berkeley DB for Ruby 1.8
ii libdpkg-ruby1.8 0.3.1 modules/classes for
dpkg on ruby 1.8
ii libnora-ruby1.8 0.0.20041021-1 Web Application
Library for ruby
ii librd-ruby1.8 0.6.16-3 RDTool library for
Ruby 1.8
ii libruby1.6 1.6.8-13 Libraries necessary
to run Ruby 1.6.x
ii libruby1.8 1.8.3-3 Libraries necessary
to run Ruby 1.8
ii libuconv-ruby1.8 0.4.12-1 Unicode/EUC-JP
translation module for Ruby 1
ii ruby 1.8.2-1 An interpreter of
object-oriented scripting
ii ruby1.6 1.6.8-13 An interpreter of
object-oriented scripting
ii ruby1.8 1.8.3-3 Interpreter of
object-oriented scripting lan
ii ruby1.8-dev 1.8.3-3 Header files for
compiling extension modules
ii tdiary 2.0.2+20050720-1 a
communication-friendly weblog system
ii tdiary-contrib 2.0.2+20050720-1 Plugins of tDiary to
add functionalities
ii tdiary-plugin 2.0.2+20050720-1 Plugins of tDiary to
add functionalities
ii tdiary-theme 2.0.2+20050720-1 Themes of tDiary to
change the design
--
Tanaka Akira
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]