tru64/Configure problem with perl5.6.0 for modperl

2000-10-23 Thread Bob Parkinson
Hi, I'm in process of upgrading our perl/modperl/apache installation, and have a problem. Not sure if this is a perl problem or a modperl problem. modperl-1.24/perl-5.6.0/tru64-D/apache-1.3.14 I'm gettting the ./Configure fail with: + doing sanity check on compiler and options ** A test

Very WIRED error msg

2000-10-23 Thread hpcenter
Hello guys , I saw this : [Mon Oct 23 14:45:09 2000] [notice] Apache/1.3.12 (Unix) mod_perl/1.24 configured -- resuming normal operations Argument "OK" isn't numeric. Argument "OK" isn't numeric. Argument "OK" isn't numeric. Argument "OK" isn't numeric. etc.. What that mean ??? Thanks -

Re: Very WIRED error msg

2000-10-23 Thread John Saylor
Hi - Original Message - From: [EMAIL PROTECTED] Argument "OK" isn't numeric. Argument "OK" isn't numeric. Argument "OK" isn't numeric. Argument "OK" isn't numeric. What that mean ??? Your code is expecting a numeric value [probably 1 or 0] and it's getting a string. Your code is

Re: Very WIRED error msg

2000-10-23 Thread Sean D. Cook
Argument "OK" isn't numeric. Argument "OK" isn't numeric. Argument "OK" isn't numeric. Argument "OK" isn't numeric. It looks like you are trying to check the return value from a mod_perl handler. my $foo = handler(); if($foo == 1){ # this won't work :) } sub handler { ...

Re: IPC::Shareable (was Re: Perl module - LWP)

2000-10-23 Thread Alexander Farber (EED)
On Sun, 22 Oct 2000, Steven Cotton wrote: What version of Perl are you using? I had some problems with make test, one of the tests doesn't return and I got a few munged shared memory segment errors, I was attempting to install under Solaris 7 and Perl 5.6.0. The messages about "munged shared

Re: IPC::Shareable (was Re: Perl module - LWP)

2000-10-23 Thread Alexander Farber (EED)
my $stuff = 'IPC::Shareable' . $ice; - i.e. 13 chars) Oops, sorry - I can't count on mondays!

Re: persistent database problem

2000-10-23 Thread John K. Sterling
The db connection happens once for each child - so every time you hit a child for the first time it will open up a new connection - you probably have apache configured to start with 4 or so kids. sterling On Mon, 23 Oct 2000, Differentiated Software Solutions Pvt. Ltd wrote: Hi, I have

Re: child seg fault (11) with mod_perl as DSO (Sol 8, perl 5.6, gcc 2.95.2)

2000-10-23 Thread Bjørn Ola Smievoll
* Gary Goldberg | | Hello. I am build a machine from scratch, so I've done this: | | 1. Installed clean Solaris 8 Intel. | 2. Installed SFWgcc (2.95.2) from Solaris install. | 3. Used Solaris-installed perl 5.005 to build perl 5.6 in /opt. (Everything | in /opt). | 4. Used CPAN to install

Re: File Space Usage ... in perl ?

2000-10-23 Thread Alexander Farber (EED)
See Perl Power Tools - http://language.perl.com/ppt/what.html

[REPOST] MyClass::import() not being called.

2000-10-23 Thread Rodney Broom
Hi all, Did we forget me? (snif, snif...) I've got this happy little access handler that works just fine. I'm loading it like this: PerlAccessHandler MyClass Now I need for it to accept parameters through import(). That would let me change the usage to something like this:

Re: [REPOST] MyClass::import() not being called.

2000-10-23 Thread Rodney Broom
From: "Carlos Ramirez" [EMAIL PROTECTED] CR You can use PerlSetVar to set parameters like so: CR PerlAccessHandler MyClass CR PerlSetVar Param1 CR PerlSetVar Param2 Yep, that's definately an effective work-around. My biggest concern is the fact that import() doesn't seem to be getting called

Re: [REPOST] MyClass::import() not being called.

2000-10-23 Thread Benjamin Trott
The types of parameters I'll pass to this handler will change machine-by-machine. You see, I need to run this package on several different servers, and need it to know how to configure it's self. Okay... I don't think I get exactly why this situation makes using PerlSetVar

Re: [REPOST] MyClass::import() not being called.

2000-10-23 Thread Ken Williams
[EMAIL PROTECTED] (Rodney Broom) wrote: I've got this happy little access handler that works just fine. I'm loading it like this: PerlAccessHandler MyClass Now I need for it to accept parameters through import(). That would let me change the usage to something like this: PerlAccessHandler

cannot install mod_perl-1.24_01/mod_ssl-2.7.1/apache_1.3.14/perl-5.6.0

2000-10-23 Thread William Rico
I've been trying to install the following combination without any luck: mod_perl-1.24_01 mod_ssl-2.7.1 openssl-0.9.6 apache_1.3.14 perl-5.6.0 ...on FreeBSD 2.2.8 Error when making mod_perl: bash-2.02# make ...successful steps cut out... === src/modules/perl === src/modules cc -c -I.

site using mod_perl

2000-10-23 Thread Alvar Freude
Hi, I use mod_perl on http://www.a-blast.org/ and want to suggest it for http://perl.apache.org/sites.html It is a "truly interactive text network", written completely in mod_perl. For a quick, non-technical overview have a look on http://www.assoziations-blaster.de/prixars/ (its in english on