debugger bug with 5.8.8 on Intel Mac

2007-01-08 Thread Ray Zimmerman
over the breakpoint ... DB<1> c 8 Hello world! ok 1 - is() Can't stop in debugger before executing this line! Debugged program terminated. Use q to quit or R to restart, use o inhibit_exit to avoid stopping after program termination, h q, h R or h o to get additional info. DB<2>

Re: Perl, MySQl and Airport

2006-10-02 Thread Ray Zimmerman
On Oct 2, 2006, at 2:36 PM, brian d foy wrote: I'm not aware of any Mac OS X particular interface to MySQL permissions table. I think you have to do it through MySQL itself: http://dev.mysql.com/doc/refman/4.1/en/privilege-system.html Actually, MySQL Administrator, which is part of the MySQ

Re: Upgrading Perl 5.8.8

2006-09-26 Thread Ray Zimmerman
On Sep 26, 2006, at 1:09 PM, Sherm Pendley wrote: On Sep 26, 2006, at 12:17 PM, Ray Zimmerman wrote: The reason I've done it this way is because I have a set of perl scripts and web apps that require a Perl environment that is identical across several machines, including my PowerBook

Re: Perl, MySQl and Airport

2006-09-26 Thread Ray Zimmerman
On Sep 26, 2006, at 12:45 PM, Joseph Alotta wrote: I have a application in Perl that prints reports from a MySQL database. I also have DSL that is accessed via Airport in my house. Recently I bought an iMac for my wife and I want her to help me print reports from this new computer. How do

Re: Upgrading Perl 5.8.8

2006-09-26 Thread Ray Zimmerman
On Sep 26, 2006, at 11:56 AM, Sherm Pendley wrote: On Sep 26, 2006, at 9:20 AM, Ray Zimmerman wrote: So my question is ... what is the best way to make sure my new install (in /usr/local/) has everything the OS expects? Leave /usr/bin/perl alone, and write your own scripts with #!/usr

Re: Upgrading Perl 5.8.8

2006-09-26 Thread Ray Zimmerman
On Sep 26, 2006, at 8:34 AM, John Delacour wrote: Apple's installation is in /usr/bin. There is no need either to replace it or to use any fink, darwinport etc. Just install it in / usr/local/bin, which is the default anyway. Read the install file. This is what I've been doing for years. T

Re: need perl upgrade suggestion

2005-12-19 Thread Ray Zimmerman
On Dec 19, 2005, at 3:49 PM, Sherm Pendley wrote: On Dec 19, 2005, at 3:29 PM, Ray Zimmerman wrote: For a number of reasons I'm upgrading a bunch of things and would like to upgrade to perl-5.8.7 WITHOUT having to re-install all of the CPAN modules. What is the "best" way t

need perl upgrade suggestion

2005-12-19 Thread Ray Zimmerman
I'm running Tiger with my own perl-5.8.6 installed in /usr/local/ perl-5.8.6 and symlink at /usr/bin/perl pointing to /usr/local/ perl-5.8.6/bin/perl with a TON of CPAN modules. It was also used to build an apache/ mod_perl setup. For a number of reasons I'm upgrading a bunch of things and wou

Re: Net::FTP on Tiger

2005-06-03 Thread Ray Zimmerman
Shouldn't that be "Passive => 1" ... it says non-zero for passive mode? Ray On Jun 3, 2005, at 11:36 AM, Iyanaga Nobumi wrote: And perhaps adding "Passive => 0" to my "Net::FTP->new" line (like the following line...: $ftp = Net::FTP->new($domain, Debug => 0, Passive => 0) ) would solve

Re: ANN: ShuX 3.0-beta1

2005-03-21 Thread Ray Zimmerman
It's called Bwana. I think the URL is: http://www.bruji.com/ Ray On Mar 21, 2005, at 3:47 PM, Ken Williams wrote: I installed some widget thingy that lets me read any manpage in Safari. I just type "man:crontab" and I get the manual page for crontab in the browser, complete with links wh

remote BBEdit script

2005-03-04 Thread Ray Zimmerman
On Mar 2, 2005, at 8:31 PM, Peter N Lewis wrote: This has been mentioned a few times, but of course TextWrangler/BBEdit both support Edit via FTP/SFTP, so presuming you are SSHing to your target machine, then you can easily edit remote files with TextWrangler/BBEdit. For example, on the target

Re: BBEdit 8.0

2004-09-09 Thread Ray Zimmerman
On Sep 9, 2004, at 8:41 PM, Ian Ragsdale wrote: Well, I imagine a lot of it's following started during the OS <= 9 days, when things like vi or emacs weren't really available. It also served as a replacement for things like grep and sed which weren't available at the time. I'd imagine that for

Re: How to get started

2004-01-21 Thread Ray Zimmerman
xec format error. Binary file not executable.' I did the chmod step as you can see below [:~/Desktop] xx% chmod 755 helloWorld.pl [:~/Desktop] xx% ./helloWorld.pl ./helloWorld.pl: Exec format error. Binary file not executable. Any help would be really appreciated. Thanks.

Re: Apache::DBI on panther

2003-11-21 Thread Ray Zimmerman
]"; my $pass = "[]"; my $dsn = "DBI:mysql:host=$host;database=$db"; my $dbh = DBI->connect( $dsn, $user, $pass ) or die "Cannot connect to database: \n$DBI::errstr\n $!"; print qq[Content-type: text/plain If you can read

Re: Apache::Scoreboard trouble

2003-10-21 Thread Ray Zimmerman
At 8:01 PM +0100 10/20/03, Michael Chamberlain wrote: On Monday, October 20, 2003, at 07:47 pm, Ray Zimmerman wrote: At 7:16 PM +0100 10/20/03, Michael Chamberlain wrote: Which leads me to conclude you can't use Apache::Scoreboard outside of a modperl1/apache1 environment. Try writi

Re: Apache::Scoreboard trouble

2003-10-20 Thread Ray Zimmerman
th the same versions of everything. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853

Re: Apache::Scoreboard trouble

2003-10-20 Thread Ray Zimmerman
At 9:58 AM -0400 10/19/03, David Dierauer wrote: On Fri, 17 Oct 2003, Ray Zimmerman wrote: I have perl-5.8.0 installed in /usr/local with no problems. Today I installed Apache::Scoreboard but when I try running ... #!/usr/bin/perl -w ^ use strict; use Apache::Scoreboard; * snip

Re: Apache::Scoreboard trouble

2003-10-20 Thread Ray Zimmerman
At 5:58 PM +0100 10/18/03, Michael Chamberlain wrote: On Friday, October 17, 2003, at 09:36 pm, Ray Zimmerman wrote: I have perl-5.8.0 installed in /usr/local with no problems. Today I installed Apache::Scoreboard but when I try running ... #!/usr/bin/perl -w use strict; use Apache::Scoreboard

Apache::Scoreboard trouble

2003-10-17 Thread Ray Zimmerman
_sv2request_rec Trace/BPT trap Any ideas? Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853 P.S. I&#x

upgrading to 5.8.1

2003-09-25 Thread Ray Zimmerman
;, leaving the extra stuff alone, but it looks like it puts everything in 5.8.1 sub-directories and doesn't include the 5.8.0 sub-directories in @INC. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University As

Re: Another Perl 5.8 Problem

2003-01-13 Thread Ray Zimmerman
us as to why this is what "should" be done. Doesn't Apple's default install have mod_perl as a DSO (w/perl 5.6.0, of course)? If so, and it works, shouldn't we be able to do whatever they did to build a new one with perl-5.8.0? -- Ray Zimmerman / e-mail: [EMAIL P

Re: More 5.8.0 / Jaguar / Fink madness

2003-01-13 Thread Ray Zimmerman
e_1.3.27 ./configure \ --prefix=/usr/local/apache/1.3.27 \ --with-layout=Apache \ --enable-module=so \ --enable-module=info \ --enable-module=proxy \ --activate-module=src/modules/perl/libperl.a \ --without-execstrip sudo make install cd ../mod_perl-1.27 make test I hope this helps somebody ..

Re: perl-5.8.0 and Fink

2003-01-08 Thread Ray Zimmerman
Nevermind ... looks like the answer is in the archives at ... http:[EMAIL PROTECTED]/msg02447.html Where can a find a searchable version of the archives? -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University

perl-5.8.0 and Fink

2003-01-08 Thread Ray Zimmerman
e ... fink list ... I get ... dyld: perl Undefined symbols: _Perl_safefree _Perl_safemalloc _Perl_saferealloc _Perl_sv_2pv _perl_call_sv _perl_eval_sv _perl_get_sv Trace/BPT trap Any insight is appreciated ... -- Ray Zimmerman / e-mail: [EMAIL PRO

Re: Dec 2002 Dev Tools

2002-12-23 Thread Ray Zimmerman
At 12:15 PM -0500 12/23/02, Dan Sugalski wrote: At 12:05 PM -0500 12/23/02, Ray Zimmerman wrote: Has anyone else had trouble downloading the Dec 2002 Dev Tools from Apple. I can log in and get to the download page, but when I hit the download button I get a "530 User 218408 access d

Dec 2002 Dev Tools

2002-12-23 Thread Ray Zimmerman
Has anyone else had trouble downloading the Dec 2002 Dev Tools from Apple. I can log in and get to the download page, but when I hit the download button I get a "530 User 218408 access denied" error. Any other way to get it? -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phi

Re: OT: CVS clients and BBEdit diff tool ...

2002-11-27 Thread Ray Zimmerman
At 9:08 AM -0500 11/27/02, Jim Correia wrote: On Wednesday, November 27, 2002, at 08:42 AM, Ray Zimmerman wrote: BBEdit diff: I want a bbdiff command-line program. Something that will let me type: bbdiff file1 file2 or bbdiff dir1 dir2 to initiate a file comparison or multi-file

Re: OT: CVS clients and BBEdit diff tool ...

2002-11-27 Thread Ray Zimmerman
:ext:blahblahblah. Ah ... I was using pserver, which seemed to work OK as soon as I changed the CRs to LFs. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY

OT: CVS clients and BBEdit diff tool ...

2002-11-27 Thread Ray Zimmerman
rison or multi-file comparison in BBEdit. Ideally, Bare Bones would include something like this along side the bbedit command-line tool, but I was wondering if anyone has created (or could easily create) such a tool via a Perl script making some AppleScript calls or something? -- Ray Zimmer

Re: MySQL and DBI: (not) making connection

2002-11-23 Thread Ray Zimmerman
tam', 'mypassword') or &error("Trouble connecting to database " . $DBI::errstr); Anyone know what I'm doing wrong (or what this error message means)? I think it's the single quotes around 'test' and 'localhost'. Try it without

Re: perl5.8.0 and 64bit integer

2002-11-08 Thread Ray Zimmerman
ually, not ... there is a newer version of Time::HiRes that is supposed to fix that issue. See ... http://search.cpan.org/src/JHI/Time-HiRes-1.38/Changes -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University

perl-5.8 and QuickTime updater

2002-10-28 Thread Ray Zimmerman
fine. The above web-site tells you how to fix the scripts to work with perl-5.8.0. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853

Jaguar and mod_perl as a DSO

2002-10-09 Thread Ray Zimmerman
update that affects apache, unless I configure with --use-layout=GNU or something? Just wondering where everyone else is putting their custom built apache and what the tradeoffs are? -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 /

Re: question on ssh and peeve on editors

2002-10-03 Thread Ray Zimmerman
it works nicely. BBEdit seems to think it's got the file open via ftp, but it's actually sftp. Unfortunately, this solution only works if you want to edit via BBEdit. I'm not aware of a way to do it for other editors. I suppose it should be possible to tunnel some other protocol

Re: arbitrarily complex variables

2002-09-24 Thread Ray Zimmerman
$var eq 'HASH') { print "It's a HASH ref\n"; } Sorry, I don't have any quick pointer for you on HTML-izing a complex data structure ... maybe someone else will ... -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (60

Time::HiRes and perl-5.8.0 on Jaguar

2002-09-19 Thread Ray Zimmerman
Has anybody else encountered this ... I'm attempting to build perl-5.8.0 on Jaguar and when I do 'make test' it seems to stall (for at least an hour) at ... ext/Time/HiRes/HiRes....... -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Rese

Re: 10.1.5 upgrade hose CPAN installs?

2002-06-05 Thread Ray Zimmerman
At 11:23 AM -0700 6/5/02, James Stepanek wrote: >Well I didn't have any problems with php, just MySQL. >Of course I'm just using the php that came installed >with the OS. My install of mysql (in /usr/local) continues to work just fine. -- Ray Zimmerman / e-mail: [EMAIL

Re: how to include a file

2002-03-18 Thread Ray Zimmerman
nsertrecords, etc.), but >mnemonic URLs are not important in an application anyway. Have a look at autohandlers and dhandlers in Mason. I think a top-level autohandler is probably what you want to take the place of your index.pl. -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B P

Re: DB Object layer?

2001-11-02 Thread Ray Zimmerman
; the database for you. >Jeff Hallgren <[EMAIL PROTECTED]> wrote: >>Is there a perl Enterprise Object style layer available for use on top >>of a relational database? Just wondering before I get too far into >>this.. >>Thanks -- Ray Zimmerman / e-mail: [E

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-964

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

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 >>ap

OT: secure mod_perl enabled apache on MacOSX 10.1

2001-10-03 Thread Ray Zimmerman
standard apache distribution? Thanks, -- Ray Zimmerman / e-mail: [EMAIL PROTECTED] / 428-B Phillips Hall Sr Research / phone: (607) 255-9645 / Cornell University Associate / FAX: (815) 377-3932 / Ithaca, NY 14853

SUMMARY: installing perl-5.6.1 on Mac OS X 10.1

2001-10-03 Thread Ray Zimmerman
.com/ for more details. # FAILED at test 51 lib/posixFAILED at test 11 Failed 4 test scripts out of 251, 98.41% okay. I hope this is helpful to others. Has anyone tried building a more recent development version of perl on 10.1? -- Ray Zimmerman / e-mail: [EMA