[rt-users] Mac OS X server and RT
Chris Devers
cdevers at pobox.com
Fri Jul 8 22:51:35 EDT 2005
Yes, this a response to an old thread, but oh well.
On Thu, 19 May 2005, josh wrote:
> On Wed, May 18, 2005 at 07:49:07AM -0700, Grant Miller wrote:
>> I'm running RT 2 on OS X 10.2 that's using a different version of perl
>> (5.8.0) installed in a different location than the stock perl. I'm
>> doing the same thing for my test RT 3 box (OS X 10.3, perl 5.8.5)
>> without any issues. I haven't tried running RT on Tiger, but there
>> shouldn't be any problems.
>
> I assume that the Apple installed perl 5.8.6 will simply be perl
> 5.8.6. Did you have any other problems. When I asked before, Jesse
> posted a note about Apples implementation of Apache leaving something
> to be desired.
I got RT 3.4.x working on OSX 10.4.1 a week or so ago, and everything
seems to work just fine.
The system Perl seems to be stock 5.8.6; if you want, I can post the
output of `perl -V` for build details, but in any case it worked fine.
Apache is 1.3.33; the $ENV{SERVER_SOFTWARE} on mine gives
Apache/1.3.33 (Darwin) PHP/4.3.11 mod_perl/1.29 mod_ssl/2.8.22
OpenSSL/0.9.7b
All of these components are stock; all of them appear to work fine.
(Compare to OSX 10.3, where the stock mod_perl didn't correctly bind
output to the web server, so pages would "work" but would send no output
back to clients unless you configured mod_perl to do so with a --
tie *STDOUT, 'Apache';
-- in httpd.conf or startup.pl. This isn't a problem in 10.4.)
So, RT and its prerequisites all seem to build, install, and run just
fine on OSX 10.4.x client, and so also should on 10.4.x server.
--
Chris Devers
More information about the rt-users
mailing list