Thanks. It worked. Now I'd like to install RT within the LAMPP environment so I used the following command to configure it:
./configure --prefix=/opt/rt3 --with-web-user=rt_user --with-web-group=rt --with-db-dat ith-db-type=mysql --with-rt-group=rt --with-apachectl=/../opt/lampp/bin/apachectl I also initialized the database, but the database instance "rt3" was however installed in the other MySQL-Server which is located in /var/lib/mysql/mysql. How can I configure the destination for the LAMPP-MySQL-Server I want to use to install the rt-database? Do I have to configure also any other files in order to use the Apache Server within LAMPP? Regards --- Kevin Falcone <[email protected]> schrieb am Mi, 8.6.2011: Von: Kevin Falcone <[email protected]> Betreff: Re: [rt-users] Errors in fixdeps An: [email protected] Datum: Mittwoch, 8. Juni, 2011 13:46 Uhr On Wed, Jun 08, 2011 at 01:15:14PM +0100, Ich Wersonst wrote: > Hello, > > I am using SUSE Linux Enterprise Server 11 (i586) and LAMPP 1.7.4. > > I tried to install RT 4.0.0. > > When I tried to fix the Perl dependencies via the command `make fixdeps` > I got the following message: > HTML::Mason ...MISSING > Can't locate Class/Container.pm in @INC (@INC contains: > /usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0 > /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi >/usr/lib/perl5/site_perl/5.10.0 > /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi >/usr/lib/perl5/vendor_perl/5.10.0 > /usr/lib/perl5/vendor_perl /root/Desktop/rt-4.0.0) at > /usr/lib/perl5/site_perl/5.10.0/HTML/Mason/Request.pm line 44. > Digest::MD5 >= 2.27 ...found > JSON ...found This error implies that you've got HTML::Mason installed without one of the supporting modules (I'm not sure how you did that) You should try cpan'ing Class::Container -kevin
