<?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=MacOSX_SnowLeopard_ClientInstallGuide</id>
	<title>MacOSX SnowLeopard ClientInstallGuide - 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=MacOSX_SnowLeopard_ClientInstallGuide"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=MacOSX_SnowLeopard_ClientInstallGuide&amp;action=history"/>
	<updated>2026-08-22T04:16:59Z</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=MacOSX_SnowLeopard_ClientInstallGuide&amp;diff=1920&amp;oldid=prev</id>
		<title>Admin: 4 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=MacOSX_SnowLeopard_ClientInstallGuide&amp;diff=1920&amp;oldid=prev"/>
		<updated>2016-04-06T20:14:20Z</updated>

		<summary type="html">&lt;p&gt;4 revisions imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:14, 6 April 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key bestpractical_mediawiki1459887241:diff:1.41:old-1919:rev-1920 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=MacOSX_SnowLeopard_ClientInstallGuide&amp;diff=1919&amp;oldid=prev</id>
		<title>122.181.3.130: /* Apache setup */</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=MacOSX_SnowLeopard_ClientInstallGuide&amp;diff=1919&amp;oldid=prev"/>
		<updated>2011-11-14T10:38:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Apache setup&lt;/span&gt;&lt;/span&gt;&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;
== Installation of RT-3.8.4 on Mac OS X 10.6 Client ==&lt;br /&gt;
&lt;br /&gt;
This document is specific to installing RT under Mac OS X 10.6 client (ie: the Non-server product)&lt;br /&gt;
&lt;br /&gt;
=== Create a system group for rt ===&lt;br /&gt;
&lt;br /&gt;
sudo dscl . create /Groups/rt&lt;br /&gt;
&lt;br /&gt;
sudo dscl . create /Groups/rt name rt&lt;br /&gt;
&lt;br /&gt;
sudo dscl . create /Groups/rt passwd &amp;quot;*&amp;quot;&lt;br /&gt;
&lt;br /&gt;
sudo dscl . create /Groups/rt gid 302&lt;br /&gt;
&lt;br /&gt;
=== Optional install ===&lt;br /&gt;
&lt;br /&gt;
Download and install [[GnuPG]] from http://sourceforge.net/projects/macgpg2/files/&lt;br /&gt;
&lt;br /&gt;
=== MySQL install ===&lt;br /&gt;
&lt;br /&gt;
Download and install mysql-5.1.37-osx10.5-x86_64 (If you have one of the earliest Intel Macs that is only 32-bit, get the 32-bit version)&lt;br /&gt;
&lt;br /&gt;
Get mysql started, and at least setup the following:&lt;br /&gt;
&lt;br /&gt;
$ mysql -u root -p &amp;amp;lt;your_mysql_root_password_here&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
setup access to the rt. db: &amp;amp;gt; msyql GRANT ALL PRIVILEGES ON rt3.* TO &amp;#039;rt_user&amp;#039;@&amp;#039;localhost&amp;#039; IDENTIFIED BY &amp;#039;&amp;amp;lt;your_[[RT MySQL passwd|RT_MySQL_passwd]]&amp;amp;gt;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
for DBD::[[MySQL]], add access to the &amp;#039;test&amp;#039; db:&lt;br /&gt;
&lt;br /&gt;
mysql -u root -p &amp;amp;lt;your_mysql_root_password_here&amp;amp;gt; mysql&amp;amp;gt; grant all privileges on test.* to &amp;#039;test&amp;#039;@&amp;#039;localhost&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;*MAKE SURE&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;&amp;#039; to remove the test db after DBD-[[MySQL]] is installed ! ie&lt;br /&gt;
&lt;br /&gt;
&amp;amp;gt; mysql drop database test;&lt;br /&gt;
&lt;br /&gt;
=== Initial Perl Setup steps ===&lt;br /&gt;
&lt;br /&gt;
run sudo perl -MCPAN -e shell and configure appropriately&lt;br /&gt;
&lt;br /&gt;
=== Download RT and take some initial steps ===&lt;br /&gt;
&lt;br /&gt;
Download and decompress rt-3.8.4.tar.gz ie, tar xzvf rt-3.8.4.tar.gz cd rt-3.8.4 ./configure make testdeps sudo make fixdeps Be sure to watch the progress, and when asked to follow all dependancies&lt;br /&gt;
&lt;br /&gt;
 and keep an eye on it: every once in a while it will ask about following dependencies&lt;br /&gt;
&lt;br /&gt;
and just hit enter to answer &amp;quot;yes&amp;quot; (I didn&amp;#039;t do the one or two &amp;quot;optional&amp;quot; installs)&lt;br /&gt;
&lt;br /&gt;
== Install libgd ==&lt;br /&gt;
&lt;br /&gt;
Download libgd from http://www.libgd.org/Downloads extract and run ./configure, make sudo make install&lt;br /&gt;
&lt;br /&gt;
=== Manually install the following (won&amp;#039;t install via CPAN) ===&lt;br /&gt;
&lt;br /&gt;
DBD::[[MySQL]]&lt;br /&gt;
&lt;br /&gt;
GD&lt;br /&gt;
&lt;br /&gt;
GD::Text&lt;br /&gt;
&lt;br /&gt;
GD::Graph&lt;br /&gt;
&lt;br /&gt;
manually install Data::[[ICal]], via&lt;br /&gt;
&lt;br /&gt;
download from http://search.cpan.org/~alexmv/Data-ICal-0.16/lib/Data/ICal.pm&lt;br /&gt;
&lt;br /&gt;
tar xzvf Data-[[ICal]]-0.16.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd Data-ICAL-0.16&lt;br /&gt;
&lt;br /&gt;
perl Makefile.PL&lt;br /&gt;
&lt;br /&gt;
make (NB: it will ask you for your (admin) password at one point)&lt;br /&gt;
&lt;br /&gt;
sudo make install&lt;br /&gt;
&lt;br /&gt;
get [[GnuPG]]::Interface from&lt;br /&gt;
&lt;br /&gt;
http://search.cpan.org/~jesse/GnuPG-Interface-0.36/lib/GnuPG/Interface.pm&lt;br /&gt;
&lt;br /&gt;
 - repeat install instructions as per above&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
get DBD-mysql from http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm&lt;br /&gt;
&lt;br /&gt;
 install as above&lt;br /&gt;
&lt;br /&gt;
== Finish up RT setup ==&lt;br /&gt;
&lt;br /&gt;
From within your rt source folder (rt.-3.8.4) run make testdeps to ensure all is installed.&lt;br /&gt;
&lt;br /&gt;
run:&lt;br /&gt;
&lt;br /&gt;
./configure&lt;br /&gt;
&lt;br /&gt;
sudo make install&lt;br /&gt;
&lt;br /&gt;
edit /opt/rt3/etc/[[RT SiteConfig|RT_SiteConfig]].pm&lt;br /&gt;
&lt;br /&gt;
 i.e.: edit your rt. name ( $rtname )&lt;br /&gt;
&lt;br /&gt;
Set($[[DatabasePassword]] , &amp;#039;rt_pass&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
sudo make initialize-database&lt;br /&gt;
&lt;br /&gt;
=== Apache setup ===&lt;br /&gt;
&lt;br /&gt;
edit /etc/apache2/httpd.conf&lt;br /&gt;
&lt;br /&gt;
and add&lt;br /&gt;
&lt;br /&gt;
[[LoadModule]] perl_module libexec/apache2/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
after fastcgi line&lt;br /&gt;
&lt;br /&gt;
IE:&lt;br /&gt;
&lt;br /&gt;
[[LoadModule]] fastcgi_module libexec/apache2/mod_fastcgi.so [[LoadModule]] perl_module libexec/apache2/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
edit /etc/apache2/extra/httpd-vhosts.conf&lt;br /&gt;
&lt;br /&gt;
to match http://wiki.bestpractical.com/view/ManualApacheConfig&lt;br /&gt;
&lt;br /&gt;
TURN on Web-Sharing and visit (just examples) http://rt.yourhostname.com OR http://www.yourfq.dn/rtand have at it !&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Running Apache in 32 Bit :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you are stuck with the following errors in apache error_log , chances are that you are running apache in 64 bit .&lt;br /&gt;
 Can&amp;#039;t load &amp;#039;/Library/Perl/Updates/5.8.8/darwin-thread-multi-2level/auto/Encode/Encode.bundle&amp;#039; for module Encode: dlopen(/Library/Perl/Updates/5.8.8/darwin-thread-multi-2level/auto/Encode/Encode.bundle&lt;br /&gt;
 &lt;br /&gt;
 Can&amp;#039;t load Perl file: /opt/rt3/bin/webmux.pl for server rt.example.com:0, exiting&lt;br /&gt;
All you have to do is run apache in 32 bit .&lt;br /&gt;
&lt;br /&gt;
Open /System/Library/LaunchDaemons/org.apache.httpd.plist and find the line&lt;br /&gt;
&lt;br /&gt;
&amp;lt;string&amp;gt;/usr/sbin/httpd&amp;lt;/string&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and add the following lines above it&lt;br /&gt;
 	&amp;lt;string&amp;gt;/usr/bin/arch&amp;lt;/string&amp;gt;&lt;br /&gt;
 	&amp;lt;string&amp;gt;-i386&amp;lt;/string&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Important note&amp;#039;&amp;#039;&amp;#039;: Please, make sure to read http://wiki.bestpractical.com/view/ManualApacheConfig thoroughly. You have to pay attention to the sections on &amp;quot;rt.example.com/&amp;quot; vs. &amp;quot;www.example.com/rt&amp;quot; and configure Apache accordingly.&lt;br /&gt;
&lt;br /&gt;
(The default, initial web login for RT is:&lt;br /&gt;
&lt;br /&gt;
root / password&lt;br /&gt;
&lt;br /&gt;
-- be sure to edit the default password here !)&lt;/div&gt;</summary>
		<author><name>122.181.3.130</name></author>
	</entry>
</feed>