darwinports.....

2002-09-26 Thread Michael Maibaum
. Only the simplest apache port has shown up in cvs yet...but the rest soon I hope. Michael -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (Darwin) iD8DBQE9kxH2ilk3LUlIL0MRAjmkAJ9DcmBgkyyB6ZLow9lgI0bLak8NSgCfXa1g F9pIELhncAqChYF32yFN3KQ= =5Swf -END PGP SIGNATURE-

Re: OS Poll

2002-09-23 Thread Michael P . Wilson
2:03 AM, Les Harris wrote: > on 9/23/02 8:43 PM, Bill Stephenson at [EMAIL PROTECTED] wrote: > >> >>> From: "Michael P. Wilson" <[EMAIL PROTECTED]> >> >>> I thought one of the real core differences was that it was built with >>> GCC 3.1 ins

Re: OS Poll

2002-09-23 Thread Michael P . Wilson
(sp?). On Monday, September 23, 2002, at 11:43 PM, Bill Stephenson wrote: > >> From: "Michael P. Wilson" <[EMAIL PROTECTED]> > >> I thought one of the real core differences was that it was built with >> GCC 3.1 instead of the 2.95 branch. > > >

Re: OS Poll

2002-09-23 Thread Michael P . Wilson
I thought one of the real core differences was that it was built with GCC 3.1 instead of the 2.95 branch. As a developer I'm quite happy to have paid for the new updated tools to be so deeply integrated. I kinda wish they'd gotten perl 5.8 under the wire, but that wasn't a big deal to inst

Re: lost path settings and funky cpan

2002-09-22 Thread Michael Maibaum
d then be able to to install stuff happily, at least that is what I recall, the first thing I did with jaguar was build Perl5.8 so... Michael -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (Darwin) iD8DBQE9jrePilk3LUlIL0MRAlNLAJ47S+AoC2IIZkdtx/F2lViusmT64QCfYDQI bIGt8NYsj/6SkGGmB/wynHg= =CAQL -END PGP SIGNATURE-

Re: compiling mod_perl on Darwin (5.3 and 6.0)

2002-09-20 Thread Michael Maibaum
okie will cause a segfault if they are loaded together (they are fine if you just use one or the other). To avoid that, use the experimental libapreq and a patched apache as described on <http://www.apache.org/~joes/> Michael PGP.sig Description: PGP signature

libapreq mod_perl, and HTML::Mason...

2002-08-04 Thread Michael Maibaum
remeber is what was broken? very simple Mason components are working fine, all the test's passed... has the world snuck up on me, and it all works now, or have I just not hit the problems yet? Michael - -- Dr Michael A. Maibaum - (W)+1 (415) 561 1682 /~\ The ASCII <[EMAIL PROT

perl 5.8, mod_perl

2002-06-30 Thread Michael Maibaum
same problems. This box has had a fair amount of other junk installed, removed, reinstalled etc over time so it may be something wierd with all the other junk if it works for other people...I'm trying to hold out for Jaguar before I wipe it and start again. Thanks for any help Michael -- D

Compiling Msgcat problem / installing a Perl Module

2002-05-28 Thread Michael
files on a page of my website http://lashampoo.info/unix Anyone can help me ? Thanks, Michael.

Re: Accessing Samba - Mount Volume Possible?

2002-05-03 Thread Michael Turner
Rich, This was _absolutely_ tremendously helpful. Thanks. /Michael #!/usr/bin/perl if(-f "/users/userid/.nsmbrc") { print "mounting share\n"; system('mount_smbfs -W workgroupname //username@domain/share /users/userid/myshare'); } else

Re: Accessing AFP remote volumes?

2002-05-02 Thread Michael Bartosh
After getting the password to the user, I'd make a call to the mount_afp shell command. -mab On Wednesday, May 1, 2002, at 02:04 PM, Jeff Lowrey wrote: > At 4:04 PM -0400 5/1/02, [EMAIL PROTECTED] wrote: >> While we're on the subject of remote volumes, I've been trying to >> figure out >> how

Re: puzzling results from missing she-bang

2002-04-29 Thread Michael Turner
Peter, Thanks again. Now, I have it clear. /Michael > >> Thanks for your response. I remain puzzled, however. Your response >> seems to imply that if I invoke "print" from the command line, it will >> be interepreted. This is not the case, it errors. > >

Re: puzzling results from missing she-bang

2002-04-28 Thread Michael Turner
gt; a Mac for some reason? How is this a Mac thing? It is not functional on >> other unix machines I have access to (and I tried various shells, >> including tcsh & bash). I repeated the experiment with no ".pl" >> extension, that isn't it. >> >> I suspec

puzzling results from missing she-bang

2002-04-26 Thread Michael Turner
cess to (and I tried various shells, including tcsh & bash). I repeated the experiment with no ".pl" extension, that isn't it. I suspect that it is a shell issue of some kind. /Michael Turner

Re: Problems with interchange

2002-04-25 Thread Michael Stearne
I think it was written off mostly as a problem with the Perl in OS X. Maybe now in 10.1.4 it's better. Try to determine the exact bug and see if either list can help. Michael Chris Devers wrote: >On Thu, 25 Apr 2002, Antonio Blanco wrote: > > > >>Has anyone

Re: Problems with interchange

2002-04-25 Thread Michael Stearne
Maybe try for help in the Interchange mailing list. Sign up at http://interchange.redhat.com/ Michael Antonio Blanco wrote: >Hi to everyone, > >Has anyone had any experience with interchange (interchange.redhat.com), >it's a very interesting perl based GNU e-commerce server

Re: GD

2002-04-25 Thread Michael Maibaum
On Wed, Apr 24, 2002 at 07:30:19PM -0700, Ward W. Vuillemot wrote: > Has anyone successfully loaded GD and related modules? When I tried, I was > told it could not be loaded? Yup, works for me (libgd and the perl module) I only built support for jpegs (not XPM, not freetype). Michael

Re: Perl question on OSX

2002-04-10 Thread Michael Bartosh
I had a similar problem with parts of cyrus- I think perl is not picking up -L flags from the environment somehow. There's probably something in Makefile.PL for mysqltest that looks like: -lmysql You should probably add -L/../../lib (or -L to wherever mysql libs are in the distribution). ie

perl can't use sasl?

2002-03-31 Thread Michael Bartosh
> my $LDFLAGS = $ENV{LDFLAGS}; >'LIBS' => ["-L../lib/ -L/$LDFLAGS -lisieve $SASL_LIB > -L../../../lib/ -lcyrus -lssl -lcrypto"], to perl/sieve/managesieve/Makefile.pl But no luck. I'm hardly a perl master... I'm wondering if there's a

Re: how to include a file

2002-03-16 Thread Michael Maibaum
On Sat, Mar 16, 2002 at 10:30:44PM -0600, Puneet Kishor wrote: > Michael, Thanks for the Mason tip. It does look exactly like what I > need. Although I wonder how it compares with embperl... anyone any > thoughts? I don't really know embperl well, so I'll leave that to som

Re: how to include a file

2002-03-16 Thread Michael Maibaum
will like it :). <http://www.masonhq.com/> HTH Michael -- Dr Michael A. Maibaum - (W)+1 (415) 561 1682 - (H)+1 (415) 626 6733 <[EMAIL PROTECTED]> http://www.gene-hacker.net/>

Re: socket

2002-03-14 Thread Michael Maibaum
On Thu, Mar 14, 2002 at 02:50:46PM -0800, Michael Maibaum wrote: > On Thu, Mar 14, 2002 at 02:45:27PM -0800, bob ackerman wrote: > > yes. i uncommented the daytime tcp line, did a 'kill -HUP 239' and the > > script worked. > > i didn't find 'killall&#x

Re: socket

2002-03-14 Thread Michael Maibaum
linux abomination, the other option on non linux ssystems is sudo kill -HUP `cat /var/run/inetd.pid` not backticks, not single quotes. HTH Michael > had to use the pid of inetd. > Thanks. i learning am. > > On Thursday, March 14, 2002, at 01:46 PM, Tim Rayner wrote: > > >Inc

Re: Carbon patches for Mac::(Types,Memory,Resources)

2002-03-09 Thread Michael Blakeley
Chris Nandor wrote at <http:[EMAIL PROTECTED]/msg01651.html>: >In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] (Michael Blakeley) wrote: > >> It's probably time that SourceForge had a Carbon Perl Modules >> project, feeding into CPAN. > >Ye

Carbon patches for Mac::(Types,Memory,Resources)

2002-03-09 Thread Michael Blakeley
I spent some time recently on Mac::Types, Mac::Memory, and Mac::Resources, and got all three to compile and pass minimal tests on 10.1.3 (OK, more than minimal: I'm now able to ditch MacPerl entirely for my last Carbon-dependent script). I've made patches available at http://homepage.m

Re: psync questions

2002-03-04 Thread Michael Stearne
r on that machine was selectable. The command was this: /usr/local/bin/psync / /Volumes/fireblaster/Backups/imacGraphite Michael

Re: is posix broken?

2002-02-13 Thread Michael McShan
I tried your script and got essentially the same result as you: POSIX timezone tag seems broken: System date command thinks the timezone is CST. POSIX thinks the timezone is ¿??q?2X. One more data point. Mike McShan OK City >On Wed, 13 Feb 2002, ellem wrote: > >> using your code on FreeBSD 4.

Re: MacOSX::File uploaded to CPAN

2002-01-07 Thread Michael Stearne
That sounds like a great resource. Thanks, Dan. Michael Dan Kogai wrote: > Hi all, > > My name is Dan Kogai and this is my first time to drop a message here > -- maybe with a good reason. > I just uploaded a module called MacOSX::File, which allows you to > write program

Re: Perl and AppleScript Studio

2001-12-17 Thread Michael Stearne
That's really cool. I'm a lot better with Perl. But I guess you don't get any of the application tie ins like you do with AppleScript. Michael Emmanuel. M. Decarie wrote: > Hello, > > I just had this conversation on the AppleScript Studio list with Tim > Bumgarn

Re: Problems installing perl-5.6.1 on Mac OS X 10.1

2001-11-09 Thread Michael P. Monan
Sam... no... gnutar -xzf was used... Any other ideas? Thanks! Cya... Mike... >Was StuffIt used to unpack the tar.gz ? > >I followed the steps & didn't use Stuffit & it worked. > >- Sam. > >--- "Michael P. Monan" <[EMAIL PROTECTED]> wrote: >

Mac::Resources via command line?

2001-10-11 Thread Michael Blakeley
Some time ago, I wrote a Perl script under MacOS 8.6 to extract SoundDesigner II regions to WAV files. Mac::Memory and Mac::Resources made this easy to do, and I can still run the script under 10.1 using Classic and MacPerl 5.6.1b1 (thanks to macperl-porters for all their hard work). But... l

Re: Perldoc from the command line?

2001-04-02 Thread Michael Stearne
I don't know... It ran fine when I first tried it. No permissions errors or anything. I ran it from my user account (there's only one user). Michael On Saturday, March 31, 2001, at 09:14 PM, John Labovitz wrote: > On Friday, March 30, 2001, at 02:54 PM, Wilfredo Sanchez w

Re: Mac OS X Perl

2001-03-31 Thread Michael Stearne
minor version of mySQL it will compile out of the box, then no more binaries needed. Michael On Saturday, March 31, 2001, at 12:27 PM, Forest Dean Feighner wrote: > http://www.mysql.com/news/article-54.html

Re: Perl IDE for OS X?

2001-03-30 Thread Michael Stearne
We'll let that slide... you must be a Mac Head new to Unix. But you are mistaken emacs is the way to go. :-) On Friday, March 30, 2001, at 04:19 PM, Bohdan Peter Rekshynskyj wrote: > > Oh, puh-lease. > > > Real Programmers use vi. > > > ;-) ;-) ;-) > > Bohdan > > > PS - Remember

Re: Perl IDE for OS X?

2001-03-30 Thread Michael Stearne
upprt >> is built in there. > > BBEdit for X will have built in perl support as well. I cannot provide > any more details at this time. > Don't forget about PHP support Michael > -- > Jim Correia > [EMAIL PROTECTED]

Re: setting password for root

2001-03-30 Thread Michael Stearne
cooler than anyone else. Michael > Basically, if someone has physical access to the machine, all bets are > off.. which is kind of how it should be if you follow the Apple way of > thinking.. > > -japheth "jc" cleaver > san diego state university > > > >

Re: setting password for root

2001-03-30 Thread Michael Stearne
That is a crazy feature of OS X I think. You can just walk up to a box with OS X on it with an install CD, reset the password and have free reign? That sounds a little dangerous. Michael On Friday, March 30, 2001, at 02:08 PM, Bill Stephenson wrote: > on 3/30/01 12:37 PM, Farrukh Za

Re: OS X resources?

2001-03-30 Thread Michael Stearne
That's a great hint. Thanks. I was getting tired of sudo -s Michael On Friday, March 30, 2001, at 01:37 PM, Farrukh Zaidi wrote: > I had the same problem with not being able to su to root. What I did > was use NetInfo Manager, which comes with OS X, to delete the password

Re: OS X resources?

2001-03-30 Thread Michael Stearne
I don't know if there are any books out yet, but is a MacSlash story that might be a good place to start. http://www.macslash.com/articles/01/03/27/0149249.shtml Also as far as an overview, look at http://www.freebsd.org/ OS X undelying layer is based on FreeBSD. Michael On Friday,

<    1   2