Re: Finding Screen Resolution

2004-02-26 Thread Sherm Pendley
Talking to myself - always a bad sign. ;-) On Feb 26, 2004, at 2:22 AM, Sherm Pendley wrote: If you're using CamelBones, you can call NSScreen's 'frame' or 'visibleFrame' methods. The upcoming 0.2.2 release - due around March 1 - addresses this lack by providing real OO classes that wrap

finally, a a success story for installing DBI and DBD-mysql Perl modules on Mac OS X 10.3 Server

2004-02-26 Thread Jason F.B.
Mac OS X Perl List, Regarding DBD-mysql and DBI on Mac OS X SERVER-- this is my success story after a many days of research and attempts to get it all compiled. I am posting my notes on the install of DBI and DBD-mysql on Mac OS X 10.3 server in the hopes that others may find it useful. If

Re: Long shot but worth a try...

2004-02-26 Thread Sherm Pendley
On Feb 26, 2004, at 11:14 AM, Riccardo Perotti wrote: Can somebody point me in the right direction and / or contribute an idea for this? Have a look at the man page for the 'killall' command. In short, it signals processes by name, so you don't need to know the PID. You can use system() to run

Re: Long shot but worth a try...

2004-02-26 Thread Riccardo Perotti
On 2/26/04 11:24 AM, Sherm Pendley [EMAIL PROTECTED] wrote: On Feb 26, 2004, at 11:14 AM, Riccardo Perotti wrote: Can somebody point me in the right direction and / or contribute an idea for this? Have a look at the man page for the 'killall' command. In short, it signals processes by

Re: Long shot but worth a try...

2004-02-26 Thread Joseph Alotta
From the sudo manpage: -S The -S (stdin) option causes sudo to read the password from stan- dard input instead of the terminal device. Joe Alotta On Feb 26, 2004, at 9:48 PM, Riccardo Perotti wrote: On 2/26/04 11:24 AM, Sherm Pendley [EMAIL PROTECTED] wrote: On Feb 26,

Long shot but worth a try...

2004-02-26 Thread Riccardo Perotti
This is not a problem/question with/about perl, but one that I think can be solved *with* perl in macosx. Please forgive it's off-topicness: Internet Connection in Panther 10.3.2 sometimes hangs forever in its Disconnecting... status. I have not been able to find a reason nor a cure: I've found

Re: finally, a a success story for installing DBI and DBD-mysql Perl modules on Mac OS X 10.3 Server

2004-02-26 Thread Sherm Pendley
You've posted a good description of working around the problem, but you don't seem to have had much luck in diagnosing what's actually causing it - which is understandable, as Makefile.PL's can get hairy. I took a look at DBD::mysql's Makefile.PL, and found that it takes its LIBS argument from