Re: Am I missing necessary DropScript configurations?

2002-11-10 Thread Sherm Pendley
On Sunday, November 10, 2002, at 09:00 AM, John Delacour wrote: At 7:16 am -0500 10/11/02, Sherm Pendley wrote: Wilfredo *did* try it, and described the results. Since that part of his message was missing from your reply (how convenient), I'll repost it: "(I don't log in as an admin user beca

Re: Apache2

2002-11-10 Thread Martin Redington
I'm working right now, so I won't run configure again right now ... I'll take your word for it that a vanilla build will work ok. The problem is almost certainly connected to my ./configure line: I configured as follows: ../configure --prefix=/usr/local/apache2.0.43 --enable-mods-shared=al l

Re: Apache2

2002-11-10 Thread Puneet Kishor
Guys, I have no idea what is wrong... but here's the deal. About 10 mins ago I -- cd ~/Projects curl -O http://www.apache.org/dist/httpd/httpd-2.0.43.tar.gz tar xvzf httpd*.gz cd httpd-2.0.43 ../configure --prefix=/usr/local/apache2 make sudo make install sudo apachectl stop (stopped Apple's apa

Re: Apache2

2002-11-10 Thread Martin Redington
On Sunday, November 10, 2002, at 11:31 PM, Puneet Kishor wrote: On Sunday, November 10, 2002, at 05:00 PM, John Delacour wrote: At 3:19 pm -0600 10/11/02, Puneet Kishor wrote: Funnily enough, having followed this thread, I downloaded apache 2 myself, and just tried to build it, and I've

Re: Apache2

2002-11-10 Thread Puneet Kishor
On Sunday, November 10, 2002, at 05:00 PM, John Delacour wrote: At 3:19 pm -0600 10/11/02, Puneet Kishor wrote: go to your web-sharing doo-hickey in the Systems Prefs and turn off web-sharing. That way the Apple apache WILL NOT be in the picture at all. Out, kaput. Unfortunately, nor will

Re: Apache2

2002-11-10 Thread John Delacour
At 3:19 pm -0600 10/11/02, Puneet Kishor wrote: go to your web-sharing doo-hickey in the Systems Prefs and turn off web-sharing. That way the Apple apache WILL NOT be in the picture at all. Out, kaput. Unfortunately, nor will Apache2 on this machine. If I turn off web sharing I can't connect

Re: Apache2

2002-11-10 Thread Puneet Kishor
On Sunday, November 10, 2002, at 11:32 AM, John Delacour wrote: At 8:18 am -0600 10/11/02, Puneet Kishor wrote: PS. I've installed Apache2 and mod-perl after again installing Perl 5.8.0 à la Morbus. Where do I put my CGI executables? I obviously need to configure Apache somehow. put it a

Re: Apache2

2002-11-10 Thread John Delacour
At 8:18 am -0600 10/11/02, Puneet Kishor wrote: PS. I've installed Apache2 and mod-perl after again installing Perl 5.8.0 ˆ la Morbus. Where do I put my CGI executables? I obviously need to configure Apache somehow. put it anywhere... it doesn't matter as long as you have the path set in htt

Re: PerlMagick dyld errors

2002-11-10 Thread Puneet Kishor
On Friday, November 8, 2002, at 01:48 PM, David Dierauer wrote: Using Randal's instructions (quoted below my signature) on OS X 10.1.5, with perl 5.6.1 installed, I get the following when I attempt to test my installation of PerlMagick: $ perl -MImage::Magick -e 'print "OK\n"' dyld: perl Unde

Re: Am I missing necessary DropScript configurations?

2002-11-10 Thread Puneet Kishor
On Sunday, November 10, 2002, at 05:12 AM, John Delacour wrote: .. PS. I've installed Apache2 and mod-perl after again installing Perl 5.8.0 à la Morbus. Where do I put my CGI executables? I obviously need to configure Apache somehow. put it anywhere... it doesn't matter as long as you ha

Re: Am I missing necessary DropScript configurations?

2002-11-10 Thread John Delacour
At 7:16 am -0500 10/11/02, Sherm Pendley wrote: Wilfredo *did* try it, and described the results. Since that part of his message was missing from your reply (how convenient), I'll repost it: "(I don't log in as an admin user because it's generally unsafe, so in my case I get permission denied.

Re: Am I missing necessary DropScript configurations?

2002-11-10 Thread Sherm Pendley
On Sunday, November 10, 2002, at 06:12 AM, John Delacour wrote: At 8:15 pm -0800 9/11/02, Wilfredo Sánchez wrote: There's at least one bug in your script. You are writing to a file "report.txt", but you fail to specify the path to the file. The working directory DropScript is giving you is

Re: Am I missing necessary DropScript configurations?

2002-11-10 Thread John Delacour
At 8:15 pm -0800 9/11/02, Wilfredo S‡nchez wrote: There's at least one bug in your script. You are writing to a file "report.txt", but you fail to specify the path to the file. The working directory DropScript is giving you is probably "/", and so you're trying to write out a file "/reports.tx

Re: Am I missing necessary DropScript configurations?

2002-11-10 Thread Wilfredo Sánchez
You're using DropScript 0.5? I don't get a crash, though I'm using 0.6-dev from CVS, but the app code hasn't changed. There's at least one bug in your script. You are writing to a file "report.txt", but you fail to specify the path to the file. The working directory DropScript is givin