Re: (Offtopic) Re: Frustrated with AppleScript. Is Perl the answer?

2002-09-17 Thread Wilfredo Sanchez
TextEdit has a preference Ignore rich text commands in HTML files which I suggest you enable. -wsv On Thursday, September 12, 2002, at 08:21 PM, Erik Price wrote: Actually, I found this feature to be a huge pain in the ass when I tried to teach my girlfriend how simple HTML

Re: how to use DropScript?

2002-02-04 Thread Wilfredo Sanchez
You might try launching Console and seeing if any errors are being emitted by your script. Be sure to run it also while creating the drop app and se if there were error there as well. -wsv On Monday, February 4, 2002, at 07:52 AM, CDE Francis wrote: I've got a Perl script

Re: installscript='/usr/bin' !? [Was: Re: HFS+ and directory layout]

2002-01-15 Thread Wilfredo Sanchez
Seems to me like there should be an installsitescript variable. I agree that for user-built perl, it should be /usr/local/bin, not /usr/bin. The last hints file I edited had this fixed, or so was the intent. I think that was in a 5.7-dev version, though. Been a while. I believe

Re: Mac OS X 10.1: Now with extra compiling woes!

2001-09-30 Thread Wilfredo Sanchez
On Tuesday, September 25, 2001, at 07:57 AM, John Siracusa wrote: Yeah, join the club. I say again: Wilfredo, where have you gone? ;) New job, less time to hack Perl. :) I asked around and apparently Apple built 5.6.0 with the -flat_namespace flag, which is a bug. They should have

Re: Making a Perl script run at boot?

2001-06-21 Thread Wilfredo Sanchez
On Wednesday, June 20, 2001, at 08:20 PM, Adam Foxson wrote: You probably want to be using '/System/Library/StartupItems/' not '/Library/StartupItems/'. Nope, the opposite. /System is for system software; /Library is for user add-ins. There is a new HOWTO on this at:

Re: Trouble installing Compress::Zlib

2001-06-19 Thread Wilfredo Sanchez
On Thursday, June 14, 2001, at 07:32 AM, Tim Grant wrote: The Zlib page -- http://www.gzip.org/zlib/ -- says “zlib 1.1.3 is included as part of the Mac OS X Public Beta under /System/Library/Frameworks/Zip.framework;” -- but I'm not sure it's still there in 10.0.3. It was in a

Re: dyld problems loading perl modules under mod_perl

2001-06-12 Thread Wilfredo Sanchez
On Tuesday, June 12, 2001, at 01:04 AM, Martin Redington wrote: does that mean that I need to hack apache (or some other piece), to get mod_php and DDB::MySQL to play together (well, in the same apache instance), or have I done something wrong in building one of the components? I

Re: perl@10517 (Fail)

2001-06-12 Thread Wilfredo Sanchez
On Tuesday, June 12, 2001, at 06:29 AM, Jarkko Hietaniemi wrote: It would be nice to know why not, though. Hmmm. Maybe your locale configuration is somehow better (as in, you have some working locales installed) than the out-of-the-box one? (If my theory about the combination of PerlIO

Re: perl@10517 (Fail)

2001-06-12 Thread Wilfredo Sanchez
OK, I build perl@10517, and indeed if you just run ./miniperl, you will run into symbol conflicts: [moof:~/ufs/perl] wsanchez% ./miniperl configpm configpm.tmp dyld: ./miniperl multiple definitions of symbol _Perl_ck_exec ./miniperl definition of _Perl_ck_exec

Re: dyld problems loading perl modules under mod_perl

2001-06-11 Thread Wilfredo Sanchez
On Wednesday, May 30, 2001, at 02:57 AM, Martin Redington wrote: I think what is happening is that the __dig_vec symbol being loaded from the DBD::MySQL bundle is conflicting with the same symbol in mod_php. I looked in the Apache 1.3.19 source, and can see handlers for multiple

Re: perl@10517 (Fail)

2001-06-11 Thread Wilfredo Sanchez
On Monday, June 11, 2001, at 02:24 PM, Jarkko Hietaniemi wrote: Ho-hum. On closer inspection the dynaloader error messages look much like there's a big confusion going on: both the symbols of the newly built (mini)perl *AND* the operating system's already installed shared Perl library

Re: perl@10517 (Fail)

2001-06-11 Thread Wilfredo Sanchez
On Monday, June 11, 2001, at 06:53 PM, Jarkko Hietaniemi wrote: Isn't this correct only if you want to replace the system Perl? This is set by the -install_name flag on the link line, which Configure sets to wherever you plan to install it, which I think defaults to the system perl, but

Re: Upgrading 5.6.0 - 5.6.1

2001-05-10 Thread Wilfredo Sanchez
On Wednesday, May 9, 2001, at 05:40 PM, Scott Anguish wrote: bbedit_launch.command script that would be set to open in your Login apps preferences? That might work. It would be nice if you could do some environment setup at login, though. In NeXTStep and in Rhapsody, there was a

Re: Can't compile Perl 5.6.1 on OS X

2001-05-10 Thread Wilfredo Sanchez
On Thursday, May 10, 2001, at 12:45 PM, Peter Prymmer wrote: I think that the problem is case insensitivity. You have an 'INSTALL' file in the perl tar ball but when you ask make to update the 'install' file it determines that the 'INSTALL' file is already up to date. Development versions

Re: Perldoc from the command line?

2001-03-30 Thread Wilfredo Sanchez
On Friday, March 30, 2001, at 02:50 PM, Gary Blackburn wrote: chmod 0777 /var/tmp Mode for /var/tmp and /tmp should be 1777. -Fred Wilfredo Snchez - [EMAIL PROTECTED]