Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread John Siracusa
On Thursday, October 4, 2001, at 12:52 AM, Ask Bjoern Hansen wrote: > I wonder why people don't try harder to use the mod_perl and such that > comes with Mac OS X. It probably has something to do with the fact that a) Perl 5.6.0 ships with OS X, b) the Apache::* family of Perl modules aren't i

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ask Bjoern Hansen
[EMAIL PROTECTED] (Ray Zimmerman) writes: > I suppose this is slightly off-topic for both lists I'm posting to, > but I don't know of a better place to ask ... > > I've been able to build a mod_perl enabled apache (not DSO) for Mac > OS X 10.1 and it seems to work fine. I wonder why people do

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Jim Cooper
Scott Anguish had previously posted the source for the hfs_apple_module. I believe it is still there if you search. I just compiled it and it works. ...or you can get the module which he posted at Stepwise in the cited article. you may need to build your own perl module if you have upgraded

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Andrew M. Langmead
On Wed, Oct 03, 2001 at 04:14:27PM -0700, Wilfredo Sanchez wrote: >I'm not aware of any such issues. I've use mod_perl as a DSO without > problems. The one in OS X Beta was broken, but that was unrelated to it > being a DSO (is was a build problem; apxs flags were getting stomped > on).

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
>How did you build and install Perl 5.6.1? See my earlier post today on [EMAIL PROTECTED] with subject line: "SUMMARY: installing perl-5.6.1 on Mac OS X 10.1". -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Wilfredo Sanchez
On Wednesday, October 3, 2001, at 01:54 PM, Ray Zimmerman wrote: > Oh, I didn't realize that. But anyway, I've always stayed away from > mod_perl as a DSO since I thought there were problems with it ... have > they (don't even know what they were) all been fixed? I'm not aware of any such

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread John Siracusa
On Wednesday, October 3, 2001, at 05:03 PM, Ray Zimmerman wrote: > At 2:23 PM -0400 10/3/01, John Siracusa wrote: >> On Wednesday, October 3, 2001, at 02:10 PM, Ray Zimmerman wrote: >>> I've been able to build a mod_perl enabled apache (not DSO) >>> for Mac OS X 10.1 and it seems to work fine.

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
At 2:23 PM -0400 10/3/01, John Siracusa wrote: >On Wednesday, October 3, 2001, at 02:10 PM, Ray Zimmerman wrote: >>I've been able to build a mod_perl enabled apache (not DSO) for Mac >>OS X 10.1 and it seems to work fine. > >Would it be too much trouble for you to post a complete, >step-by-step

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
At 11:24 AM -0700 10/3/01, Wilfredo Sanchez wrote: >On Wednesday, October 3, 2001, at 11:10 AM, Ray Zimmerman wrote: > >>I've been able to build a mod_perl enabled apache (not DSO) for Mac >>OS X 10.1 and it seems to work fine. Now I'd like to include the >>apple_hfs_module or hfs_apple_module

Re: Fwd: wxPerl on the Mac; was: [wxperl-users] Re: problems with wxPerl

2001-10-03 Thread Ask Bjoern Hansen
[EMAIL PROTECTED] (Christian Jaeger) writes: > I really hope I can get some more people to work on it, either the > programmers I'd like to hire here in switzerland (for some unknown > reason I can't get in touch with them currently), or someone over the > net, I just don't have enough time to

Re: Mac OS X 10.1: Now with extra compiling woes!

2001-10-03 Thread Randal L. Schwartz
> "John" == John Siracusa <[EMAIL PROTECTED]> writes: John> I got it to build (on a G3/400) with the config.sh attached. John> Basically, I had to do the same stuff that 10.0.x required (the John> "firstmakefile" stuff to avoid the case-insensitivity problems on John> HFS+) and then I sprinkl

Re: Mac OS X 10.1: Now with extra compiling woes!

2001-10-03 Thread Nathaniel Irons
In article <1937890.1001936170@[0.0.0.0]>, [EMAIL PROTECTED] (Ken Williams) wrote: > dyld: cvs can't open library: /usr/lib/libgssapi_krb5.2.2.dylib (No such > file or directory, errno = 2) > > I figured it was time to install the dev tools right then and there. =) So > far I haven't had a

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Wilfredo Sanchez
On Wednesday, October 3, 2001, at 11:10 AM, Ray Zimmerman wrote: > I've been able to build a mod_perl enabled apache (not DSO) for Mac OS > X 10.1 and it seems to work fine. Now I'd like to include the > apple_hfs_module or hfs_apple_module that Apple included as a DSO in > the standard inst

Re: OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread John Siracusa
On Wednesday, October 3, 2001, at 02:10 PM, Ray Zimmerman wrote: > I've been able to build a mod_perl enabled apache (not DSO) for > Mac OS X 10.1 and it seems to work fine. Would it be too much trouble for you to post a complete, step-by-step account of exactly what you did you accomplish th

OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
I suppose this is slightly off-topic for both lists I'm posting to, but I don't know of a better place to ask ... I've been able to build a mod_perl enabled apache (not DSO) for Mac OS X 10.1 and it seems to work fine. Now I'd like to include the apple_hfs_module or hfs_apple_module that Apple

PerlObjCBridge

2001-10-03 Thread Doug Wiebe
Hello, I'm the Apple engineer that owns PerlObjCBridge, which is the Perl <=> Objective-C bridge that was discussed recently on this list. Yesterday someone forwarded me the information about the petition to get this technology released outside Apple, so I joined this list this morning and p

SUMMARY: installing perl-5.6.1 on Mac OS X 10.1

2001-10-03 Thread Ray Zimmerman
Given all the time I spent looking through mailing list archives and re-Configure-ing, recompiling, reinstalling, etc ... I thought I'd share what worked for me (borrowing from previous posts on the list) ... (1) Install the Developer Tools for 10.1 if you haven't already (a free download fro

Quicktime

2001-10-03 Thread Harwood
Does anyone know how to interface Quicktime or Text to Speech from perl on OS X? I have done this with Mac perl on OS 9.2 but sadly no joy on OS X. thanks Harwood [EMAIL PROTECTED] Tel +31 (0) 20 557 9807 De Waag, Nieuwmarkt 4, 1012 CR Amsterdam, Netherlands Tel: 001 31 020-557 98 98 Fax: 0

Re: does CPAN work on macosx?

2001-10-03 Thread Jim Cooper
Before compiling 5.61 5.6.0 looks like this [devlin:/usr/lib] root# perl -V Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=darwin, osvers=1.4, archname=darwin uname='darwin law 1.4 darwin kernel version 1.3: sun jul 22 16:20:35 pdt 2001; ar