exit with alarm

2002-03-11 Thread Mark Maunder
I've written a rather large mod_perl app that initiates a bunch of socket connects using a subclassed IO::Socket::INET. Every now and then I'm getting this: child pid 22743 exit signal Alarm clock (14) It happens infrequently and I can't find a pattern of any kind. The request that seems to

RE: Newbie install problems

2002-03-11 Thread Ged Haywood
Hi there, On Mon, 11 Mar 2002, Nicolai Schlenzig (DXD) wrote: After updating my FreeBSD 4.5-STABLE I got installed perl 5.6.0 on top of my 5.00503 and it was all dandy... until I updated a CPAN module which wanted to install 5.6.1 on top again. Why not set the CPAN configuration file so

Re: where should the handler sript be kept

2002-03-11 Thread Ged Haywood
Hi there, On Mon, 11 Mar 2002, Rizwan Majeed wrote: I am trying to invoke a handler script. I have set the location tag in httpd.conf I dont know where to place the script so that Apachi picks it up at run-time. Have a look in the Guide: http://perl.apache.org/guide and the Eagle Book:

Re: apache for windows/linux

2002-03-11 Thread Perrin Harkins
Wilfred Chan wrote: I am fairly new at this and I just wanted to ask what you guys think the differences are between running apache on Windows VS on linux. The bottom line is that mod_perl has better performance on Linux because of threading issues on Windows. There's a link to a writeup

Re: apache for windows/linux

2002-03-11 Thread Kurt Hansen
Wilfred Chan said: Hi, I have limited knowledge with http servers. I was told that apache was the best a few years back and I tried apache with my Win98 OS at that time. I pretty much just edited the configurations so that the webpage will load and left everything in default. I am fairly

[OT] RE: apache for windows/linux

2002-03-11 Thread Jonathan M. Hollin
:: Based on my own experience, if you have worked with Unix :: machines sometime in your past -- it could be in your :: distant past --, choose Apache on Linux or any flavor of :: Unix over Windows. Unix is far easier to comprehend than :: Windows, the documentation is better, and the help

Apache::Session problem with DBD::Oracle

2002-03-11 Thread Brian Lavender
I am trying to install Apache::Session and it is failing on the DBD::Oracle tests. It is asking for a default user. Do I need to configure Oracle for a default user? Or do I need to set some environment variable with a user id and password? brian Here are the errors I am getting:

Re: Apache::Session problem with DBD::Oracle

2002-03-11 Thread Geoffrey Young
Brian Lavender wrote: I am trying to install Apache::Session and it is failing on the DBD::Oracle tests. It is asking for a default user. Do I need to configure Oracle for a default user? Or do I need to set some environment variable with a user id and password? well, looking at

Re: Apache::Session problem with DBD::Oracle

2002-03-11 Thread Ken Y. Clark
On Mon, 11 Mar 2002, Brian Lavender wrote: Date: Mon, 11 Mar 2002 11:24:35 -0800 From: Brian Lavender [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Apache::Session problem with DBD::Oracle I am trying to install Apache::Session and it is failing on the DBD::Oracle tests. It is asking

Re: Apache::Session problem with DBD::Oracle

2002-03-11 Thread Brian Lavender
Yup, that fixed it. I have another problem with the File portion. Seems that the test giving the following fail statements. I checked /tmp and there is a lock file. I am not sure about how File::Store all works, and I couldn't quite understand the test file either. Should I just $ make install

Re: Apache::Session problem with DBD::Oracle

2002-03-11 Thread Brian Lavender
The tests were writing to an NFS mounted directory, and I think NFS was creating some lock files which prevented the directory from being written to. I moved the install to a non NFS mounted area, and it all worked. brian On Mon, Mar 11, 2002 at 12:00:47PM -0800, Brian Lavender wrote: Yup,

Re: [OT] Thought for the Day

2002-03-11 Thread Ryan Parr
John mentions /usr/games/fortune -o, which will print offensive messages. They are quite funny though. To use it without offensive messages (just funny ones) just don't pass it options. - Original Message - From: John Eisenschmidt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday,

Can't locate TIEHASH Apache::Session::Oracle

2002-03-11 Thread Brian Lavender
I am trying to test the Apache::Session::Oracle Here is the error I am getting. What is wrong? I was able to successfully install and test Apache::Session which tested Apache::Session::Oracle This is the error. [Mon Mar 11 14:01:23 2002] [error] Can't locate object method TIEHASH via package

Re: Can't locate TIEHASH Apache::Session::Oracle

2002-03-11 Thread Brian Lavender
On Mon, Mar 11, 2002 at 02:08:10PM -0800, Brian Lavender wrote: I am trying to test the Apache::Session::Oracle Here is the error I am getting. What is wrong? I was able to successfully install and test Apache::Session which tested Apache::Session::Oracle This is the error. [Mon Mar

Re: [OT] Thought for the Day

2002-03-11 Thread John Eisenschmidt
Sinister, aren't I? G For the record I did email directly an explanation of what -o does and to exclude it for clean fortunes, and that it's more fun to make your own. I have quotes from all the Dogma movies that are called within my mod_perl index.html on my website. =) Suddenly this thread

Re: [OT] Thought for the Day

2002-03-11 Thread Ryan Parr
I have the exact same thing set up for my website. Just without the dogma of course :) I'm thinking that I'll have to collect plenty of Deep Thoughts, to change the general tone of my site. -- Ryan - Original Message - From: John Eisenschmidt [EMAIL PROTECTED] To: Ryan Parr [EMAIL

cvs commit: modperl-2.0/lib/ModPerl TypeMap.pm

2002-03-11 Thread stas
stas02/03/11 02:29:44 Modified:lib/ModPerl TypeMap.pm Log: - check return value of map_type and die if undef, otherwise were getting 'odd number of elements in hash' error. Revision ChangesPath 1.15 +6 -2 modperl-2.0/lib/ModPerl/TypeMap.pm Index: