From: milind v. <mil...@ya...> - 2003-03-08 12:39:45
|
Hi there, I am trying to install Bazaar 7 (downloaded from this site) on Linux RedHat 8 and facing 3 main problems as follows Problem 1: while installing Bazaar 7 modules it gave an error that MD5 not found and aborted. To solve this i downloaded Perl5.8.0 src.rpm file and installed it. Even then it showed MD5 not found in all the paths listed in @INC. I found the MD5.pm file in the Digest folder which is not listed in the @INC list. Then I added the following lines "use lib qw(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/Digest);" "use lib qw(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/auto/Digest/MD5);" in files /usr/lib/perl5/5.8.0/B7/System.pm and /var/www/cgi-bin/b7/main.pl this worked somehow and installation got completed. Problem 2: while installing CPAN i run shell command ./install_cpan.pl it gave a strange sentence after checking for few modules as follows "Prototype mismatch: sub main::ctime vs (;$) as /usr/lib/perl5/5.8.0/Exporter.pm line 59. at (eval 51) line 2" and continued checking. It did not found the following modules CGI::Form CGI::Request Text::Templete File::Slurp Later it procede with installing CGI::Form and gave this warning: Cannot install CGI::Form, don't know what it is. Then it procede with installing CGI::Request and stated Strange distribution name [UserID CGIP]Running install for module CGI::Request and finaly gave up installation. Problem 3: While pointing browser to http://elearningsvr/cgi-bin/b7/main.pl I got the main page in the browser, and clicked on the link to login. I got the page for usedname and password. after giving username and password i got an error in browser Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Following is the error messege in Appachi's Error Log Premature end of script headers: main.pl, referer: http://elearningsvr/cgi-bin/b7main.pl?rid=16&throughParms=rid%253D1%253B Can't locate object method "hexhash" via package "MD5" (perhapsyou forgot to load "MD5"?) at usr/lib/perl5/site_perl/5.8.0/B7/System.pm line3479, <DATA> line 11., referer: http://elearningsvr/cgi-bin/b7main.pl?rid=16&throughParms=rid%253D1%253B And i could not login into the system Please help me to solve these problems correctly. Thanks Best regards Milind __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |