Installing RT in Solaris

Hi,

We are planing to instal RT 3.6.6 on solaris 10.

$uname -a
SunOS localhost 5.10 Generic_125100-10 sun4us sparc FJSV,GPUZC-M

I have run the make testdeps to see the dependency and i have attached the output here.

make testdeps | more
/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql
perl:
>=5.8.3(5.008004)…found
users:
rt group (rt3)…found
bin owner (root)…found
libs owner (root)…found
libs group (bin)…found
web owner (apache)…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…MISSING
Class::ReturnValue 0.40…MISSING
Text::Quoted 2.02…MISSING
File::Spec >=0.8…found
Calendar::Simple …MISSING
DBIx::SearchBuilder 1.50…MISSING
Date::Format …MISSING
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…found
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

Can someone can help me out what are the packages needs to be installed in solaris to fix this issue.

Thanks in advance.

Regards,
Raja.

Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. Home | Yahoo Mobile

Raja, these are all Perl modules you are missing and need installed.

James Moseley

         Raja                                                          
         <ralagar_raja@yah                                             
         oo.com>                                                    To 
         Sent by:                  rt-users@lists.bestpractical.com    
         rt-users-bounces@                                          cc 
         lists.bestpractic                                             
         al.com                                                Subject 
                                   [rt-users] Installing RT in Solaris 
                                                                       
         01/30/2008 09:57                                              
         PM                                                            
                                                                       
                                                                       
         Please respond to                                             
               Raja                                                    
         <alagarraja@gmail                                             
               .com>                                                   

Hi,

We are planing to instal RT 3.6.6 on solaris 10.

$uname -a

SunOS localhost 5.10 Generic_125100-10 sun4us sparc FJSV,GPUZC-M

I have run the make testdeps to see the dependency and i have attached the
output here.
make testdeps | more
/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql
perl:
>=5.8.3(5.008004)…found
users:
rt group (rt3)…found
bin owner (root)…found
libs owner (root)…found
libs group (bin)…found
web owner (apache)…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…MISSING
Class::ReturnValue 0.40…MISSING
Text::Quoted 2.02…MISSING
File::Spec >=0.8…found
Calendar::Simple …MISSING
DBIx::SearchBuilder 1.50…MISSING
Date::Format …MISSING
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…found
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

Can someone can help me out what are the packages needs to be installed in
solaris to fix this issue.

Thanks in advance.

Regards,
Raja.

Never miss a thing. Make Yahoo your homepage.
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

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

If you don’t mind being a revision or two behind, the blastwave prebuilt
packages are great.

pkgadd -d http://www.blastwave.org/pkg_get.pkg
to install the blastwave package manager then
/opt/csw/bin/pkg-get -i rt
to get Request Tracker and all the supporting packages.

I use the postgres included with Solaris 10.

  • Keith

Raja wrote:

There is no compiling necessary. The blastwave installer will download
and install a copy of perl with all the appropriate modules. Everything
gets installed at /opt/csw. I typically set up RT in a local zone so
it’s easy to play around with and start over if I mess something up. In
fact, by putting the zone in a ZFS file system, I can restore the whole
zone to a point in time using ZFS snapshots in about 5 minutes.

After installing there will be a blastwave specific readme at
/opt/csw/rt3/share/doc/README.CSW

  • Keith

Raja, Alagar (IS Consultant) wrote: