<?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=SuSE93InstallGuide</id>
	<title>SuSE93InstallGuide - 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=SuSE93InstallGuide"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=SuSE93InstallGuide&amp;action=history"/>
	<updated>2026-08-22T09:37:20Z</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=SuSE93InstallGuide&amp;diff=3753&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=SuSE93InstallGuide&amp;diff=3753&amp;oldid=prev"/>
		<updated>2016-04-06T20:37:48Z</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;
This is a guide on how to install RT 3.x on a [[SuSE]] 9.3 server using Exim as a mail server.&lt;br /&gt;
&lt;br /&gt;
Note: Specifics may differ from system to system. The system by which this was produced is running:&lt;br /&gt;
&lt;br /&gt;
* RT 3.4.4&lt;br /&gt;
* [[SuSE]] 9.3&lt;br /&gt;
* Apache2&lt;br /&gt;
* Mod_perl 2.0.1 [TBD: check version]&lt;br /&gt;
* Mysql 4.1.12 [TBD: check version]&lt;br /&gt;
* Perl 5.8.6 [TBD: check version]&lt;br /&gt;
* HTML::Mason 1.3101 [TBD: check version]&lt;br /&gt;
&lt;br /&gt;
Firstly, portions of this document was kindly reproduced from the original [[FedoraCore4Install]] guide. Thanks to the author for writing such a thorough document.&lt;br /&gt;
&lt;br /&gt;
= 1. OS Installation =&lt;br /&gt;
&lt;br /&gt;
Install [[SuSE]] 9.3 and select to install mysql (it&amp;#039;s a recent version) and apache. Make sure httpd and mysql services are running:&lt;br /&gt;
&lt;br /&gt;
 rcmysqld start&lt;br /&gt;
 rcapache2 start&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
You may need to create files in /etc/init.d for this to work or use the chkconfig utility to add them to the appropriate run levels:&lt;br /&gt;
&lt;br /&gt;
 chkconfig -a mysql&lt;br /&gt;
 chkconfig -a apache2&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To make sure everything is up up-to-date, it may be prudent to do an update of all binaries using [[YaST]]:&lt;br /&gt;
&lt;br /&gt;
 yast2&lt;br /&gt;
&lt;br /&gt;
= 2. Exim Installation =&lt;br /&gt;
&lt;br /&gt;
Having correctly setup the server to connect to the Internet, you can now go and fetch the latest Exim binary or use [[YaST]] to download and install it.&lt;br /&gt;
&lt;br /&gt;
Follow the installation instructions and set Exim up as per your organization&amp;#039;s standard.&lt;br /&gt;
&lt;br /&gt;
To start the Exim service use:&lt;br /&gt;
&lt;br /&gt;
 rcexim start&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To add Exim to the different run levels, use:&lt;br /&gt;
&lt;br /&gt;
 chkconfig -a exim&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
WHERE IS THE REST OF THIS GUIDE? Yes where? I guess in my head since I have to guess the rest!&lt;br /&gt;
&lt;br /&gt;
= 3. Install Prerequisites =&lt;br /&gt;
&lt;br /&gt;
== a. DBIx::SearchBuilder ==&lt;br /&gt;
&lt;br /&gt;
I had to install gcc with yast before Clone and Want would install as prereqs for this package.&lt;br /&gt;
&lt;br /&gt;
== b. Tree::Simple ==&lt;br /&gt;
&lt;br /&gt;
One big gotcha that I have found is that Tree::Simple will not install properly from CPAN. This is due to Weak References not being allowed. The error is:&lt;br /&gt;
&lt;br /&gt;
Weak references are not implemented in the version of perl at /root/.cpan/build/Tree-Simple-1.15/blib/lib/Tree/Simple.pm line 9 BEGIN failed--compilation aborted at /root/.cpan/build/Tree-Simple-1.15/blib/lib/Tree/Simple.pm line 9.&lt;br /&gt;
&lt;br /&gt;
The solution for me was to do a force install of Scalar::Util (force install Scalar::Util) and then a force install of Tree::Simple.&lt;br /&gt;
&lt;br /&gt;
== c. DBD::mysql ==&lt;br /&gt;
&lt;br /&gt;
Make sure you have the mysql client and possibly dev. Next install zlib-dev.&lt;br /&gt;
&lt;br /&gt;
== d. MySQL ==&lt;br /&gt;
&lt;br /&gt;
Make sure to install [[MySQL]]-Max with Yast2 to get [[InnoDB]] support&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>