Re: [rt-users] Missing dependencies?

2016-08-24 Thread John Bako
I recommend reviewing the installation guides on the wiki...
https://rt-wiki.bestpractical.com/wiki/InstallationGuides

--
John Bako
Manager, Scientific Computing
Department of Biology & Center for Genomics and Systems Biology
New York University
212-998-8207 (office)

On Wed, Aug 24, 2016 at 10:08 AM, Alex Hall  wrote:

> Hello all,
> I've run
> sudo make fixdeps
> a couple times. The first time I did every test it offered, and the second
> time I skipped the external tests. This is after I had to configure CPAN,
> wich I may well have done wrong. Each time I run the fixdeps script, it
> fails with error 274. I see that a few items are missing, but I have no
> clue how to find/install them, and fixdeps isn't doing it. Are there any
> pointers on this? As I mentioned previously, I'm not familiar with Perl or
> how to configure/administer it, so the simpler the better. I'd tell you
> which are missing, but I don't know where to find a list of those items.
> Thanks.
>
> --
> Alex Hall
> Automatic Distributors, IT department
> ah...@autodist.com
>
> -
> RT 4.4 and RTIR training sessions, and a new workshop day!
> https://bestpractical.com/training
> * Boston - October 24-26
> * Los Angeles - Q1 2017
>
-
RT 4.4 and RTIR training sessions, and a new workshop day! 
https://bestpractical.com/training
* Boston - October 24-26
* Los Angeles - Q1 2017

[rt-users] Missing dependencies?

2016-08-24 Thread Alex Hall
Hello all,
I've run
sudo make fixdeps
a couple times. The first time I did every test it offered, and the second
time I skipped the external tests. This is after I had to configure CPAN,
wich I may well have done wrong. Each time I run the fixdeps script, it
fails with error 274. I see that a few items are missing, but I have no
clue how to find/install them, and fixdeps isn't doing it. Are there any
pointers on this? As I mentioned previously, I'm not familiar with Perl or
how to configure/administer it, so the simpler the better. I'd tell you
which are missing, but I don't know where to find a list of those items.
Thanks.

-- 
Alex Hall
Automatic Distributors, IT department
ah...@autodist.com
-
RT 4.4 and RTIR training sessions, and a new workshop day! 
https://bestpractical.com/training
* Boston - October 24-26
* Los Angeles - Q1 2017

[rt-users] Missing dependencies XML::RSS with 3.8.11 although up to date

2012-04-04 Thread Guillaume Hilt

Hi,

I'm trying to upgrade from RT 3.8.7 to 3.8.11 and I got an issue with 
dependencies :


SOME DEPENDENCIES WERE MISSING.
MASON missing dependencies:
XML::RSS ...MISSING
Attempt to reload DateTime.pm aborted.

cpan[6] install XML::RSS
XML::RSS is up to date (1.49).

Any idea ?

Thanks,

--
  Guillaume Hilt



Re: [rt-users] Missing dependencies XML::RSS with 3.8.11 although up to date

2012-04-04 Thread Thomas Sibley
On 04/04/2012 06:15 AM, Guillaume Hilt wrote:
 SOME DEPENDENCIES WERE MISSING.
 MASON missing dependencies:
 XML::RSS ...MISSING
 Attempt to reload DateTime.pm aborted.
 
 cpan[6] install XML::RSS
 XML::RSS is up to date (1.49).

Re-run make testdeps.  It's probably fine.


Re: [rt-users] Missing dependencies XML::RSS with 3.8.11 although up to date

2012-04-04 Thread Guillaume Hilt

Already did, and I still got the same error.

  Guillaume Hilt


Le 04/04/2012 16:55, Thomas Sibley a écrit :

On 04/04/2012 06:15 AM, Guillaume Hilt wrote:

SOME DEPENDENCIES WERE MISSING.
MASON missing dependencies:
 XML::RSS ...MISSING
 Attempt to reload DateTime.pm aborted.

cpan[6]  install XML::RSS
XML::RSS is up to date (1.49).

Re-run make testdeps.  It's probably fine.



Re: [rt-users] Missing dependencies XML::RSS with 3.8.11 although up to date

2012-04-04 Thread Guillaume Hilt

I found the missing dependencies by running this command :
perl -MXML::RSS -e '1'

Installed Class::Load and Class::Load::XS.
Everything is okay now.

Thanks for the tip :)

  Guillaume Hilt


Le 04/04/2012 18:11, Alberto Villanueva a écrit :


It is possible you have not any dependencies related to XML::RSS. In 
Perl documentation you could obtain that information.



Regards,



Already did, and I still got the same error.

Guillaume Hilt


Le 04/04/2012 16:55, Thomas Sibley a écrit :

On 04/04/2012 06:15 AM, Guillaume Hilt wrote:

SOME DEPENDENCIES WERE MISSING.
MASON missing dependencies:
XML::RSS ...MISSING
Attempt to reload DateTime.pm aborted.

cpan[6] install XML::RSS
XML::RSS is up to date (1.49).

Re-run make testdeps. It's probably fine.







Re: [rt-users] Missing dependencies in RT3.8.1?

2008-09-25 Thread JohannS

Dear Paul.
I am currently having the same issue with the graphs not showing.
You said Manually installing the GD packages indicated by 3.6.6 fixed the
graphs.
Can you maybe tell me which packages and how to install them?

You help would be really appreciated.
Thanks
Johann Stander


-- 
View this message in context: 
http://www.nabble.com/Missing-dependencies-in-RT3.8.1--tp19304295p19673287.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.

___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


[rt-users] Missing dependencies in RT3.8.1?

2008-09-04 Thread Paul Goffin
I've just done a fresh install of 3.8.1 and found the graphing functions 
didn't work.

make testdeps of our old version, 3.6.6 indicated various GD packages were 
necessary but 3.8.1 does not do this.

Manually installing the GD packages indicated by 3.6.6 fixed the graphs.

Paul Goffin___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] Missing dependencies in RT3.8.1?

2008-09-04 Thread Jason Doran

Hi Paul,
From memory on my CentOS machine I had to make sure that I
had following:

rpm -qa|grep graphviz

graphviz-devel-2.20.2-1.el5
graphviz-perl-2.20.2-1.el5
graphviz-2.20.2-1.el5

I then configured RT with:

  --enable-graphviz   Turns on support for RT's GraphViz  
dependency charts
  --enable-gd Turns on support for RT's GD pie and bar  
charts



Under links section I then got a graph button/link.


Regards,
Jason


On 4 Sep 2008, at 07:29, Paul Goffin wrote:



I've just done a fresh install of 3.8.1 and found the graphing  
functions didn't work.


make testdeps of our old version, 3.6.6 indicated various GD  
packages were necessary but 3.8.1 does not do this.


Manually installing the GD packages indicated by 3.6.6 fixed the  
graphs.


Paul Goffin___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com


___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

[rt-users] Missing Dependencies

2007-01-26 Thread Carlos Ramon Lopez Midence
I am trying to install RT3.-6.1 on a Debian Etch machine and when I ran make 
testdeps I get something is missing:


Test::Expect 0.30

but when I run perl -MCPAN -e 'install Test::Expect
I get the following

CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
 Database was generated on Fri, 26 Jan 2007 01:26:58 GMT
Test::Expect is up to date (0.30).

Any help will be appreciated

Carlos Lopez

_
Turn searches into helpful donations. Make your search count. 
http://click4thecause.live.com/search/charity/default.aspx?source=hmemtagline_donationFORM=WLMTAG


___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com