You could try specifying the host and sid in the connect string.
That way you only need ORACLE_HOME defined, nothing else.
Something like this:
my $dsn = 'dbi:Oracle:host=grill-name;sid=pork-roast;port=1525';
From: Malka Cymbalista [mailto:[EMAIL PROT
My longtime-redhat-user two cents:
Don't touch the system perl (5.8.0). RPM probably won't let
you.
It seems you're headed in the right direction. Just keep
moving.
Get the apache and mod_perl sources and recompile into
/usr/local.
You may want to uninstall your RPM packages for apache an
IIRC, compiling statically will avoid the problem otherwise you must
to recompile Perl.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 12, 2005 1:33 AM
> To: [EMAIL PROTECTED]
> Cc: modperl@perl.apache.org
> Subject: ModPerl install pr
I new if I said something stupid someone would step forward with the
right answer :)
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 05, 2005 10:11 PM
> To: Barksdale, Ray
> Cc: Octavian Rasnita; modperl@perl.apache.or
Y method forces a save op
but I can't remember if undef short-circuits that or not.
> -Original Message-
> From: Octavian Rasnita [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 05, 2005 4:30 PM
> To: Barksdale, Ray
> Subject: Re: What am I missing?
>
> Ok, a
set a timestamp in your sessions before untying.
> -Original Message-
> From: Octavian Rasnita [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 05, 2005 2:51 PM
> To: modperl@perl.apache.org
> Subject: What am I missing?
>
> Hi,
>
> I am trying to use Apache::Session with mod_perl
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 17, 2005 3:13 PM
> To: Barksdale, Ray
> Cc: mod_perl
> Subject: Re: sharing big global hash and objects
>
>
> Does that work? It looks really strange t
I have a large structure loaded from a db table that contains parameter
values.
The structure looks something like following (please excuse formatting, MS
lookOut)
my $hash = {
table1 => {
field1 => {
param1 => val,
param2 =>
Since nobody else bit...
First read the user docs => http://perl.apache.org/docs/2.0/user/index.html
(parts I and II at a minimum.)
(Actually, you should read ALL of the docs =>
http://perl.apache.org/docs/2.0/index.html)
Looking at the package list for FC3 you get httpd-2.0.52 and
mod_perl-1.99_
> -Original Message-
> From: Joe Schaefer [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 28, 2004 7:30 PM
> To: mod_perl user list
> Subject: Re: compile problems
>
> "Barksdale, Ray" <[EMAIL PROTECTED]> writes:
>
> [...]
>
>
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 28, 2004 5:18 PM
> To: Barksdale, Ray
> Cc: modperl@perl.apache.org
> Subject: Re: compile problems
>
>
> >> > (both without mod_perl) but this resulted in
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 28, 2004 5:02 PM
> To: Barksdale, Ray
> Cc: modperl@perl.apache.org
> Subject: Re: compile problems
>
> > As far as the memory usage problem I thought I was on t
Realized it just after I hit "send".
Mail is moving rather quickly today...
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 28, 2004 4:48 PM
> To: Barksdale, Ray
> Subject: Re: compile problems
>
> Ray, p
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 22, 2004 4:23 PM
> To: Barksdale, Ray
> Cc: modperl@perl.apache.org
> Subject: Re: compile problems
>
> something is very wrong then. On linux I get:
>
> Apach
Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 22, 2004 3:17 PM
> To: Barksdale, Ray
> Cc: modperl@perl.apache.org
> Subject: Re: compile problems
>
> Barksdale, Ray wrote:
>
> >>>Total: 608169K ( 580M) size
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 22, 2004 2:28 PM
> To: Barksdale, Ray
> Cc: Matthew Berk; modperl@perl.apache.org
> Subject: Re: compile problems
>
> > Total: 608169K ( 580M) size, 145465K
Hmm, I managed to get it to work with either -fpic or -fPIC after switching
to shared perl.
Also built with -m64.
I noticed Apache (at least 2.0.52) configures/compiles for -fPIC
automagically.
But once it loads, it is BIG.
(note lotta Apache modules, Apache::Request, CGI loaded via
book, I broke the binding :(
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 17, 2004 3:20 PM
> To: Barksdale, Ray
> Cc: [EMAIL PROTECTED]
> Subject: Re: compile problems
>
> Barksdale, Ray wrote:
>
> > ok. Had "cccdlflags=
Built my own perl in /usr/local. Made sure they weren't comingling.
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Joe Schaefer
> Sent: Friday, December 17, 2004 12:28 PM
> To: [EMAIL PROTECTED]
> Subject: Re: compile problems
>
>
de to
INC = -I/path/to/apache/src/include
I think this is a moot point... hasn't the static build process changed
since _17?
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 17, 2004 12:39 PM
> To: Barksdale, Ray
Matthew, you're not alone.
I was going to send a report (my first one ever :) about this but
anyhow.
same problem here => Fedora Core 2 (AMD64), perl 5.8.5, Apache 2.0.52,
mod_perl 1.99_17.
perl built with -fPIC instead of -fpic. Same result regardless. A grep shows
mod_perl picking up on -fPI
Just echoing Frank. I'm in the process of converting our last MP1 app
(Hylafax application) to MP2 on Fedora Core 2. Being currious, did you
attempt to compile against the Fedora Perl or did you roll your own?
I don't know that this would be a source of trouble since I've built
my own Perl(s) since
Modesta Perla Young...?
> -Original Message-
> From: Goehring, Chuck, RCI - San Diego
> [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 27, 2004 11:47 AM
> To: Chang-Ping Hsiao; Stas Bekman
> Cc: mod_perl Mailing List
> Subject: RE: got mod_perl?
>
>
> Perl would be a good name.
Well, crap This just confirms my wife's
observation: I'm a dufus.
Rewrote my form generator during mp2 upgrade and
dropped the enctype. All better
now.
Sorry about piling on Joe.
Thanks for the
remider Stefan.
From: Stefan Loones [mailto:[EMAIL PROTECTED]
Sent: Friday, Jul
Same problem here passing large strings in fields (hidden in my case).
POST_MAX set high (100 just to make sure).
The only major difference between Ken's stuff and mine seems to be his
threaded 5.8.0 Perl
versus my single threaded 5.8.3.
> -Original Message-
> From: Ken Burcham [mail
Ditto here.
>
> On Thu, 2004-04-15 at 12:16, Frank Wiles wrote:
> > The uploaded file
> >
> > Apache-DB-0.08.tar.gz
>
> Nice work Frank! As someone who frequently relies on running the
> debugger under mod_perl, I'm very pleased to see this ported to mp2.
> Thanks!
>
> - Perrin
Ray
**
Maurice,
Had the exact problem yesterday.
The fix we used was to download the libapreq.ppd file its script
located in scripts/install_libapreq (http://theoryxy.uwinnipeg.ca/ppms/)
Edit the ppd line for the script location. Something like
install_libapreq2
We then edited the script its
27 matches
Mail list logo