RE: Oracle9.2 and mod_perl - advice sought

2003-03-26 Thread Jim Morrison [Mailing-Lists]
Chris, Dmitri, Chuck, Thank you all.. Have got myself a safari bookshelf and cpan shell at the ready.. Wish me luck... Databases here I come ;-) - Jim -Original Message- From: Christopher Taranto [mailto:[EMAIL PROTECTED] Sent: 25 March 2003 22:13 To: [EMAIL PROTECTED]

ENC: [mp2.0] problems when built modperl

2003-03-26 Thread Rosane Novello
When I try to build I receive the error above. Someone can help me? C:\mod_perl-1.99_08perl Makefile.PL MP_AP_PREFIX=C:\Apache Group\Apache2 Use of uninitialized value in concatenation (.) or string at lib/ModPerl/BuildOptions.pm line 89, DATA line 18. Reading Makefile.PL args from

Re: ENC: [mp2.0] problems when built modperl

2003-03-26 Thread Mark James
Rosane Novello wrote: When I try to build I receive the error above. Someone can help me? C:\mod_perl-1.99_08perl Makefile.PL MP_AP_PREFIX=C:\Apache Group\Apache2 Use of uninitialized value in concatenation (.) or string at lib/ModPerl/BuildOptions.pm line 89, DATA line 18. A comment in

Re: ENC: [mp2.0] problems when built modperl

2003-03-26 Thread Randy Kobes
On Wed, 26 Mar 2003, Mark James wrote: Rosane Novello wrote: When I try to build I receive the error above. Someone can help me? C:\mod_perl-1.99_08perl Makefile.PL MP_AP_PREFIX=C:\Apache Group\Apache2 Use of uninitialized value in concatenation (.) or string at

Another wicked mod_perl question :)

2003-03-26 Thread Jean-Michel Hiver
Hi List, I know that it's possible to chain Apache handlers in a way that the next handler is executed if the previous handler returned DECLINED. I would like to have the following execution chain: Handler1 Handler2 ... HandlerN CGI script (running either as pure CGI or under Apache::Registry).

Re: Another wicked mod_perl question :)

2003-03-26 Thread Perrin Harkins
Jean-Michel Hiver wrote: I know that it's possible to chain Apache handlers in a way that the next handler is executed if the previous handler returned DECLINED. It sound like you're looking for this: http://perl.apache.org/docs/1.0/guide/config.html#Stacked_Handlers The next handler is also

Re: speeding up CGI.pm

2003-03-26 Thread Ask Bjoern Hansen
On Tue, 25 Mar 2003, Stas Bekman wrote: [...] http://marc.theaimsgroup.com/?l=apache-modperlm=95587404903236w=2 If something can be made faster with very little effort, why not doing that? Often because the cost of having to deal with the increased complexity and new obscure bugs isn't worth

RE: Oracle9.2 and mod_perl - advice sought

2003-03-26 Thread Goehring, Chuck Mr., RCI - San Diego
Jim, Easiest would be to try to connect as scott password tiger and run: select EMPNO,ENAME,JOB,MGR,HIREDATE from emp (assuming you chose to load the examples) That will save you having to load data. Chuck -Original Message- From: Jim Morrison [Mailing-Lists] [mailto:[EMAIL

RE: make errors with mod_perl-1.99_08 on aix 4.3.3 5.1

2003-03-26 Thread Priest, Darryl - BALTO
Thanks. Compiles ok now, but I'm having trouble with 'make test'. Here's the output: root%make test cd src/modules/perl make -f Makefile.modperl Target all is up to date. /usr/bin/perl -Iblib/arch -Iblib/lib t/TEST -clean *** setting ulimit to allow core files ulimit -c

Re: Mod_perl 1.99_09dev on AIX4.3.3

2003-03-26 Thread Stas Bekman
ODELL, TODD E (SWBT) wrote: Stas, The output of perl -V:ld -V:cc is: ld='ld' cc='cc' the cc is the IBM Visual Age C (vac.C 4.4.0.3) Thanks. I grabbed the CVS last night after reading msg: 50776 (regarding the TestHooks::init::first) to see if the errors would disappear. When I ran make I

Re: make errors with mod_perl-1.99_08 on aix 4.3.3 5.1

2003-03-26 Thread Stas Bekman
Priest, Darryl - BALTO wrote: Thanks. Compiles ok now, but I'm having trouble with 'make test'. [...] waiting for server to start: .Syntax error on line 12 of /tmp/modperl-2.0/t/conf/httpd.conf: Cannot load /tmp/modperl-2.0/src/modules/perl/mod_perl.so into server: [...] I tried with Apache

Re: Apache::GD::Thumbnail Question

2003-03-26 Thread Steven A. Adams
Any word on this Issac? Are you as stumped as I am? I dug into it again today and verified that the jpeg, png and freetype2 libraries were installed and verified that they functioned. I also did a complete rebuild of GD and a CPAN force install on Apache::GD::Thumbnail - all went well with no

RE: Mod_perl 1.99_09dev on AIX4.3.3

2003-03-26 Thread ODELL, TODD E (SWBT)
Stas, I got the CVS tonight and the make was great! A new error on make test however: [EMAIL PROTECTED]:/store/modperl-2.0 make test cd src/modules/perl make -f Makefile.modperl Target all is up to date. /usr/local/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2 t/TEST -clean

Re: Mod_perl 1.99_09dev on AIX4.3.3

2003-03-26 Thread Stas Bekman
ODELL, TODD E (SWBT) wrote: Stas, I got the CVS tonight and the make was great! A new error on make test however: [EMAIL PROTECTED]:/store/modperl-2.0 make test cd src/modules/perl make -f Makefile.modperl Target all is up to date. /usr/local/bin/perl -Iblib/arch/Apache2