[rt-users] installing on Mac OSX?
Jake Kauth
jake at kauth.org
Wed Oct 13 15:18:15 EDT 2004
Hi Jesse!
Thanks, I'll try this.
Can you riddle me this:
1) do you install Bundle::CPAN after this?
2) are you using the included apache web server?
3) are you using Panther Client or Server?
(my notes so far):
> Mac Installation:
>
> PREREQS:
> panther 10.3.5 w/ all updates
> download perl 5.8.5
> install dev tools
>
> WHAT TO DO:
> tar -xvRjf ./perl-5.8.5.tar.bz2
> cd perl-5.8.5
> rm -f config.sh Policy.sh
> ./configure.gnu --prefix=/opt/perl-5.8.5
> make
On Oct 13, 2004, at 10:54 AM, Jesse Vincent wrote:
> On Wed, Oct 13, 2004 at 10:17:37AM -0700, Jake Kauth wrote:
>> Hello!
>>
>> I am attempting to do an install of RT3 on Mac OSX.
>>
>> The machine is an Xserve G4 running Panther 10.3.5.
>
> Build a custom perl with --prefix=/opt/perl-5.8.5, then run
>
> PERL=/opt/perl-5.8.5/bin/perl ./configure --with-rt-user=www \
> --with-rt-group=www
>
> make testdeps
> make fixdeps
>
> That's how I do it ~every day when developing RT on OSX ;)
>
>
>> Has anyone had (recent) success with getting this to work? I
>> tried it once already and became embroiled in mess of perl
>> module dependencies.
>>
>> Has anyone on this list done this, and can they
>> offer any links/advice/howtos?
>>
>> jake
>> *****
>>
>> _______________________________________________
>> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>>
>> Be sure to check out the RT wiki at http://wiki.bestpractical.com
>>
>
> --
>
More information about the rt-users
mailing list