RE: Cheap and unique

2002-04-30 Thread OCNS Consulting
hnson [mailto:[EMAIL PROTECTED]] Sent: 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 "Program

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: > Chec

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 c

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

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-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

RE: Trouble w/ LWP during mod_perl install

2002-03-18 Thread OCNS Consulting
the Apache APXS option - . 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 install Hi RB, Here is the

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]]

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
ywood [mailto:[EMAIL PROTECTED]] Sent: 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

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
o you 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: R

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 kerne

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 proble

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
for each function it appears in.) http_core.c:3775: parse error before "mm" http_core.c:3839: `mm' undeclared (first use in this function) make[3]: *** [http_core.o] Error 1 make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/usr/dist/apache_1.3.23/src' make[1]: *** [buil

RE: mod_perl compile problem

2002-02-14 Thread OCNS Consulting
it appears in.) http_core.c:3775: parse error before "mm" http_core.c:3839: `mm' undeclared (first use in this function) make[2]: *** [http_core.o] Error 1 make[1]: *** [subdirs] Error 1 make[1]: Leaving directory `/usr/dist/apache_1.3.23/src' make: *** [apache_httpd] Error 2

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-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

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..