Re: libapreq-1.1 Release Candidate 1

2002-11-26 Thread Edward Moon
PowerBook Ti 667 Rev1 (1GB RAM 30GB HD) OS X 10.2 Apache 1.3.27 installed at Apple default (custom build w/ mod_perl 1.27) Apache 2.0.43 installed at /usr/local/apache2 Ran configure then make and got the error: cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode

Re: Perl Help Please

2002-11-26 Thread John Delacour
At 2:05 pm -0800 25/11/02, Chuck Taylor wrote: After doing some debugging this is what I thought the Perl script should look like. #!/usr/bin/perl /System/Library/CoreServices/Classic Startup.app/Contents/Resources/';./cdTruBlueEnvironment; I made sure it was executable using chmod +X but

BLT

2002-11-26 Thread Dr. Paul Fons
I am trying to compile a program that uses Tk/Tcl, however I am having a little trouble with a package it uses called BLT (implements graphics in Tk). Has anyone successfully installed this into Tk? There is a configure file, but it doesn't know about darwin (and there is no configure.in to

Console problem

2002-11-26 Thread Bruce Van Allen
At 10:02 PM -0400 10/23/02, Sherm Pendley wrote: Here's a tip: If you're doing web development, Console.app is insanely great. Start it up, open the /var/log/httpd/error_log file, and then hide the app. Whenever an error is logged, Console.app automatically unhides itself to show you the

-d seems to disable rename(old,new)

2002-11-26 Thread Matthew Galaher
I've written a Dropscript droplet in perl that is meant to rename files based on a specific naming convention. As a safety measure I wish to check if they drop a folder. I check this using if(-d FILEHANDLE){ which works, but it also seems to make the rename fail. What follows is what I hope is

RE: -d seems to disable rename(old,new)

2002-11-26 Thread wiggins
Why open the filehandle then test the filehandle? I believe you should just test the file path with the -d then only open the handle afterwards. http://danconia.org On Tue, 26 Nov 2002 13:10:27 -0800, Matthew Galaher [EMAIL PROTECTED] wrote:

(OT) Trouble in Happyland

2002-11-26 Thread Lou Moran
I have posted several other places (one at a time) but this seems to be a little hard for the average OS Xer... You folks are better, in a Nutshell my Finder won't start which makes using OS X a lot less fun. Here's the error can anyone explain it? Mac OS X Version 10.2.2 (Build 6F21) dyld:

Re: (OT) Trouble in Happyland

2002-11-26 Thread Chris Devers
On Tue, 26 Nov 2002, Lou Moran wrote: Mac OS X Version 10.2.2 (Build 6F21) dyld: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder malformed library: /System/Library/PrivateFrameworks/PowerPlant.framework/Versions/A/ PowerPlant (not a Mach-O file, bad magic number) Nov 26

Re: (OT) Trouble in Happyland

2002-11-26 Thread Chris Devers
On Tue, 26 Nov 2002, Lou Moran wrote: On Tuesday, Nov 26, 2002, at 18:03 America/New_York, Chris Devers wrote: Or if you've upgraded to Jaguar: % cd /System/Library/PrivateFrameworks/PowerPlant.framework/Versions/A/ % file PowerPlant PowerPlant: Mach-O dynamically linked

Re: (OT) Trouble in Happyland

2002-11-26 Thread Lou Moran
On Tuesday, Nov 26, 2002, at 18:03 America/New_York, Chris Devers wrote: What do you have in that crash log? Date/Time: 2002-11-26 18:29:09 -0500 OS Version: 10.2.2 (Build 6F21) Host: mrsparkle.local. Command:Finder PID:558 Exception: EXC_BREAKPOINT (0x0006) Code[0]:

Re: libapreq-1.1 Release Candidate 1

2002-11-26 Thread Ken Williams
Edward, Instead of just ./configure, you'll need to do ./configure --with-apache-includes=/usr/include/httpd (assuming that's where your apache headers are). That'll get you farther, anyway. Joe, maybe this could be added as a default for Darwin or something? -Ken On Tuesday, November 26,

Restart Apache

2002-11-26 Thread Jeremy Schwartz
I am trying to rotate my Apache logs using Cron and the following shell script: # /bin/sh mv /var/log/httpd/access_log /users/admin/logs/ apachectl restart This script is set to 755 and is being executed by the root crontab. The first line is executing correctly, the log file is moving out of

Re: Restart Apache

2002-11-26 Thread gene
On Tuesday, November 26, 2002, at 11:55 AM, Jeremy Schwartz wrote: I am trying to rotate my Apache logs using Cron and the following shell script: # /bin/sh mv /var/log/httpd/access_log /users/admin/logs/ apachectl restart This script is set to 755 and is being executed by the root crontab.

[Solved] Re: Restart Apache

2002-11-26 Thread Jeremy Schwartz
That did it! Thanks Gene and everyone who chimed in on this. It was the full path on apachectl that was causing the issue. This works great for anyone looking for an easy solution to roll your logs. #!/bin/sh mv /var/log/httpd/access_log /users/admin/logs/ /usr/sbin/apachectl restart

Re: Restart Apache

2002-11-26 Thread Chris Devers
On Tue, 26 Nov 2002, Jeremy Schwartz wrote: I am trying to rotate my Apache logs using Cron and the following shell script: # /bin/sh mv /var/log/httpd/access_log /users/admin/logs/ apachectl restart As noted, full paths might be a good idea. That or, this being a Perl list [well, two

Re: Restart Apache

2002-11-26 Thread Dwalu Z. Khasu
On Tue, 26 Nov 2002, Jeremy Schwartz wrote: =I am trying to rotate my Apache logs using Cron and the following shell =script: = =# /bin/sh = =mv /var/log/httpd/access_log /users/admin/logs/ =apachectl restart = =This script is set to 755 and is being executed by the root crontab. The =first line

Re: (OT) Trouble in Happyland

2002-11-26 Thread Lou Moran
On Tuesday, Nov 26, 2002, at 15:36 US/Pacific, Chris Devers wrote: The file sizes are the same. That seems like a good sign. Somehow it's corrupted though, the system has forgotten what it is... This was the problem I have no real Solution, but I can say that Archive Install worked like