Trouble in installing Request Tracker-3.6.6
Hi
I'm a newbie to linux but eager to learn. Currently I'm installing Reqest-Tracker-3.6.6 and have problem in doing so. Here are the details.
OS -- OpenSuse 10.3 .
RT -- Version is 3.6.6
STEP:1 --> I xtracted the software in /tmp folder and ran the command ./configure. and it went smoothly.
STEP:2 --> Then I ran the "make testdeps" as in the installation guide and it showed both missing and found dependencies.
Bandtel2:/tmp/rt-3.6.6 # make testdeps
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql
perl:
>=5.8.3(5.008008)...found
users:
rt group (www)...found
bin owner (root)...found
libs owner (root)...found
libs group (bin)...found
web owner (nobody)...found
web group (www)...found
CLI dependencies:
Term::ReadKey...found
Getopt::Long >=2.24...found
HTTP::Request::Common...found
Term::ReadLine...found
Text::ParseWords...found
LWP...found
CORE dependencies:
Scalar::Util...found
HTML::Scrubber >=0.08...found
Class::ReturnValue >=0.40...found
Text::Quoted 2.02...MISSING
File::Spec >=0.8...found
Calendar::Simple ...MISSING
DBIx::SearchBuilder 1.50...MISSING
Date::Format...found
CSS::Squish 0.06...MISSING
Text::Autoformat ...MISSING
Mail::Mailer 1.57...MISSING
Regexp::Common ...MISSING
Module::Versions::Report 1.03...MISSING
MIME::Entity 5.108...MISSING
HTML::Entities...found
Digest::MD5 >=2.27...found
Cache::Simple::TimedExpiry ...MISSING
DBI >=1.37...found
Locale::Maketext::Lexicon 0.32...MISSING
Digest::base...found
Locale::Maketext::Fuzzy ...MISSING
Time::HiRes...found
Net::SMTP...found
Text::Wrapper ...MISSING
Time::ParseDate ...MISSING
File::Temp...found
Log::Dispatch 2.0...MISSING
Locale::Maketext >=1.06...found
UNIVERSAL::require ...MISSING
Tree::Simple 1.04...MISSING
Text::Template ...MISSING
MAILGATE dependencies:
Pod::Usage...found
HTML::TreeBuilder ...MISSING
Getopt::Long...found
HTML::FormatText ...MISSING
LWP::UserAgent...found
MASON dependencies:
CGI::Cookie >=1.20...found
Text::WikiFormat 0.76...MISSING
XML::RSS 1.05...MISSING
Storable >=2.08...found
CSS::Squish 0.06...MISSING
HTML::Mason 1.23...MISSING
Apache::Session 1.53...MISSING
Digest::MD5 >=2.27...found
GD::Text ...MISSING
GD ...MISSING
Errno...found
GD::Graph ...MISSING
MYSQL dependencies:
DBD::mysql 2.1018...MISSING
SOMETHING WAS MISSING!
Bandtel2:/tmp/rt-3.6.6 #
***********************************************
STEP:3 --. I then started installing the wanted dependent modules one by one and got stuck in the installation of Text-Quoted-2.02
--> It depends on Text::Autoformat 0 which I tried to install. As can be expected it in turn depends on Text-Reform.
--> I installed Text-Reform-1.10 module which seems to be a success.
**********************************************
Bandtel2:/home/noc2/Desktop/Elango/RT-3.6.6/DEPENDENCIES/TEXT-REFORM/Text-Reform-1.10 # make install
Installing /usr/lib/perl5/site_perl/5.8.8/Text/demo_columns.pl
Installing /usr/lib/perl5/site_perl/5.8.8/Text/demo_ws.pl
Installing /usr/lib/perl5/site_perl/5.8.8/Text/demo_filler.pl
Installing /usr/lib/perl5/site_perl/5.8.8/Text/Reform.pm
Installing /usr/lib/perl5/site_perl/5.8.8/Text/demo_table.pl
Installing /usr/lib/perl5/site_perl/5.8.8/Text/demo.pl
Installing /usr/share/man/man3/Text::Reform.3pm
Writing /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi/auto/Text/Reform/.packlist
Appending installation info to /usr/lib/perl5/5.8.8/i586-linux-thread-multi/perllocal.pod
Bandtel2:/home/noc2/Desktop/Elango/RT-3.6.6/DEPENDENCIES/TEXT-REFORM/Text-Reform-1.10 #
******************************************
--> But when I tried again to install the Text-Autoformat I got an error message which is pasted here for you view.
noc2@Bandtel2:~/Desktop/Text-Autoformat-1.12> make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
"break_at" is not exported by the Text::Reform module
Can't continue after import errors at /usr/lib/perl5/site_perl/5.8.8/Text/Reform.pm line 43
BEGIN failed--compilation aborted at blib/lib/Text/Autoformat.pm line 9.
Compilation failed in require at test.pl line 13.
BEGIN failed--compilation aborted at test.pl line 13.
not ok 1
make: *** [test_dynamic] Error 255
--> I tried googling and tried to relplace the Reform.pm of Text-Reform 1.10 with the same version from CPAN and again with that of the Text-Reform-1.11 but failed on both occassion.
***********************
:confused:
I am blind from here and any help to proceed further would be appreciated
Thanks and Regards
mysuselove