. 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-
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
(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. >
>
>
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
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-
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
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
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
files on a page of my website http://lashampoo.info/unix
Anyone can help me ?
Thanks, Michael.
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
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
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.
>
>
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
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
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
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
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
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
> 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
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
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/>
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
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
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
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
r on that machine was selectable.
The command was this:
/usr/local/bin/psync / /Volumes/fireblaster/Backups/imacGraphite
Michael
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.
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
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
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:
>
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
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
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
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
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]
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
>
>
>
>
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
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
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,
101 - 139 of 139 matches
Mail list logo