/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql --with-fastcgi
perl:
>=5.10.1(5.18.2) ...found
users:
rt group (www-data) ...found
bin owner (root) ...found
libs owner (root) ...found
libs group (bin) ...found
web owner (www-data) ...found
web group (www-data) ...found
CLI dependencies:
Term::ReadLine ...found
HTTP::Request::Common ...found
Term::ReadKey ...found
Getopt::Long >= 2.24 ...found
Text::ParseWords ...found
LWP ...found
CORE dependencies:
Plack::Handler::Starlet ...MISSING
Errno ...found
Devel::GlobalDestruction ...found
Date::Extract ...MISSING
Can't locate Clone.pm in @INC (you may need to install the Clone module) (@INC
contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18
/usr/local/lib/site_perl .) at
/usr/local/share/perl/5.18.2/DateTime/Format/Natural/Expand.pm line 7.
Crypt::Eksblowfish ...MISSING
Text::Password::Pronounceable ...found
Regexp::IPv6 ...found
Digest::base ...found
Data::GUID ...MISSING
DateTime >= 0.44 ...found
File::Glob ...found
HTTP::Message >= 6.0 ...found
HTML::Quoted ...found
Regexp::Common ...found
DateTime::Format::Natural ...MISSING
Attempt to reload DateTime/Format/Natural.pm aborted.
Tree::Simple >= 1.04 ...found
Sys::Syslog >= 0.16 ...found
Class::Accessor >= 0.34 ...found
File::ShareDir ...found
CGI::Cookie >= 1.20 ...found
CGI::Emulate::PSGI ...found
Log::Dispatch >= 2.30 ...found
UNIVERSAL::require ...found
Storable >= 2.08 ...found
HTML::FormatText::WithLinks >= 0.14 ...found
Mail::Mailer >= 1.57 ...found
Encode >= 2.64 ...MISSING
Email::Address >= 1.897 ...found
Scalar::Util ...found
Apache::Session >= 1.53 ...found
Digest::SHA ...found
HTML::FormatText::WithLinks::AndTables ...found
Locale::Maketext::Lexicon >= 0.32 ...found
Time::ParseDate ...found
Plack >= 1.0002 ...found
Digest::MD5 >= 2.27 ...found
Email::Address::List >= 0.02 ...found
DBI >= 1.37 ...found
Locale::Maketext >= 1.06 ...found
HTML::RewriteAttributes >= 0.05 ...found
List::MoreUtils ...found
Time::HiRes ...found
DBIx::SearchBuilder >= 1.65 ...MISSING
File::Temp >= 0.19 ...found
Symbol::Global::Name >= 0.04 ...found
HTML::Mason::PSGIHandler >= 0.52 ...MISSING
CGI >= 3.38 ...found
JSON ...found
Text::Wrapper ...found
HTML::Scrubber >= 0.08 ...found
HTML::Entities ...found
Module::Refresh >= 0.03 ...found
Devel::StackTra
DASHBOARDS dependencies:
URI >= 1.59 ...found
URI::QueryParam ...found
MIME::Types ...found
FASTCGI dependencies:
FCGI::ProcManager ...found
FCGI >= 0.74 ...MISSING
GPG dependencies:
File::Which ...found
PerlIO::eol ...MISSING
GnuPG::Interface ...found
ICAL dependencies:
Data::ICal ...found
MAILGATE dependencies:
Getopt::Long ...found
LWP::Protocol::https ...found
LWP::UserAgent >= 6.0 ...found
Crypt::SSLeay ...MISSING
Mozilla::CA ...found
Pod::Usage ...found
Net::SSL ...MISSING
MYSQL dependencies:
DBD::mysql >= 2.1018 ...found
SMIME dependencies:
String::ShellQuote ...found
File::Which ...found
Crypt::X509 ...found
USERLOGO dependencies:
Convert::Color ...found
SOME DEPENDENCIES WERE MISSING.
MAILGATE missing dependencies:
Crypt::SSLeay ...MISSING
Net::SSL ...MISSING
GPG missing dependencies:
PerlIO::eol ...MISSING
FASTCGI missing dependencies:
FCGI >= 0.74 ...MISSING
CORE missing dependencies:
DBIx::SearchBuilder >= 1.65 ...MISSING
Data::GUID ...MISSING
Date::Extract ...MISSING
Can't locate Clone.pm in @INC (you may need to install the Clone module) (@INC
contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18
/usr/local/lib/site_perl .) at
/usr/local/share/perl/5.18.2/DateTime/Format/Natural/Expand.pm line 7.
HTML::Mason::PSGIHandler >= 0.52 ...MISSING
Crypt::Eksblowfish ...MISSING
Plack::Handler::Starlet ...MISSING
HTML::Mason >= 1.43 ...MISSING
Encode >= 2.64 ...MISSING
DateTime::Format::Natural ...MISSING
Attempt to reload DateTime/Format/Natural.pm aborted.
XML::RSS >= 1.05 ...MISSING
Perl library path for /usr/bin/perl:
/etc/perl
/usr/local/lib/perl/5.18.2
/usr/local/share/perl/5.18.2
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.18
/usr/share/perl/5.18
/usr/local/lib/site_perl
.
我正在我的ubuntu LAMP服务器上安装请求跟踪器。我收到错误缺少依赖项。我尝试了很多方法来解决它,但没有工作。安装模块时会出现错误并显示不可能。 这些是缺少的依赖项。
答案 0 :(得分:0)
这就是脚本 rt-test-dependencies
的工作方式。向您展示缺少的依赖项。要安装 RT,您应该按照 README 中的说明进行操作:
不要忘记先运行 apt-get install build-essential
否则某些 perl 模块将无法编译。当然也安装了 CPAN(或者更确切地说是 cpanminus)。使用 cpanminus 时,您应该设置:
export RT_FIX_DEPS_CMD=/usr/bin/cpanm
答案 1 :(得分:-1)
首先安装cpan并升级它。 CPAN>升级 那么
CPAN 安装
required dependency
它可能不适用于某些依赖项。然后像这样手动安装
apt-get install lib
required dependencies- requireddependencies
- perl
你可以在这里获得依赖names & details of perl modules