Re: CPAN shell error with DELETE key

2002-04-24 Thread David Wheeler

On 4/23/02 11:05 PM, Ward W. Vuillemot [EMAIL PROTECTED] claimed:

 P.S.  Any status update with default Perl and Apache::Cookie (libareq)?  I
 tried the suggestion from Joe S. without any success.  Anywhere I have a
 use Apache::Cookie the module will not load.  E.g., I have a startup.pl
 file I use to load common modules in memory at the startup of Apache. .
 ..commenting out the use Apache::Cookie gets it to start.  Of course, my
 mod_perl apps require the mod, so without it quite a moot accomplishment.
 As it were.

I don't know what the status is, but if you  need to use libapreq, you can
use the experimental version with the experimental version of Apache that
you'll find here:

  http://www.apache.org/~joes/

I also wrote up a how-to on getting this version of Apache going with
mod_perl:

  http://david.wheeler.net/osx.html

HTH,

David

-- 
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/  Yahoo!: dew7e
   Jabber: [EMAIL PROTECTED]





Re: CPAN shell error with DELETE key

2002-04-24 Thread Vuillemot Ward W.
Is it me, or is Apache/Perl poorly supported on Mac OS X?  That is to say, 
Apple has done enough changes to UNIX to break a lot of things that should 
just plain work.  One of the reasons I am/was excited by Mac OS X was its 
UNIX underpinnings.  As a web developer, I thought I would finally be able 
to develop/run/debug scripts on my home machine.  I will be more than happy 
to go and download/install whatever is necessary to get things running, but 
I prefer to spend my efforts on developing my code, not patching software 
that on any other platform just works -- even on Win2k!  To be truthful, I 
wish there was an ActiveState for MacOS X.

Please tell me Apple is working on this.

Or am I just whining?

Scratch that last question.  ;)

Cheers,
Ward


Original Message Follows
From: David Wheeler [EMAIL PROTECTED]
To: "Ward W. Vuillemot" [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: CPAN shell error with DELETE key
Date: Tue, 23 Apr 2002 23:23:36 -0700

On 4/23/02 11:05 PM, "Ward W. Vuillemot" [EMAIL PROTECTED] claimed:

  P.S.  Any status update with default Perl and Apache::Cookie (libareq)?  
I
  tried the suggestion from Joe S. without any success.  Anywhere I have a
  "use Apache::Cookie" the module will not load.  E.g., I have a 
startup.pl
  file I use to load common modules in memory at the startup of Apache. .
  ..commenting out the "use Apache::Cookie" gets it to start.  Of course, 
my
  mod_perl apps require the mod, so without it quite a moot 
accomplishment.
  As it were.

I don't know what the status is, but if you  need to use libapreq, you can
use the experimental version with the experimental version of Apache that
you'll find here:

   http://www.apache.org/~joes/

I also wrote up a how-to on getting this version of Apache going with
mod_perl:

   http://david.wheeler.net/osx.html

HTH,

David

--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
http://david.wheeler.net/  Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]




_
インターネットをぶらぶらショッピングするなら MSN ショッピングへ 
http://shopping.msn.co.jp/


Re: CPAN shell error with DELETE key

2002-04-24 Thread Bill Stephenson

on 4/24/02 9:37 AM, Vuillemot Ward W. at [EMAIL PROTECTED] wrote:

snip
 As a web developer, I thought I would finally be able
 to develop/run/debug scripts on my home machine.
snip

What problems are you having? I looked, but did not see any other questions
posted by you.

I develop web apps in bed, on my back porch, and sitting by the lake now
that OSX is on my iBook (old indigo 366).
-- 

Bill Stephenson
www.PerlHelp.com
1-417-546-5593





Re: Time::HiRes

2002-04-24 Thread Edward Moy

On Wednesday, April 24, 2002, at 11:43  AM, drieux wrote:

 I am just starting on with the process of

   use Benchmark;

 and have stumbled myself into the problem that
 I need to run 'Time::HiRes' like resolutions to
 get a better sub-second resolution to resolve
 the delta's - does anyone know of any problems
 with doing the Time::HiRes on an old G4 running OSX?

I've been using it for some time and have had no problems with that I know 
of.
--
Edward Moy
Apple Computer, Inc.
[EMAIL PROTECTED]

(This message is from me as a reader of this list, and not a statement
from Apple.)




Re: Time::HiRes

2002-04-24 Thread Bruce Van Allen

At 11:43 AM -0700 2002-04-24, drieux wrote:
volks,

I am just starting on with the process of

   use Benchmark;

and have stumbled myself into the problem that
I need to run 'Time::HiRes' like resolutions to
get a better sub-second resolution to resolve
the delta's - does anyone know of any problems
with doing the Time::HiRes on an old G4 running OSX?

Another approach might be to increase the number of repetitions 
performed by Benchmark. A factor of 10^3 raises milliseconds to 
seconds, etc. Sub-seconds would be important in high-volume 
applications, so more repetitions might be more realistic anyway...
-- 

   - Bruce

__bruce_van_allen__santa_cruz_ca__



Re: Returned mail: see transcript for details

2002-04-24 Thread Bill -Sx- Jones

BTW James - Your Yahoo account is no longer valid...

:/


Date: Wed, 24 Apr 2002 17:14:28 -0400
To: James Stepanek [EMAIL PROTECTED]
Subject: Re: A Solution:  Apache SSL Hangs after Reboot

 OS X. (this is, of course, based on the premise that I
 have to rebuild apache to get mod ssl installed.)


Are you at 10.1.4 ?

See 

http://developer.apple.com/internet/macosx/modssl.html

_Sx
  ('-Sx- IUDICIUM
  //\   Have Computer -
  v_/_Will Hack...

  iudicium ferat 







Re: Time::HiRes

2002-04-24 Thread Bill -Sx- Jones

On 4/24/02 5:22 PM, drieux [EMAIL PROTECTED] wrote:

 since clearly Benchmark.pm has not really been hacked on since
 '99 - and in the five years from Tim Bunce's original work -
 no one has seen a clear need to run it with HiRes


That and the fact that gcc3 is coming (hopefully with better docs on AltiVec
optimizations) will increase Perl performance.


:)

_Sx
  ('-Sx- IUDICIUM
  //\   Have Computer -
  v_/_Will Hack...

  iudicium ferat 





Re: GD

2002-04-24 Thread Bill -Sx- Jones

On 4/24/02 10:30 PM, Ward W. Vuillemot [EMAIL PROTECTED] wrote:

 Has anyone successfully loaded GD and related modules?  When I tried, I was
 told it could not be loaded?

Checking phpinfo() would tell you that GD support was not compiled in -
neither was pdf, et al, support either :(

Very few useful modules were...
_Sx
  ('-Sx- IUDICIUM
  //\   Have Computer -
  v_/_Will Hack...

  iudicium ferat 





Re: GD

2002-04-24 Thread Puneet Kishor

yup. works fine for me. I compiled gd, libpng, and libjpeg using Scott 
Anguish's directions on stepwise. sweet.

I am not, however, using gd with Perl at this time, but with another 
program, so don't know about gd.pm.

pk/


On Wednesday, April 24, 2002, at 09:30  PM, Ward W. Vuillemot wrote:

 Has anyone successfully loaded GD and related modules?  When I tried, I 
 was
 told it could not be loaded?

 Thanks!
 Ward