<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=SlackwareInstallGuide</id>
	<title>SlackwareInstallGuide - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=SlackwareInstallGuide"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=SlackwareInstallGuide&amp;action=history"/>
	<updated>2026-08-21T23:27:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=SlackwareInstallGuide&amp;diff=3669&amp;oldid=prev</id>
		<title>Admin: 3 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=SlackwareInstallGuide&amp;diff=3669&amp;oldid=prev"/>
		<updated>2016-04-06T20:37:46Z</updated>

		<summary type="html">&lt;p&gt;3 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{OutdatedInstallGuide}}&lt;br /&gt;
&lt;br /&gt;
Yes, RT does work under Slackware! The following instructions are to be read in conjunction with the generic installation guide and assume that [[MySQL]], CPAN etc. are already configured. Due to the number of Perl bits and bobs which will be installed, it is recommended that if you haven&amp;#039;t done it already, you set CPAN to follow dependencies.&lt;br /&gt;
&lt;br /&gt;
What follows works for Slack 11.&lt;br /&gt;
&lt;br /&gt;
Firstly, a few of the packages fail because they don&amp;#039;t download their dependencies. So, manually install the following packages within CPAN (perl -MCPAN -e shell):&lt;br /&gt;
&lt;br /&gt;
* Bundle::CPAN&lt;br /&gt;
* HTML::[[HeadParser]]&lt;br /&gt;
* DBI&lt;br /&gt;
* Apache::DBI&lt;br /&gt;
* Test::Pod&lt;br /&gt;
* Test::Pod::Coverage&lt;br /&gt;
* DBD::mysql&lt;br /&gt;
&lt;br /&gt;
Secondly, Slack doesn&amp;#039;t include mod_perl, so you&amp;#039;ll have to install that. Note that contrary to some advice, you do not need to recompile Apache!&lt;br /&gt;
&lt;br /&gt;
Download mod_perl from http://perl.apache.org/&lt;br /&gt;
&lt;br /&gt;
Unzip it and CD to the directory. run &amp;quot;perl Makefile.PL USE_APXS=1 WITH_APXS=/usr/sbin/apxs EVERYTHING=1&amp;quot; make and make install, restart apache.&lt;br /&gt;
&lt;br /&gt;
Next download RT and run configure with whatever parameters you want. Before you run &amp;quot;make testdeps&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
* RT_FIX_DEPS_CMD=&amp;#039;/usr/bin/perl -MCPAN -e&amp;quot;install %s&amp;quot;&amp;#039;&lt;br /&gt;
* export RT_FIX_DEPS_CMD&lt;br /&gt;
&lt;br /&gt;
One of the modules (Apache::Test) requires full access to the build directory, so for ease of use..&lt;br /&gt;
&lt;br /&gt;
* chmod 777 /root&lt;br /&gt;
* chmod 777 /root/.cpan&lt;br /&gt;
* chmod -R 777 /root/.cpan/*&lt;br /&gt;
&lt;br /&gt;
(which assumes you&amp;#039;re running as root) There&amp;#039;s bound to be a proper way of doing this!&lt;br /&gt;
&lt;br /&gt;
then...&lt;br /&gt;
&lt;br /&gt;
* make testdeps&lt;br /&gt;
&lt;br /&gt;
Which should show a whole load of [[MISSINGs]]&lt;br /&gt;
&lt;br /&gt;
* make fixdeps&lt;br /&gt;
&lt;br /&gt;
Which will take a while to run&lt;br /&gt;
&lt;br /&gt;
* make testdeps&lt;br /&gt;
&lt;br /&gt;
Which should say everything is hunkey-dorey!&lt;br /&gt;
&lt;br /&gt;
Don&amp;#039;t forget to tidy up&lt;br /&gt;
&lt;br /&gt;
* chmod 700 /root&lt;br /&gt;
* chmod 700 /root/.cpan&lt;br /&gt;
* chmod -R 700 /root/.cpan/*&lt;br /&gt;
&lt;br /&gt;
And then follow the rest of the generic install guide.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>