RE: Cheap and unique

2002-04-30 Thread OCNS Consulting
Check your Programming in PERL book. Specifically, the srand function. RB -Original Message- From: David Jacobs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 3:39 PM To: [EMAIL PROTECTED] Subject: Cheap and unique I'm converting a few CGI scripts that used the PID as a

RE: Cheap and unique

2002-04-30 Thread OCNS Consulting
You could try - Math::TrulyRandom CPAN module. RB -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 4:08 PM To: OCNS Consulting Cc: David Jacobs; [EMAIL PROTECTED] Subject: Re: Cheap and unique OCNS Consulting wrote: Check your

RE: Cheap and unique

2002-04-30 Thread OCNS Consulting
: Tuesday, April 30, 2002 4:35 PM To: Perrin Harkins Cc: OCNS Consulting; David Jacobs; [EMAIL PROTECTED] Subject: Re: Cheap and unique On Tue, Apr 30, 2002 at 04:08:00PM -0400, Perrin Harkins wrote: OCNS Consulting wrote: Check your Programming in PERL book. Specifically, the srand function

RE: Content management systems

2002-04-10 Thread OCNS Consulting
Looks good - if you're in San Diego. RB -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:23 PM To: Matthew Watson Cc: [EMAIL PROTECTED] Subject: Re: Content management systems Matthew Watson wrote: I was wondering if there are any

RE: modperl compile problems!

2002-04-03 Thread OCNS Consulting
Here's what I did: 1. Retrieve the latest build of the mod_perl at - http://cvs.apache.org/snapshots/modperl/ 2. Compile mod_perl outside of the Apache Source Tree, as described in file INSTALL.apaci; suggest - perl Makefile.PL USE_APXS=1

RE: Trouble w/ LWP during mod_perl install

2002-03-18 Thread OCNS Consulting
the Apache APXS option - Apache eXtenSion (APXS) support tool. Let us know. RB -Original Message- From: John Kolvereid [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 8:03 PM To: OCNS Consulting; Ade Olonoh Cc: mod_perl Mailing List Subject: RE: Trouble w/ LWP during mod_perl

RE: Trouble w/ LWP during mod_perl install

2002-03-18 Thread OCNS Consulting
John: Consider installing the latest version of Apache 1.3.23. RB -Original Message- From: OCNS Consulting [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 8:53 AM To: John Kolvereid; Ade Olonoh Cc: mod_perl Mailing List Subject: RE: Trouble w/ LWP during mod_perl install John

Latest version of mod_perl

2002-03-18 Thread OCNS Consulting
Where's the latest snapshot of mod_perl? RB OCNS, Inc. [EMAIL PROTECTED]

RE: Trouble w/ LWP during mod_perl install

2002-03-17 Thread OCNS Consulting
John, Consider building mod_perl as a DSO outside of Apache. Look for the section title Build mod_perl as DSO outside Apache source tree via APXS in the file INSTALL.apaci. This should work for you. Let us know. RB -Original Message- From: John Kolvereid [mailto:[EMAIL PROTECTED]]

mod_perl compile problem

2002-02-14 Thread OCNS Consulting
Hi: I'm attempting to make httpd apache-1.3.23 with mod_perl-1.26 and ActiveState Perl 5.6.1 Build 631. This is a simple build with no other modules or EAPI references. Unfortunately, I'm encountering the following error when the compile of the http_core.c routine is attempted: gcc -c -I..

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
14, 2002 10:41 AM To: OCNS Consulting Cc: [EMAIL PROTECTED] Subject: Re: mod_perl compile problem On Thu, 14 Feb 2002, OCNS Consulting wrote: I'm attempting to make httpd apache-1.3.23 with mod_perl-1.26 and ActiveState Perl 5.6.1 Build 631. This is a simple build with no other modules

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
-Original Message- From: Hans Juergen von Lengerke [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 11:21 AM To: OCNS Consulting Cc: Randy Kobes; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: mod_perl compile problem OCNS Consulting [EMAIL PROTECTED] on Feb 14, 2002: [mod_perl-1.26

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
Kevin, Configured Apache with --enable-rule=SHARED_CORE; make - same results. RB -Original Message- From: Cheung, Kevin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 11:47 AM To: 'OCNS Consulting' Subject: RE: mod_perl compile problem did you try --enable-rule

RE: FW: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
Ged, The Server is installed with Redhat Linux 7.2 with latest the kernel sources. Here's the output from #rpm -q -a | grep kernel kernel-doc-2.4.9-21 kernel-source-2.4.9-21 kernel-pcmcia-cs-3.1.27-10 kernel-2.4.7-10 kernel-headers-2.4.9-21

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
believe that the version of PERL or APACHE has something to do with it? Thanks for the help - this is so frustrating. RB -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 2:16 PM To: OCNS Consulting Cc: mod_perl Mailing List Subject: RE: FW

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
: Thursday, February 14, 2002 3:08 PM To: OCNS Consulting Cc: mod_perl Mailing List Subject: RE: mod_perl compile problem Hi again, On Thu, 14 Feb 2002, OCNS Consulting wrote: I revert back to the ActiveState rpm version 5.6.1 Build 631. Do you believe that the version of PERL or APACHE has

mod_perl compile problem

2002-02-13 Thread OCNS Consulting
Hi: I'm attempting to make httpd apache-1.3.23 with mod_perl-1.26 and ActiveState Perl 5.6.1 Build 631. This is a simple build with no other modules or EAPI references. Unfortunately, I'm encountering the following error when the compile of the http_core.c routine is attempted: gcc -c -I..

RE: mod_perl compile problem

2002-02-13 Thread OCNS Consulting
Yes. R. Beazley -Original Message- From: Rodney Broom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 7:55 PM To: OCNS Consulting; [EMAIL PROTECTED] Subject: Re: mod_perl compile problem From: OCNS Consulting [EMAIL PROTECTED] I'm attempting to make httpd apache-1.3.23