Re: Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-16 Thread Steve Hay
Stas Bekman wrote: Steve Hay wrote: [...] Having a pointer to where the mod_perl.lib library was installed would be useful. I'm not sure calling it MODPERL_STATIC_LIB_LOCATION would be the best thing on Win32, as it's not a static library as such, but something could be come up with ..

Re: [PATCH] Re: mp2 with perl-5.8.1 on Windows

2003-09-15 Thread Steve Hay
Randy Kobes wrote: On Mon, 15 Sep 2003, Steve Hay wrote: PS. Randy: How do you that stacktrace output that you've posted? Is that using MSVC++, or something else? Hi Steve, I'm using MSVC++ ... When a problem like this occurs, an offer is made to call up the VC++ debugger,

[PATCH] Re: mp2 with perl-5.8.1 on Windows

2003-09-15 Thread Steve Hay
Randy Kobes wrote: On Fri, 12 Sep 2003, Steve Hay wrote: Hi, Has anybody else got mp2 (CVS) working with recent perl-5.8.1's on Windows? I've got it building, but I can't start the Apache server at all. (It's fine without the mod_perl bits in the httpd.conf file.) Se

Re: Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-15 Thread Steve Hay
Stas Bekman wrote: Randy Kobes wrote: On Fri, 12 Sep 2003, Stas Bekman wrote: Steve Hay wrote: Stas Bekman wrote: Randy Kobes wrote: On Fri, 12 Sep 2003, Steve Hay wrote: I believe that mod_perl 2 now installs the mod_perl.lib somewhere to solve that kind of problem. Is there an option in

Re: Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-12 Thread Steve Hay
Stas Bekman wrote: Randy Kobes wrote: On Fri, 12 Sep 2003, Steve Hay wrote: I believe that mod_perl 2 now installs the mod_perl.lib somewhere to solve that kind of problem. Is there an option in the mod_perl 1 build process to thave that library installed, or could that be added to the next

mp2 with perl-5.8.1 on Windows

2003-09-12 Thread Steve Hay
w.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00795.html Cheers, - Steve

Re: Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-12 Thread Steve Hay
the mod_perl 1 build process to thave that library installed, or could that be added to the next release? Anyway, Apache::Dispatch is now up and running for me. Thanks, Randy! - Steve

Re: Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-11 Thread Steve Hay
Thomas Klausner wrote: Hi! On Thu, Sep 11, 2003 at 08:33:31AM +0100, Steve Hay wrote: I posted this problem the other day, deep inside a thread about something else, and didn't get any replies; maybe nobody spotted it? Does anybody have Apache::Dispatch working on Windows with Perl

Can't build Apache::Dispatch on Windows / Perl 5.8.0

2003-09-11 Thread Steve Hay
.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED] blib\arch\auto\Apache\Dispatch\Dispatch.dll : fatal error LNK1120: 11 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. Any ideas? - Steve

Re: Help wanted with locations / configuration

2003-09-10 Thread Steve Hay
Steve Hay wrote: Thomas Klausner wrote: Hi! On Mon, Sep 08, 2003 at 04:51:55PM +0100, Steve Hay wrote: The project is going to be written as a series of mod_perl handlers - one for the main "home page", and others for various sub-components. Each handler is implemented by

Re: Help wanted with locations / configuration

2003-09-09 Thread Steve Hay
petersm wrote: Steve Hay <[EMAIL PROTECTED]> wrote SetHandler perl-script PerlHandler MyProject->dispatcher SetHandler default-handler Correct me if I'm wrong, but can't you just say> AddHandler perl-script .cgi PerlHandler MyProject->dis

Re: Help wanted with locations / configuration

2003-09-09 Thread Steve Hay
Perrin Harkins wrote: On Mon, 2003-09-08 at 11:51, Steve Hay wrote: Thus, I want to have something like this: /myproject [mp1] /myproject/component1 [mp1] /myproject/component2 [mp1] ... /myproject/images [static] /myproject/javascript [static] /myproject

Re: Help wanted with locations / configuration

2003-09-09 Thread Steve Hay
Marc Slagle wrote: On Mon, 2003-09-08 at 11:51, Steve Hay wrote: It also needs to have access to various static resources (images, stylesheets, JavaScript libraries etc.). Thus, I want to have something like this: /myproject [mp1] /myproject/component1 [mp1] /myproject

Re: Help wanted with locations / configuration

2003-09-09 Thread Steve Hay
Thomas Klausner wrote: Hi! On Mon, Sep 08, 2003 at 04:51:55PM +0100, Steve Hay wrote: The project is going to be written as a series of mod_perl handlers - one for the main "home page", and others for various sub-components. Each handler is implemented by a separate modul

Help wanted with locations / configuration

2003-09-08 Thread Steve Hay
nking that I don't need to specify "SetHandler: perl-script" for a PerlFixupHandler? That's only for the main PerlHandler response handler, isn't it?) Does either of these options have any benefit over the other? Are there other better ways to do it? Thanks in advance, - Steve

Re: [mp2] Child process exited

2003-08-14 Thread Steve Hay
ensuring that you're running the latest version (2.10, I think) if you suspect that it might be involved in the problem. - Steve

Re: [mp2] Child process exited

2003-08-14 Thread Steve Hay
dir. Apache cannot build without these libraries! makefile.win(39) : fatal error U1050: Need \srclib\ apr, apr-iconv and apr-util Stop. == If I look inside the "srclib" directory then I only find "apr", "apr-util" and "pcre", not "apr-iconv". Where is that supposed to come from? How did you build Apache 2? Steve

Re: [mp2] Child process exited

2003-08-14 Thread Steve Hay
Jean-Sebastien Guay wrote: Steve, How did you build Apache 2? I downloaded the binaries... Sorry, can't help there. Please keep me posted as to your progress. OK, I've now got Apache 2 building (with a little off-list help from Randy Kobes - the secret is to use the .z

RE: HTTP POST: parameters "empty" when using ModPerl::Registry (okay when using ModPerl:PerlRun)...

2003-08-14 Thread Steve Bannerman
Stas, Replies below: -- Steve Bannerman [EMAIL PROTECTED] 44.(0)1865.273866 > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: 05 August 2003 18:07 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: HTTP POST: parameters

Re: [mp2] Child process exited

2003-08-14 Thread Steve Hay
Jean-Sebastien Guay wrote: Steve, and the good news for you is that I've reproduced your problem. GREAT! Thank you so much for persevering through this! So do you have a traceback or some info that the developers might be able to use to track this down? Not sure how to get a

Re: [MP1.28 + perl maint. 20512] Build failure due to error in Apache/ExtUtils.pm

2003-08-14 Thread Steve Hay
Sreeji K Das wrote: I tried to compile mod_perl-1.28 with perl maint. 20512 (http://www.iki.fi/jhi/[EMAIL PROTECTED]). I had a build failure (different errors each time trying to build). Have you tried http://www.iki.fi/jhi/[EMAIL PROTECTED] ? That snapshot worked OK for me on WinXP. - Steve

HTTP POST: parameters "empty" when using ModPerl::Registry (okay when using ModPerl:PerlRun)...

2003-08-14 Thread Steve Bannerman
$cgi->param('file'); my $outputfile = "/tmp/file-" . $$ . "-" . time(); open(FILE,">$outputfile") || printError(); my $buffer; while (read($inputfile,$buffer,2096)) { print FILE $buffer; } close(FILE); undef $buffer; } sub printError { print header(); print "Content-type: text/plain\n"; print "Status: 500$\n"; print "Message: Internal Error\n"; exit; } Cheers -- Steve Bannerman [EMAIL PROTECTED] 44.(0)1865.273866

RE: HTTP POST: parameters "empty" when usingModPerl::Registry(okay when using ModPerl:PerlRun)...

2003-08-14 Thread Steve Bannerman
Perrin, Thanks...your explanation makes sense. I was thinking of the subroutine as a method on a class and that the objects in the class had a cgi instance associated with them. I was thinking in the object paradigm rather than in the procedural paradigm. Cheers -- Steve Bannerman [EMAIL

RE: HTTP POST: parameters "empty" when using ModPerl::Registry(okay when using ModPerl:PerlRun)...

2003-08-14 Thread Steve Bannerman
Perrin, Thanks for your response...my replies below: -- Steve Bannerman [EMAIL PROTECTED] 44.(0)1865.273866 > -Original Message- > From: Perrin Harkins [mailto:[EMAIL PROTECTED] > Sent: 06 August 2003 20:40 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] >

RE: HTTP POST: parameters "empty" when using ModPerl::Registry (okay when using ModPerl:PerlRun)...

2003-08-06 Thread Steve Bannerman
tually global, wouldn't the same array of bytes still be in the global 'file' parameter? Cheers -- Steve Bannerman [EMAIL PROTECTED] 44.(0)1865.273866 > -Original Message- > From: Christopher Knight [mailto:[EMAIL PROTECTED] > Sent: 05 August 2003 18:20 &g

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-04 Thread Steve Hay
Michael G Schwern wrote: On Mon, Aug 04, 2003 at 09:35:55AM +0100, Steve Hay wrote: Somehow, it has contrived to disappear! It always used to exist there, which is why it didn't occur to me to check :-( I must have lost it somewhere along the line when shoe-horning earlier MakeMaker&#

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-04 Thread Steve Hay
Michael G Schwern wrote: On Mon, Aug 04, 2003 at 08:46:27AM +0100, Steve Hay wrote: I tried changing the s/// to: $string =~ s{ \$\(INST_DYNAMIC\)}{}g; $string =~ s{ \$\(INST_BOOT\)}{}g; (I've dropped the trailing spaces in the patterns), which produced: dynamic :: $(FIRST_MAK

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-04 Thread Steve Hay
t originally did with: libapreq.def : error LNK2001: unresolved external symbol boot_libapreq Only the fix previously posted by Stas (adding 'SKIP' => [qw(dynamic dynamic_lib dynamic_bs)], to both WriteMakefile() calls) works for me so far, but Joe had a problem that... Steve

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-01 Thread Steve Hay
Michael G Schwern wrote: On Fri, Aug 01, 2003 at 10:03:20AM +0100, Steve Hay wrote: This bug evidently goes back a long way: MM 6.06_02 fails in the same way as 6.13. I tried to use MM 6.06_01, but it wouldn't build itself ("don't know how to make 'C:\perl5\libNAME&#

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-01 Thread Steve Hay
Steve Hay wrote: This bug evidently goes back a long way: MM 6.06_02 fails in the same way as 6.13. I tried to use MM 6.06_01, but it wouldn't build itself ("don't know how to make 'C:\perl5\libNAME'"). Instead, I knife-and-forked it into place, but when I tri

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-01 Thread Steve Hay
Steve Hay wrote: Michael G Schwern wrote: If I could see the Makefiles from 6.03 and 6.12 I might be able to figure out what's different. Also, if you could try various alpha versions between those two, show the Makefiles and whether or not they exhibited the behavior that would help al

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-08-01 Thread Steve Hay
Michael G Schwern wrote: On Thu, Jul 31, 2003 at 03:23:36PM +0100, Steve Hay wrote: This patch finally fixes it for me: I'm glad you guys got it working, but there's still the problem of why MakeMaker's behavior changed. Since I tend not to touch the XS building code mu

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-07-31 Thread Steve Hay
Stas Bekman wrote: Steve Hay wrote: Stas Bekman wrote: Stas Bekman wrote: Steve Hay wrote: Stas Bekman wrote: Here is what happens: MM 6.03 used to create libapreq.a but not libapreq.so, libapreq.a was just a by product and never was intented to be installed. Request.so was statically

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-07-31 Thread Steve Hay
Stas Bekman wrote: Stas Bekman wrote: Steve Hay wrote: Stas Bekman wrote: Here is what happens: MM 6.03 used to create libapreq.a but not libapreq.so, libapreq.a was just a by product and never was intented to be installed. Request.so was statically linking libapreq.a into it. Now with

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-07-31 Thread Steve Hay
Request.so is linked, it links libapreq.so dynamically, and of course it can't resolve it later when loading. This patch fixes things for me in libapreq and works with MM 6.03 and 6.12. Steve, please confirm that it works for you and I'll commit it. No, it doesn't fix it :-( My p

Re: need your help to test mod_perl with perl-5.8.1-RC3

2003-07-31 Thread Steve Hay
"libapreq.dll"? It should only build "Request.dll" and "Cookie.dll", which would probably explain why "boot_libapreq" is undefined. I'll continue looking into it myself, and can supply more info to anyone that wants it, but I thought I'd better raise the alarm quickly first. Steve

Re: Apache->print() problem with UTF-8 data in Perl 5.8

2003-07-31 Thread Steve Hay
Steve Hay wrote: Randy Kobes wrote: On Tue, 29 Jul 2003, Steve Hay wrote: Is anybody going to take a serious look at the problem that I previously reported with Apache->print()'s handling of UTF-8 data in Perl 5.8? The patch that I sent (http://marc.theaimsgroup.com/?l=apache-m

Re: Apache->print() problem with UTF-8 data in Perl 5.8

2003-07-29 Thread Steve Hay
Randy Kobes wrote: On Tue, 29 Jul 2003, Steve Hay wrote: Is anybody going to take a serious look at the problem that I previously reported with Apache->print()'s handling of UTF-8 data in Perl 5.8? The patch that I sent (http://marc.theaimsgroup.com/?l=apache-modperl&m=1059121

Re: Apache->print() problem with UTF-8 data in Perl 5.8

2003-07-29 Thread Steve Hay
Stas Bekman wrote: Steve Hay wrote: Is anybody going to take a serious look at the problem that I previously reported with Apache->print()'s handling of UTF-8 data in Perl 5.8? Steve, At the moment I'm busy fixing things for p5.8.1 for which mod_perl 2.0 is one of the sho

Apache->print() problem with UTF-8 data in Perl 5.8

2003-07-29 Thread Steve Hay
s the test for perl-5.8.0 should be fine. The brokenness of Apache->print() under perl-5.8.0 on Windows et al would also need documenting somewhere since it can't be fixed properly. Maybe it's just easier to change the version-checks to 5.8.1 for all platforms, and document the broken behaviour under 5.8.0? Steve

Re: Undocumented behaviour in Apache->print()?

2003-07-25 Thread Steve Hay
Steve Hay wrote: Stas Bekman wrote: > I have attempted to shoe-horn this into mod_perl's print() method (in > "src/modules/perl/Apache.xs"). Here's the diff against mod_perl 1.28: > [Unfortunately, I've had to comment-out the first part of that "i

Re: Undocumented behaviour in Apache->print()?

2003-07-16 Thread Steve Hay
Stas Bekman wrote: Steve Hay wrote: It's only Perl 5.8 that has the special "UTF-8 flag" which the functions above all operate with respect to. If a Perl variable contains a sequence of bytes that make up a valid UTF-8 character, but the string is not flagged with Perl'

Re: Undocumented behaviour in Apache->print()?

2003-07-15 Thread Steve Hay
-8 flag and hence don't do any automatic conversion via print(). Therefore, mod_perl's print() should not have the difference from Perl's print() that exists in 5.8, so no change should be required. Sure enough, looking at the "doio.c" source file in Perl 5.6.1, the entire chunk of code that I half-inched above is not present. Steve

Re: Undocumented behaviour in Apache->print()?

2003-07-15 Thread Steve Hay
Hi Stas, Stas Bekman wrote: Steve Hay wrote: Hi, I've just spent quite a while tracking down a problem with a web page generated by a mod_perl program in which 8-bit ISO-8859-1 characters were not being shown properly. The software runs via Apache::Registry, and works fine under mo

Undocumented behaviour in Apache->print()?

2003-07-11 Thread Steve Hay
e explicit encoding above is better anyway because it also handles characters that can't be encoded to ISO-8859-1, but nevertheless I think the difference in mod_perl's print() is still worth mentioning in the documentation somewhere. Cheers, Steve

Re: [ANNOUNCE] mod_perl-1.28

2003-07-04 Thread Steve Hay
Hi Randy, Randy Kobes wrote: On Thu, 3 Jul 2003, Steve Hay wrote: Philippe M. Chiasson wrote: The URL http://perl.apache.org/dist/mod_perl-1.28.tar.gz has entered CPAN I still get the same test failures that I reported before when RC2 was announced: modules/request...FAILED

Re: [ANNOUNCE] mod_perl-1.28

2003-07-03 Thread Steve Hay
XP, Perl 5.8.0, Apache 1.3.27, Apache-Test 1.03, libapreq-1.2 (built/installed *after* mod_perl 1.28). I used to have "All tests successful" under mp-1.27. (I note that Apache::Reload didn't make it in either; I thought the plan was to put a backport of the version from mp2 into it?) Steve

Re: [mp1] 1.28 release candidate #2

2003-06-25 Thread Steve Hay
Hi Philippe, Philippe M. Chiasson wrote: On Wed, 2003-06-25 at 00:12, Steve Hay wrote: Philippe M. Chiasson wrote: [...] If you feel like submitting a back-port of Apache::Reload (with or without my new namespace deletion code), that has a few decents tests for it and works with perl

Re: [mp1] 1.28 release candidate #2

2003-06-25 Thread Steve Hay
Hi Randy, Randy Kobes wrote: On Tue, 24 Jun 2003, Steve Hay wrote: Philippe M. Chiasson wrote: On Tue, 2003-06-24 at 23:00, Steve Hay wrote: Philippe M. Chiasson wrote: Now bringing you the second mod_perl 1.28 release candidate. [snip] Windows XP, Apache

Re: [mp1] 1.28 release candidate #2

2003-06-24 Thread Steve Hay
Philippe M. Chiasson wrote: On Tue, 2003-06-24 at 23:00, Steve Hay wrote: Philippe M. Chiasson wrote: Now bringing you the second mod_perl 1.28 release candidate. [snip] Please give this release a spin and report back any problems or failed tests to: [EMAIL PROTECTED] as soon as possible

Re: [mp1] 1.28 release candidate #2

2003-06-24 Thread Steve Hay
ting a little longer for 1.28 if that could make it in. Steve

Re: [RELEASE CANDIDATE] Apache::Test 1.03-dev

2003-06-18 Thread Steve Hay
Stas Bekman wrote: I've uploaded 1.03's release candidate. If nobody finds any faults, I'll upload it tomorrow on CPAN. (libapreq needs to rely on 1.03 fixes to release its 1.2's version). Please try it out: http://www.apache.org/~stas/Apache-Test-1.03-dev.tar.gz Tests OK for me - Windows XP /

RE: Building mod-perl 2 for cygwin

2003-02-19 Thread Steve Baldwin
NV: CYGWIN="" @INC: /cygdrive/d/perldev /usr/local/lib/perl5/5.8.0/cygwin-thread-multi-64int /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/cygwin-thread-multi-64int /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl

RE: Building mod-perl 2 for cygwin

2003-02-18 Thread Steve Baldwin
local/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under cygwin Compiled at Feb 18 2003 20:15:28 %ENV: CYGWIN="" @INC: /cygdrive/d/perldev /usr/local/lib/perl5/5.8.0/cygwin /usr/local/lib/perl5/5.8.0 /usr/l

RE: Building mod-perl 2 for cygwin

2003-02-17 Thread Steve Baldwin
o the arguments you recommend to build a version of Perl that works fine 'standalone', as well as embedded (which I presume is the case with mod-perl) if that is possible. Steve -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, 17 February 2003 4:

Building mod-perl 2 for cygwin

2003-02-15 Thread Steve Baldwin
: Compile-time options: MULTIPLICITY USE_64_BIT_INT USE_LARGE_FILES PERL_IMPLICI T_CONTEXT Built under cygwin Compiled at Jul 24 2002 18:47:09 %ENV: CYGWIN="" @INC: /cygdrive/d/perldev /usr/lib/perl5/5.8.0/cygwin-multi-64int /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl . Thanks for any help Steve

Re: [mp2]make test fails

2003-01-21 Thread Steve Glaus
On Tue, 21 Jan 2003 16:05:05 +1100 Stas Bekman <[EMAIL PROTECTED]> wrote: > Steve Glaus wrote: > > On Mon, 20 Jan 2003 11:29:01 -0500 > > [EMAIL PROTECTED] wrote: > > > > > >>Hi, > >> I'm trying to build mod_perl2 with threads enabled. I

Re: [mp2]make test fails

2003-01-20 Thread Steve Glaus
On Mon, 20 Jan 2003 11:29:01 -0500 [EMAIL PROTECTED] wrote: > Hi, > I'm trying to build mod_perl2 with threads enabled. I recompiled apache with the >worker mpm, built mod_perl which seemd to build fine.. however, when I go to 'make >test' it gives me the following error: > > Cannot load /ro

Re: [mp2]make test fails

2003-01-20 Thread Steve Glaus
On Mon, 20 Jan 2003 11:29:01 -0500 [EMAIL PROTECTED] wrote: > Hi, > I'm trying to build mod_perl2 with threads enabled. I recompiled apache with the >worker mpm, built mod_perl which seemd to build fine.. however, when I go to 'make >test' it gives me the following error: > > Cannot load /ro

Re: mp2.0 Apache::Request

2003-01-17 Thread Steve
> In the documentation of nodperl-2.0, I cannot find any references to > libapreq and $r->param. correct me if I'm wrong anyone,but I don't think Apache::Request has been ported to modperl2 yet.. for now I'm using cgi

Re: modperl : how resolve conflict funtion name in different package

2003-01-16 Thread Steve Piner
dvance! :) > > bye > > Finder It sounds like you're not actually using the package statement: pack1.pm should have a line at the beginning of the file saying 'package pack1;' and pack2.pm should have a line saying 'package pack2;' I'm only guessing wha

Re: An URL is not Invoking the Anticipated Perl Module [mp2]

2003-01-10 Thread Steve D
ested, the original post includes a complete copy of perf.conf and CurrDate.pm.] I have been piecing together various web resources but remain uncertain how to procede. Further help is appreciated. Stas, you have already replied to this once, and to another setup problem for which I was having. I am

An URL is not Invoking the Anticipated Perl Module

2003-01-09 Thread Steve D
/perl/MyApache/currDate.pm # Edition: 1600.08012003 # Editor: Steve Davis # Install.: Powder Springs, GA # Purpose: To display the current date # package MyApache::CurrDate; use strict; use warnings; use Apache::RequestRec (); use Apache::RequestIO (

[mp2] input filter

2003-01-07 Thread Steve
deas as to why this happens? Thanks a lot Steve P.S Thanks for bearing with me through my posting debacles

Re: input filter

2003-01-06 Thread Steve
approximately one minute.. the request completes eventually, it just takes a very long time. As soon as I take the filter handler out of httpd.conf it works perfectly Anyone know if this is a configuration issue or what? Thanks a lot for any insights Steve SORRY! Th

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
with the proprietary world. That is, I am not familiar with receiving the same degree of cooperation, support, and camaraderie. Therefore, let me continue to express my gratitude. It means a lot to me. Thank you. Steve Steve D -Original Message- From: Randy Kobes [mailto:[EMAIL PROTE

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
I'll give it a shot and provide an update. Let me also add, I'm grateful for your help. Thank you. Steve D The following comments were provided from Randy Kobes: I think in general the problem "mod_perl.c" is not compatible with this version of Apache. means that mod

mod_perl.c Not Compatible with Apache

2003-01-03 Thread Steve Davis
x27; compiler that is different than what is found on RH 8.0? Does any one have an idea of how I might go about solving this problem? Any advance given would be appreciated. Steve D

RE: mod_perl make failed: cannot find -lapr

2003-01-03 Thread Steve Davis
e edition of apache is an excellent idea. This will avoid a lot of headaches. The sooner this comment is added to the mod_perl web page, the better. Steve Your help will be very much appreciated to resolve the following issue. When attempting to make mo

Re: perl's system() w/ apache under win2k

2003-01-03 Thread Steve Hay
stumbled upon recently with a mod_perl program on WinNT is that the Win32::Shortcut module (used to create Windows "shortcuts", a bit (but not much) like Unix "links") doesn't work unless the Apache service is allowed to Interact with the Desktop. - Steve

mod_perl make failed: cannot find -lapr

2002-12-31 Thread Steve Davis
mpiling. If my analysis is correct, and a new edition of the respective non-cvs files be acquired somehow. I confuse my ignorance and lack of familiarity with these packages so I could be off. Thank you. Steve The environment is described below. Apache has been configured with "--pr

Relative path problem

2002-12-24 Thread Steve Li
I installed the Win32 mod_perl 1.0 in Windows XP Professional just to see how it works. This distribution contains Perl 5.6.1 and Apache_1.3.27, together with mod_perl-1.27. In my index.pl, I call another perl file using a reletive path, like ../lib/work.pm. But I found this file cannot be foun

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-17 Thread Steve Hay
Randy Kobes wrote: On Mon, 16 Dec 2002, Steve Hay wrote: Is there some other way, for Win32, to achieve what the PERL_USELARGEFILES=0 hack tried to do? This seems hard to do without recompiling either the standard Apache sources (to enable large_files support) or else the standard

Re: Problem compiling mod_perl 1.27 on Windows

2002-12-16 Thread Steve Hay
Randy Kobes wrote: On Mon, 16 Dec 2002, Steve Hay wrote: I'm having trouble compiling mod_perl 1.27 (with Apache 1.3.27 / Perl 5.8.0) on Windows (XP SP1 with MS VC++ 6.0 SP5). It builds fine with Perl 5.8.0 standard sources, but I'm just trying to upgrade my Perl to the slight

Problem compiling mod_perl 1.27 on Windows

2002-12-16 Thread Steve Hay
ould be causing a problem with the new Perl. If I switch the Perl that I'm building against back to the standard 5.8.0 (by simply re-naming directories) and then re-run the "nmake" command above then mod_perl compiles and links with no errors. Can anyone shed any light on t

Re: mp2: Pb using HTML::Entities

2002-11-25 Thread Steve Piner
OK; > > I get in my navigator : "Long life to the ." (where . is a symbol > different from euro symbol). If the character you're getting is a circle with 4 'spokes' extending from it to the top left, top right, bottom left and bottom right, then it's working

PerlSetVar and Virtual Hosts

2002-11-01 Thread Steve Walker
s the site 1 database. I think I am missing something here. If anyone can help out or point to more information on mod_perl and virtual hosts I would really appreciate it. I've gone through the mod perl books and the perl.apache.org site and can't seem to find anything relevant. Thanks, Steve

Re: FW: mod_perl / PerlAuthenHandler question

2002-10-28 Thread Steve Piner
It sounds like mod_perl is installed and running OK. Quoting from <http://httpd.apache.org/docs/mod/core.html#limit>: In the general case, access control directives should not be placed within a section. Do you need the section? Can you run without it? Steve "Mitchel, Je

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-09 Thread Steve Grazzini
to reason, there's an NSAPI module on CPAN: http://search.cpan.org/author/BSUGARS/nsapi_perl-0.24/ But it's dated 1998, and iplanet is multi-threaded. And of course, the module is open-source as well. -- Steve

Re: newbie: file uploads not working :(

2002-09-12 Thread Steve Piner
tle more restrictive: my ($name) = $upload->filename =~ m!([^\w\.]*$)!; (And even then, that's not secure under windows - NUL, LPT1, etc.) Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Java and Perl integration

2002-08-16 Thread Lihn, Steve
Hi, This may not be the most proper place to ask. I am just curious if there is a way to call Java (or servlet) from Perl code or such an integration project under way? Steve Lihn -- Notice: This e-mail message

Re: Using Constants from seperate file

2002-07-28 Thread Steve Piner
to convert the file into a proper package. What's so terrible about loading the constants file at startup? Steve Piner allan juul wrote: > > hi > > i wish to use use constants defined in a seperate file. my problem is, that > sometimes it works sometimes it doesn't. w

Re: mod_perl PerlAccessHandler/PerlAuthenHandler question

2002-07-28 Thread Steve Piner
mmand line when building mod_perl. Unless you have reason not to, I'd recommend that you compile it with EVERYTHING=1. Steve Piner Harry Zhu wrote: > > I'm a verteran CGIer but a new mod-perl user. > I have got the mod-perl running fine for the content handling. But when I >

Re: New mod_perl site and oddness with IE

2002-07-17 Thread Steve Piner
why it isn't affecting other pages, I have no idea. It's probably, as Stas suggests, a size thing. Is that the biggest page on the site? Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

Re: New mod_perl site and oddness with IE

2002-07-17 Thread Steve Piner
url: > > http://www.bullitt.suite.dk/clean3/dst_html/docs/1.0/guide/performance.html > > if you have other browser software, please check and see if anything else is > broken there as well. > > thanks a lot! > > /allan Looks good to me with on Win98SE * IE 5.50.4807.2300

Re: New mod_perl site and oddness with IE

2002-07-17 Thread Steve Piner
the overlay, improving IEs performance markedly without affecting the page layout in any of the browsers I have installed (Netscape 4.79, Mozilla 2002053012, Opera 6.04) (There was no reason *why* taking out the 'position: relative's should work - it just struck me as the first th

Anti caching and auto refresh problem

2002-06-12 Thread Steve Walker
.1 200 OK Date: Wed, 12 Jun 2002 15:28:59 GMT Server: Apache/1.3.22 (Unix) mod_perl/1.26 Pragma: no-cache Cache-Control: no-cache Connection: close Content-Type: image/gif Expires: Wed, 12 Jun 2002 15:28:59 GMT I know it might be a bit off topic but I was wondering if anyone else has run into this problem? Thanks, Steve

Apache Error Log

2002-06-11 Thread steve
Hey people..   Wondering if someone could help me with this...   I recently started using modperl2/apache2. Everything seems to work ok except for Apache's error logging. I don't seem to get my apache stderr untill I shutdown/restart the server. Then it prints out the whole thing in one big

Fw: Apache Error Log

2002-06-11 Thread steve
  - Original Message - From: steve To: [EMAIL PROTECTED] Sent: Sunday, June 09, 2002 7:42 AM Subject: Apache Error Log Hey people..   Wondering if someone could help me with this...   I recently started using modperl2/apache2. Everything seems to work ok except for Apache's

Apache Error Log

2002-06-11 Thread steve
Hey people..   Wondering if someone could help me with this...   I recently started using modperl2/apache2. Everything seems to work ok except for Apache's error logging. I don't seem to get my apache stderr untill I shutdown/restart the server. Then it prints out the whole thing in one big b

GD::Graph probs

2002-05-01 Thread Steve Tattersall
#print "@title\n"; #print "@searches\n"; #print "$name\n"; #$graph->wanted(1,2,3,4,5,6,7,8,9,10) or die $data->error; $graph->plot(\@graph_data) or die $graph->error; open (GRAPH, ">Topsearches.jpg") || die "Cannot open Topsearches.jpg: $!\n

Re: [Fwd: Re: Cheap and unique]

2002-04-30 Thread Steve Piner
David Jacobs wrote: > > > > >I'm just curious - what's wrong with the function you're already using? > > > >Steve > > > > Mod_Perl hangs on to it's PID, so it's no longer unique. (I _believe_) But the timestamp will make it un

Re: Cheap and unique

2002-04-30 Thread Steve Piner
) and will never repeat. Any ideas? > Has anyone else faced this problem? > > tia > David I'm just curious - what's wrong with the function you're already using? Steve -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

RE: schedule server possible?

2002-04-30 Thread Lihn, Steve
PI to disable this thread from receiving request, so that it can be used solely for scheduling purpose. Any thumb up or down on this? Steve Lihn FIS Database Support, Merck & Co., Inc. Tel: (908) 423 - 4441 > -Original Message- > From: Garnet R. Chaney [mailto:[

RE: schedule server possible?

2002-04-29 Thread Lihn, Steve
will be simpler and more elegant!? --Steve -- Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, prop

schedule server possible?

2002-04-29 Thread Lihn, Steve
, or even Telephony Server. But I will need a thread that processes the backend stuff, such as maintaining the database and message queue (more like a cron). Is this configuration possible? Steve Lihn FIS Database Support, Merck & Co., Inc. Tel: (908) 423 -

RE: Apache::Echo does not work

2002-04-25 Thread Lihn, Steve
net on win32 behaves slightly different! Thanks for the help. Steve Lihn FIS Database Support, Merck & Co., Inc. Tel: (908) 423 - 4441 > -Original Message- > From: Lihn, Steve [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 5:10 PM > To: 'Per Einar

RE: Apache::Echo does not work

2002-04-25 Thread Lihn, Steve
This combination allows Apache2 to compile. use Apache::Const qw/:common/; return OK; But when I telnet to that port. I do not get anything. Error log does not show anything as LogLevel is set to debug. Can someone take a close look what is wrong in Apache::Echo? Steve Lihn FIS Database

Apache::OK error

2002-04-25 Thread Lihn, Steve
ct subs" in use at C:\Apache2/blib/lib/Apache2/Apache/Echo.pm line 25. Compilation failed in require at (eval 2) line 3. What do I miss? --Steve -- package Apache::Echo; use strict; use Apache::Connection (); use APR::Socket (); use constant BUFF_LEN => 1024; sub handler {

Re: Throttling, once again

2002-04-21 Thread Steve Piner
won't work for a perl script > > that's abusing your site, or pretty much any spider, or even for anyone > > browsing without cookies, for that matter. -- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz

  1   2   3   >