Dependency Issue on installing Request tracker. in ubuntu

308 views
Skip to first unread message

Jeetendra Achtani

unread,
Feb 20, 2010, 6:07:28 AM2/20/10
to VGLUG
the thing is I need to install request tracker in my ubuntu system.i
had installed all the applications which are needed in this. this is
the output of make testdeps


SOME DEPENDENCIES WERE MISSING.
ICAL missing dependencies:
Data::ICal ...MISSING
STANDALONE missing dependencies:
HTTP::Server::Simple::Mason >= 0.09 ...MISSING
GPG missing dependencies:
GnuPG::Interface ...MISSING
CORE missing dependencies:
File::ShareDir ...MISSING
MIME::Entity >= 5.425 ...MISSING
MASON missing dependencies:
HTML::Mason >= 1.36 ...MISSING
XML::RSS >= 1.05 ...MISSING


i had tried to install all those in cpan promt as well as in #. but
didnt able to suceed.
does anyone suggest something intresting.
Responses are highly appreciated
Thanks so much

Tejas Barot

unread,
Feb 20, 2010, 8:17:53 AM2/20/10
to vg...@googlegroups.com
Hello,

On Sat, Feb 20, 2010 at 4:37 PM, Jeetendra Achtani <dreams.fu...@gmail.com> wrote:
the thing is I need to install request tracker in my ubuntu system.i
had installed all the applications which are needed in this. this is
the output  of make testdeps


SOME DEPENDENCIES WERE MISSING.
ICAL missing dependencies:
       Data::ICal ...MISSING
STANDALONE missing dependencies:
       HTTP::Server::Simple::Mason >= 0.09 ...MISSING
GPG missing dependencies:
       GnuPG::Interface ...MISSING
CORE missing dependencies:
       File::ShareDir ...MISSING
       MIME::Entity >= 5.425 ...MISSING
MASON missing dependencies:
       HTML::Mason >= 1.36 ...MISSING
       XML::RSS >= 1.05 ...MISSING


Did you try to install like perl -MCPAN -e 'install Data::ICal' ?

try above command by replacing your needed modules. Not sure that will 100 % solve your problem

Or

You can find all perl module here :- http://www.cpan.org/modules/01modules.index.html

To Install module :- http://www.cpan.org/modules/INSTALL.html

 

i had tried to install all those in cpan promt as well as in #. but
didnt able to suceed.
does anyone suggest something intresting.
Responses are highly appreciated
Thanks so much


Hope this helps you.

 
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG



--
Thanks & Regards,
Tejas Barot
Linux Administrator,
Red Hat Certified Engineer,
http://blog.ask4itsolutions.com
                 
"Mind is never a problem; mindset is." - Shri Narendra Modi

Jeetendra Achtani

unread,
Mar 2, 2010, 2:07:57 AM3/2/10
to VGLUG
Yes Mr. Tejas Barot i tried the above command it was also getting the
dependency(nested) well i had install everything and finally i mange
to have control over dependency . but there is final issue which is
arrived. the thing is i had created alias in httpd/conf.d/perl.conf
like this


#Listen 192.168.1.121:80
#Listen *:80
#<VirtualHost 192.168.1.222>
#<VirtualHost *:80>
# ServerName ebizchem.master.vend-x.com
ServerAdmin jeet...@ebizchem.com

#DocumentRoot /opt/rt3/share/html
# AddDefaultCharset UTF-8
#PerlRequire /opt/rt3/bin/webmux.pl

#<Directory /opt/rt3/share/html>
#Order allow,deny
# Allow from all

#SetHandler perl-script
#PerlResponseHandler RT::Mason
#</Directory>
#</VirtualHost>

Alias /rt /opt/rt3/share/html(see this)

I am getting the following error when i browse 192.168..../rt

You're almost there!
You haven't yet configured your webserver to run RT. You appear to
have installed RT's web interface correctly, but haven't yet
configured your web server to "run" the RT server which powers the web
interface. The next step is to edit your webserver's configuration
file to instruct it to use RT's mod_perl, FastCGI or SpeedyCGI
handler. If you need commercial support, please contact us at
sa...@bestpractical.com.


so the problem is at web server conf. which is that perl.conf file.
now there is one site thr which i got this info. There u might can see
my conf file lines in comment. so on that site these lines were being
used instead alias which i have created. so if suppose i need to use
all those lines instead alias. what ip in listen statement i need to
write cause i had checked the conf file with those lines by giving my
ip its getting error in httpd service restart. if u suggest anything
then i would genuinely appreciate
THANKS SO MUCH

On Feb 20, 6:17 pm, Tejas Barot <networking.d...@gmail.com> wrote:
> Hello,
>
> On Sat, Feb 20, 2010 at 4:37 PM, Jeetendra Achtani <
>
>
>
> dreams.fulfille...@gmail.com> wrote:
> > the thing is I need to install request tracker in my ubuntu system.i
> > had installed all the applications which are needed in this. this is
> > the output  of make testdeps
>
> > SOME DEPENDENCIES WERE MISSING.
> > ICAL missing dependencies:
> >        Data::ICal ...MISSING
> > STANDALONE missing dependencies:
> >        HTTP::Server::Simple::Mason >= 0.09 ...MISSING
> > GPG missing dependencies:
> >        GnuPG::Interface ...MISSING
> > CORE missing dependencies:
> >        File::ShareDir ...MISSING
> >        MIME::Entity >= 5.425 ...MISSING
> > MASON missing dependencies:
> >        HTML::Mason >= 1.36 ...MISSING
> >        XML::RSS >= 1.05 ...MISSING
>

> Did you try to install like *perl -MCPAN -e 'install Data::ICal' *?*
>
> *try above command by replacing your needed modules. Not sure that will 100


> % solve your problem
>
> Or
>
> You can find all perl module here :-http://www.cpan.org/modules/01modules.index.html
>

> To Install module :-http://www.cpan.org/modules/INSTALL.html


>
>
>
> > i had tried to install all those in cpan promt as well as in #. but
> > didnt able to suceed.
> > does anyone suggest something intresting.
> > Responses are highly appreciated
> > Thanks so much
>
> Hope this helps you.
>
> > --

> > Please readhttp://www.catb.org/~esr/faqs/smart-questions.html<http://www.catb.org/%7Eesr/faqs/smart-questions.html>before posting.


> > You received this message because you are subscribed to the "Vibrant
> > GNU/Linux User Group".
> > To stop receiving emails from this group, mail to
> > VGLUG-un...@googlegroups.com
> > To post to this group, send email to VG...@googlegroups.com

> > For more options, visit this group athttp://groups.google.com/group/VGLUG


>
> --
> Thanks & Regards,
> Tejas Barot
> Linux Administrator,

> Red Hat Certified Engineer,http://blog.ask4itsolutions.com

Reply all
Reply to author
Forward
0 new messages