<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Thanks. It worked.<br><br>Now I'd like to install RT within the LAMPP environment so I used the following command to configure it:<br>
<br>
./configure --prefix=/opt/rt3 --with-web-user=rt_user --with-web-group=rt --with-db-dat<br>
ith-db-type=mysql --with-rt-group=rt <span style="font-weight: bold;">--with-apachectl=/../opt/lampp/bin/apachectl</span><br>
<br>
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.<br>
<br>
How can I configure the destination for the LAMPP-MySQL-Server I want to use to install the rt-database? <br>
<br>
Do I have to configure also any other files in order to use the Apache Server within LAMPP?<br>
<br>
Regards<br>
<br>
<br><br><br>--- Kevin Falcone <i><falcone@bestpractical.com></i> schrieb am <b>Mi, 8.6.2011:<br></b><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><b><br>Von: Kevin Falcone <falcone@bestpractical.com><br>Betreff: Re: [rt-users] Errors in fixdeps<br>An: rt-users@lists.bestpractical.com<br>Datum: Mittwoch, 8. Juni, 2011 13:46 Uhr<br><br></b><div class="plainMail"><b>On Wed, Jun 08, 2011 at 01:15:14PM +0100, Ich Wersonst wrote:<br>>    Hello,<br>> <br>>    I am using SUSE Linux Enterprise Server 11 (i586) and LAMPP 1.7.4.<br>> <br>>    I tried to install RT 4.0.0.<br>> <br>>    When I tried to fix the Perl dependencies via the command `make fixdeps`<br>>    I got the following message:<br>>        HTML::Mason ...MISSING<br>>            Can't locate Class/Container.pm
 in @INC (@INC contains:<br>>    /usr/lib/perl5/5.10.0/i586-linux-thread-multi /usr/lib/perl5/5.10.0<br>>    /usr/lib/perl5/site_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0<br>>    /usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0<br>>    /usr/lib/perl5/vendor_perl /root/Desktop/rt-4.0.0) at<br>>    /usr/lib/perl5/site_perl/5.10.0/HTML/Mason/Request.pm line 44.<br>>        Digest::MD5 >= 2.27 ...found<br>>        JSON ...found<br><br>This error implies that you've got HTML::Mason installed without one<br>of the supporting modules (I'm not sure how you did that)<br><br>You should try cpan'ing Class::Container<br><br>-kevin<br></b></div></blockquote></td></tr></table>