<?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=DebianLennySourceInstallGuide</id>
	<title>DebianLennySourceInstallGuide - 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=DebianLennySourceInstallGuide"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DebianLennySourceInstallGuide&amp;action=history"/>
	<updated>2026-08-24T05:09:18Z</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=DebianLennySourceInstallGuide&amp;diff=858&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=DebianLennySourceInstallGuide&amp;diff=858&amp;oldid=prev"/>
		<updated>2016-04-06T20:08: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;
== Debian Lenny Source Install Guide ==&lt;br /&gt;
&lt;br /&gt;
This guide shows you how to install RT 3.8.x from source using the Debian packages instead of the CPAN modules.&lt;br /&gt;
&lt;br /&gt;
Install the needed Debian packages:&lt;br /&gt;
&lt;br /&gt;
 aptitude install \&lt;br /&gt;
        gcc \&lt;br /&gt;
        make \&lt;br /&gt;
        libc6-dev \&lt;br /&gt;
        libapache-dbi-perl \&lt;br /&gt;
        libapache-session-perl  \&lt;br /&gt;
        libcache-simple-timedexpiry-perl \&lt;br /&gt;
        libcalendar-simple-perl \&lt;br /&gt;
        libcgi-fast-perl \&lt;br /&gt;
        libclass-returnvalue-perl \&lt;br /&gt;
        libcss-squish-perl \&lt;br /&gt;
        libdata-ical-perl \&lt;br /&gt;
        libdbix-searchbuilder-perl \&lt;br /&gt;
        libemail-address-perl \&lt;br /&gt;
        libfcgi-perl \&lt;br /&gt;
        libfile-sharedir-perl \&lt;br /&gt;
        libfile-spec-perl \&lt;br /&gt;
        libfile-temp-perl \&lt;br /&gt;
        libgnupg-interface-perl \&lt;br /&gt;
        libgraphviz-perl \&lt;br /&gt;
        libhook-lexwrap-perl \&lt;br /&gt;
        libhtml-format-perl \&lt;br /&gt;
        libhtml-mason-perl  \&lt;br /&gt;
        libhtml-scrubber-perl  \&lt;br /&gt;
        libhtml-tree-perl \&lt;br /&gt;
        libhttp-server-simple-perl \&lt;br /&gt;
        liblocale-maketext-fuzzy-perl \&lt;br /&gt;
        liblocale-maketext-lexicon-perl \&lt;br /&gt;
        liblog-dispatch-perl  \&lt;br /&gt;
        libmime-tools-perl \&lt;br /&gt;
        libmime-types-perl \&lt;br /&gt;
        libmodule-versions-report-perl \&lt;br /&gt;
        libnet-server-perl \&lt;br /&gt;
        libperlio-eol-perl \&lt;br /&gt;
        libregexp-common-perl \&lt;br /&gt;
        libterm-readkey-perl  \&lt;br /&gt;
        libtext-quoted-perl \&lt;br /&gt;
        libtext-template-perl \&lt;br /&gt;
        libtext-vfile-asdata-perl \&lt;br /&gt;
        libtext-wikiformat-perl  \&lt;br /&gt;
        libtext-wrapper-perl \&lt;br /&gt;
        libtime-modules-perl \&lt;br /&gt;
        libtree-simple-perl  \&lt;br /&gt;
        libuniversal-require-perl \&lt;br /&gt;
        libwww-perl \&lt;br /&gt;
        libxml-rss-perl \&lt;br /&gt;
        libgd-graph-perl \&lt;br /&gt;
        libcgi-pm-perl&lt;br /&gt;
&lt;br /&gt;
Install CPAN modules where Debian packages currently not exist (they will be in squeeze):&lt;br /&gt;
&lt;br /&gt;
 cpan[1]&amp;amp;gt; install HTML::RewriteAttributes HTTP::Server::Simple::Mason IPC::Run::SafeHandles&lt;br /&gt;
&lt;br /&gt;
Download and install RT:&lt;br /&gt;
&lt;br /&gt;
 wget http://download.bestpractical.com/pub/rt/release/rt-3.8.x.tar.gz&lt;br /&gt;
 tar xvzf rt-3.8.x.tar.gz&lt;br /&gt;
 cd rt-3.8.x&lt;br /&gt;
 ./configure \&lt;br /&gt;
        --enable-graphviz \&lt;br /&gt;
        --enable-gd \&lt;br /&gt;
        --disable-gpg \&lt;br /&gt;
        --with-web-handler=modperl2 \&lt;br /&gt;
        --with-db-rt-user=rt_user \&lt;br /&gt;
        --with-db-rt-pass=rt_pass&lt;br /&gt;
 make testdeps&lt;br /&gt;
 make install&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>