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

2003-09-15 Thread Randy Kobes
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, where the trace is then done. In

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

2003-09-15 Thread Randy Kobes
On Mon, 15 Sep 2003, Steve Hay wrote: I've actually rebuilt Perl and Apache as full debug builds so I have all these .pdb files already. mod_perl gets them too because it inherits Perl's debug build mode. My question was where in the DevStudio GUI do you get at the stacktrace that you

Re: mp2 with perl-5.8.1 on Windows

2003-09-14 Thread Randy Kobes
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.) See this thread on p5p for what I'm

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

2003-09-12 Thread Randy Kobes
On Fri, 12 Sep 2003, Steve Hay wrote: Randy Kobes wrote: [ .. ] Here's a patch against the Apache-Dispatch Makefile.PL to allow it to build on Win32 Your patch does the trick for me, except that I had to rebuild mod_perl too. The problem is that my installed mod_perl setup (Apache in C

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

2003-09-12 Thread Randy Kobes
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 the mod_perl 1 build process

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

2003-09-11 Thread Randy Kobes
On Thu, 11 Sep 2003, Steve Hay wrote: Thomas Klausner wrote: 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

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

2003-09-11 Thread Randy Kobes
On Thu, 11 Sep 2003, Geoffrey Young wrote: The problem you described before with the missing symbols can be resolved by linking against the mod_perl.lib built when you build mod_perl.so. This can be done by adding in a LIBS attribute to WriteMakefile() in Makefile.PL with a value of '

Re: Portability Question

2003-09-09 Thread Randy Kobes
at http://theoryx5.uwinnipeg.ca/ppms/. -- best regards, randy kobes

RE: porting from mod_perl1 to mod_perl2

2003-09-09 Thread Randy Kobes
the latest version at http://theoryx5.uwinnipeg.ca/ppms/? There were some changes made recently that may affect the above problem. Note that the version in the mod_perl.ppd hasn't changed, so you may have to uninstall mod_perl and then install it to force ppm to upgrade. -- best regards, randy kobes

Re: Process exiting prematurely

2003-09-03 Thread Randy Kobes
recent ppm, this would be against Apache 2.0.47) - if in doubt, try resinstalling it, and make sure the mod_perl.so is copied to your Apache2 modules/ directory. You might also try putting in a directive LoadFile /Path/to/Perl/bin/perl58.dll before loading mod_perl.so. -- best regards, randy

Re: [Mason] Can't locate object method new via package Apache::Request

2003-08-25 Thread Randy Kobes
the failure of the tests in these two packages, what happens if you unpack, build, and test these as a non-root user, only becoming root to install them? There's some subtelties running the tests as root. -- best regards, randy kobes -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info

Re: [Mason] Can't locate object method new via package Apache::Request

2003-08-25 Thread Randy Kobes
On Mon, 25 Aug 2003, K Old wrote: On Mon, 2003-08-25 at 00:18, Randy Kobes wrote: On Sun, 24 Aug 2003, K Old wrote: [ ... ] I did a install HTML::Mason from the CPAN command line and all the dependencies were downloaded and some didn't compile. The two that didn't are Apache::Test

Re: [mp2] Child process exited

2003-08-14 Thread Randy Kobes
On Wed, 13 Aug 2003, Stas Bekman wrote: Jean-Sebastien Guay wrote: Stas, I just checked, and when the Apache crash occurs, nothing gets written to access_log. It would seem that the crash happens before the request is logged. That's possible, but at least you can see that it's not IE

RE: Apache::AuthenNTLM module with HP/Apache

2003-08-14 Thread Randy Kobes
an Apache::AuthenNTLM compiled under 5.6.1. -- best regards, randy kobes

RE: Apache::AuthenNTLM module with HP/Apache

2003-08-14 Thread Randy Kobes
On Thu, 14 Aug 2003, Antony Batten wrote: Have asked the SA chappy to recompile the module as you suggested. Not sure if the approach you mention can be done though I think HP don't want us to add anything to their mod_perl distribution by adding modules to the main location. Can't we

Re: Trouble with Apache::Request

2003-08-06 Thread Randy Kobes
Apache::Request be Apache::RequestRec? Apache::Request is part of the libapreq package, a port of which to Apache2 is still being developed. best regards, randy kobes

Re: uwinnipeg site down (ppm installation)?

2003-08-01 Thread Randy Kobes
On Fri, 1 Aug 2003, Jean-Sebastien Guay wrote: Sorry about this - I had a hard disc crash, and am just in the process of restoring things. Computers are getting too smart - they know when you're vulnerable, and will act accordingly ... Hopefully it'll be ready in a day. Great job

Re: Current directory

2003-08-01 Thread Randy Kobes
On Fri, 1 Aug 2003, Jean-Sebastien Guay wrote: Hi Perrin, Thanks for both your answers. Indeed, for the other question, I was using CGI 2.91 instead of 2.93 (because that one isn't yet available for Perl 5.8 via PPM). I'll find a way to upgrade it. One way is to configure the CPAN module:

Re: uwinnipeg site down (ppm installation)?

2003-07-31 Thread Randy Kobes
On Thu, 31 Jul 2003, Jean-Sebastien Guay wrote: Ok, now the site seems to be back up (it responds to pings, whereas it didn't before) but trying to add it to ppm gives this: ppm rep add Apache http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 Error: Unexpected Content-Type

Re: mod perl , windows/apache problem

2003-07-29 Thread Randy Kobes
the full path to any files you're opening. -- best regards, randy kobes

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

2003-07-29 Thread Randy Kobes
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-modperlm=105912130001046w=2) seems to fix it for me

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

2003-07-29 Thread Randy Kobes
On Tue, 29 Jul 2003, Steve Hay wrote: [ .. ] I agree entirely with your sentiment, but shouldn't the logic be more like this: #if PERL_VERSION = 8 ((!defined(WIN32) !defined(_AIX)) || PERL_SUBVERSION = 1) ... #endif You're right - thanks. -- best regards, randy

Re: Working directory of script is / !

2003-07-29 Thread Randy Kobes
}; my $dir = File::Basename::dirname($file); chdir $dir or die Can't chdir to $dir: $!; } -- best regards, randy kobes

Re: Looking for Apache::Dispatch PPD

2003-07-28 Thread Randy Kobes
On Sun, 27 Jul 2003, Russell Lundberg wrote: Does anyone know where I might find a PPD file for Apache::Dispatch? I'm using Perl 5.6.1, Apache 1.3.27, mod_perl 1.27_01 (From Randy Kobes' perl-win32-bin-0.10.exe binary) on Win98. I'm not able to find it on either Active State or Mr. Kobes

RE: mod_perl installation problem...

2003-07-24 Thread Randy Kobes
On Wed, 23 Jul 2003, Jim Morrison [Mailing-Lists] wrote: [ .. ] Make appeared to be successful yes (afaik)... I did wonder about the permissions thing but I tried as root to no avail.. Some people have had problems running the tests as root ... You might want to try unpacking, building, and

Re: mod_perl installation problem...

2003-07-22 Thread Randy Kobes
regards, randy kobes

RE: clones and parents (bug report)

2003-07-18 Thread Randy Kobes
\srclib\apr\memory\unix\apr_pools.c main(int 0x00401d82, const char * const * 0x0001) line 619 APACHE! mainCRTStartup + 227 bytes KERNEL32! 77e7eb69() === -- best regards, randy kobes

Re: modperl2 Apache::HTTP_FORBIDDEN... [long post]

2003-07-17 Thread Randy Kobes
; require Apache::RequestRec; require Apache::RequestUtil; apache::Const-import(-compile = ^ This might be a typo, but if you change that to Apache::Const (upper case 'A'), does that help? -- best regards, randy kobes

Re: informational notice in Makefile.PL

2003-07-15 Thread Randy Kobes
On Tue, 15 Jul 2003, Shannon Eric Peevey wrote: Here is an example of my Makefile.PL using ModUtils::AutoInstall: [ ... ] I then add the necessary code inside of the .pm file to check the version of mod_perl on the machine and perform appropriately. (I hope... ;) ) This allows a module to

Re: Apache dont run

2003-07-14 Thread Randy Kobes
somewhere in the PATH that Apache uses; - use a LoadFile directive in httpd.conf to load libxml2.dll; - if you don't need the XML::* modules, comment out the relevant lines in startup.pl. -- best regards, randy kobes

Re: informational notice in Makefile.PL

2003-07-14 Thread Randy Kobes
the package author need have Module::Install::* when constructing the Makefile.PL - the necessary stuff for the added functionality is added to the distribution, making it transparent to the user. -- best regards, randy kobes

Re: mod_perl 2.0 and cookies

2003-07-11 Thread Randy Kobes
, under glue/perl/t/. Documentation patches would be welcome - it would be easiest to subscribe to the [EMAIL PROTECTED] mailing list and submit them there. -- best regards, randy kobes

RE: mod_perl 2.0 and cookies

2003-07-11 Thread Randy Kobes
suggestions. -- best regards, randy kobes

Re: FAIL mod_perl-1.28 MSWin32-x86-multi-thread 4.0

2003-07-08 Thread Randy Kobes
included in the dsp file. This is fixed in the mod_perl cvs sources. -- best regards, randy kobes

[win32] mod_perl 1 and ActivePerl 8xx

2003-07-05 Thread Randy Kobes
free to ask on this list; for this, it'd help to have the Perl and Apache versions used, what the error was, and as brief an example as possible that invokes the behaviour. -- best regards, randy kobes

Re: [ANNOUNCE] mod_perl-1.28

2003-07-04 Thread Randy Kobes
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 tests 3-8 Failed 6/10

Re: Please help newbie with Module problem.

2003-07-02 Thread Randy Kobes
from the same location? -- best regards, randy kobes

Re: FW: Please help newbie with Module problem.

2003-07-02 Thread Randy Kobes
On Wed, 2 Jul 2003, Matt Corbett wrote: Yes, mod/perl/html scripts are fine except if I try to use Apache::Request. I can even 'use' it but the problem arises when I try to utilise it with the 'new' method. The fact that you can 'use' it (without doing anything with it) is encouraging, as

RE: FW: Please help newbie with Module problem.

2003-07-02 Thread Randy Kobes
On Wed, 2 Jul 2003, Matt Corbett wrote: -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 19:39 To: Matt Corbett Cc: [EMAIL PROTECTED] Subject: Re: FW: Please help newbie with Module problem. Does it help if you put a PerlModule Apache::Request

Re: Stupid question of the day...

2003-06-25 Thread Randy Kobes
, whereas you're using mod_perl 2 (for Apache 2). If use of Apache::compat isn't enough to get this working, some porting of the module may be required - see the discussion of porting Apache Perl modules from mod_perl 1 to 2 at http://perl.apache.org/. -- best regards, randy kobes

Re: Problem building libapreq-1.2

2003-06-25 Thread Randy Kobes
[ adding the apreq-dev list ] On Wed, 25 Jun 2003, Chris Pizzo wrote: At 04:50 PM 6/24/2003, Chris Pizzo wrote: Hi all, I am trying to install libapreq-1.2 on my redhat 8.0 system. [ .. ] and when i run make i get a bunch of errors: Request.xs:41:22: mod_perl.h: No such file or directory

Re: win32 + apache2 + mysql

2003-06-25 Thread Randy Kobes
On Wed, 25 Jun 2003, Joshua Burley wrote: Storable.pm found here: C:\services\Perl\site\lib\ C:\services\Perl\site\lib\Apache\Session\Serialize\ No blib in that path though. The only blib paths I see are: C:\Documents and Settings\ben\Local Settings\Temp\mod_perl-764\blib\

Re: [mp1] 1.28 release candidate #2

2003-06-24 Thread Randy Kobes
'? mod_perl 1 with ActivePerl 8xx (based on perl-5.8) doesn't build, due to the addition of LARGE_FILES support, so you must have disabled that. -- best regards, randy kobes

Re: Problem building libapreq-1.2

2003-06-24 Thread Randy Kobes
after building it? -- best regards, randy kobes

RE: Problem building libapreq-1.2

2003-06-24 Thread Randy Kobes
On Tue, 24 Jun 2003, Chris Pizzo wrote: -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 6:14 PM To: Chris Pizzo Cc: [EMAIL PROTECTED] Subject: Re: Problem building libapreq-1.2 On Tue, 24 Jun 2003, Chris Pizzo wrote: [ .. ] and when i

Re: win32 + apache2 + mysql

2003-06-21 Thread Randy Kobes
Apache-Session (it doesn't require a C compiler to build) to see if that helps. -- best regards, randy kobes

Re: win32 + apache2 + mysql

2003-06-21 Thread Randy Kobes
On Sat, 21 Jun 2003, Joshua Burley wrote: On Sat, 21 Jun 2003, Randy Kobes wrote: On Fri, 20 Jun 2003, Joshua Burley wrote: Hey all, I'm having some trouble with mod_perl and mysql on Win32 and Apache2 (used the all-in-one package to install). Our app stores the user's

Re: Error: Dynamic Link Library libxml2.dll could not be found inthe specified path

2003-06-20 Thread Randy Kobes
On Fri, 20 Jun 2003, Lynette Tillner wrote: Hi, this is my first post. I just installed a binary distribution for Win32 of Perl 5.8.0 and Apache 2.046 together with mod_per-1.99 ( by Randy Kobes, May 29, 2003). I installed it on a Windows 98 SE machine first. The install seemed to work

Re: Current directory

2003-06-17 Thread Randy Kobes
to be executed again: delete $INC{'FindBin.pm'}; require FindBin; -- best regards, randy kobes

Re: Need help again

2003-06-14 Thread Randy Kobes
extensions should be interpreted in perl. Is it possible to do it? Oskar http://httpd.apache.org/docs/howto/cgi.html descibes various ways of configuring Apache to permit CGI execution. -- best regards, randy kobes

Re: Help pls

2003-06-13 Thread Randy Kobes
with mod_perl 2. If you're wanting to stick with 6xx, you'll have to get Apache/1.3 and mod_perl 1. If you want to use Apache/2.0 and mod_perl 2, you'll have to get ActivePerl 8xx (based on perl-5.8). -- best regards, randy kobes

Re: getting *any* variables out of the server environment

2003-06-09 Thread Randy Kobes
the relevant location of your httpd.conf? -- best regards, randy kobes

Re: Trouble with Apache::Request

2003-06-08 Thread Randy Kobes
On Fri, 7 Jun 2003, K Old wrote: [ .. ] Stas, thanks for your reply. I downloaded the CVS source and it still failed all tests. Below is the output from make test and the output from perl -V. Any help is appreciated! Another thing that may be worth trying - if you've installed libapreq, try

Re: Trouble with Apache::Request

2003-06-08 Thread Randy Kobes
On Sun, 8 Jun 2003, K Old wrote: On Sun, 2003-06-08 at 01:50, Randy Kobes wrote: On Fri, 7 Jun 2003, K Old wrote: [ .. ] Stas, thanks for your reply. I downloaded the CVS source and it still failed all tests. Below is the output from make test and the output from perl -V. Any

Re: install upgrade for mod_perl+apache 2.046 onto apache 2.044question

2003-06-08 Thread Randy Kobes
before running this. But before installing this package, as Beau said, rename your current Apache2 and Perl directories, so as nothing gets overwritten by the install. -- best regards, randy kobes

Re: Trouble with Apache::Request

2003-06-06 Thread Randy Kobes
, it may be that libapreq found the wrong one. Does it help any if you specify explicitly the desired Apache at the 'perl Makefile.PL' stage, as discussed in the install file of the distribution? -- best regards, randy kobes

Re: MOD_PERL 2.0?

2003-05-30 Thread Randy Kobes
the error infront of me but it is something like method not defined. It would help to know - what operating system you're using, - what minimal script and configuration set off the error, - what the error was. -- best regards, randy kobes

Re: Mod_Perl 2?

2003-05-30 Thread Randy Kobes
On Thu, 29 May 2003, Ryan Farrington wrote: Ok here is the error I get when using the all-in-one install for mod_perl 2.0 Can't locate object method server_root_relative via package Apache at e:/Perl/site/lib/Apache/compat.pm line 69. Compilation failed in require at startup.pl line 13.

Re: Can't use sendmail more than once

2003-05-29 Thread Randy Kobes
blocked after the first mail is sent, or is it just the smtp connection that's blocked? -- best regards, randy kobes

RE: [error] Can't locate CGI.pm in @INC

2003-05-29 Thread Randy Kobes
/libdata/perl5/CGI.pm') or die Cannot read CGI.pm: $!; This would test if the user under which the web server is running under has permission to open CGI.pm. -- best regards, randy kobes

RE: [mp2.0] W2000, Apache 2.0.43 + mod_perl 1.99_09 does not start

2003-04-04 Thread Randy Kobes
On Fri, 4 Apr 2003, Melchior, Matthijs wrote: -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 17:59 On Thu, 3 Apr 2003, Melchior, Matthijs wrote: Hello, We have a problem getting mod_perl to run on a W2000 server

Re: [mp2.0] W2000, Apache 2.0.45, mod_perl-2 1.99_09-dev crashes

2003-04-04 Thread Randy Kobes
resolved. Given the security fixes for Win32 present in 2.0.45, if you feel uneasy about reverting to 2.0.44, I could make available a mod_perl 2 package based on not-so-current cvs sources compiled against 2.0.45 until the problem in the current cvs version is fixed. -- best regards, randy kobes

Re: [mp2.0] W2000, Apache 2.0.43 + mod_perl 1.99_09 does not start

2003-04-03 Thread Randy Kobes
to some threading issues that have been addressed in ActivePerl 8xx (based on perl-5.8.0). Is it possible to upgrade to ActivePerl 805? -- best regards, randy kobes

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

2003-03-26 Thread Randy Kobes
that. -- best regards, randy kobes

Re: Wanted: Experience with EmbPerl on Win2000/Apache HTTPD?

2003-03-06 Thread Randy Kobes
.uwinnipeg.ca/ppmpackages/ for ActivePerl 6xx builds (and mod_perl-1/Apache-1). There's still a bit of work needed to get Embperl ported to ActivePerl 8xx and/or mod_perl-2/Apache-2. For basic usage, check out http://perl.apache.org/embperl/. -- best regards, randy kobes

Re: SetConsoleMode failed, LastError=|6| at C:/Perl/site/lib/Term/ReadKey.pmline 268, STDIN line 6.

2003-03-05 Thread Randy Kobes
On Tue, 4 Mar 2003, Richard Heintze wrote: I just downloaded the all-in-one and, as per Randy's instructions, abandoned my current installations of Apache2 and perl5.8 by uninstalling them. I just typed in the perl configure.pl command and I receive: SetConsoleMode failed, LastError=|6|

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-04 Thread Randy Kobes
On Mon, 3 Mar 2003, Richard Heintze wrote: Apache HTTPD seems to be running fine. Do I have the right version of apache and mod_perl? I'm unpacking mod_perl2.tar. perl mpinstall does not seem to be giving me any errors. The current mod_perl ppm package was compiled against Apache 2.0.44,

Re: The procedure entry point for modperl_global_request could otbe located in the dynamic link library mod_perl.so.

2003-03-04 Thread Randy Kobes
On Tue, 4 Mar 2003, Richard Heintze wrote: I downloaded http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe and ran the perl config.pl program. Since I received so many errors (see end of this email message) I decided to use my existing perl at c:\Perl\bin which is a version of

Re: Problems installing mod_perl2 on Apache2 on Win200

2003-03-02 Thread Randy Kobes
into a directory that doesn't contain spaces (eg, C:\Apache2). Or if that's not possible, try using DOS short path names for the directories in httpd.conf. -- best regards, randy kobes

Re: Can't connect to ppm-ia.ActiveState.com:80

2003-03-01 Thread Randy Kobes
On Sat, 1 Mar 2003, Richard Heintze wrote: The mod_perl installation works fine on my home machine. (I' have not actually tried it yet, but I don't get errors about contacting http://theoryx5.uwinopeg The office machine can browse the internet but still gives me errors when running

Re: Can't connect to ppm-ia.ActiveState.com:80

2003-02-28 Thread Randy Kobes
. One recommendation was to use ppm2 for now. -- best regards, randy kobes

Re: [MP2] Apache::Reload date bug

2003-02-26 Thread Randy Kobes
On Thu, 27 Feb 2003, Ron Savage wrote: On Wed, 26 Feb 2003 09:23:39 +1100, Stas Bekman wrote: Hi Stas Have you tried the current mod_perl cvs? No. Being usually a Windows (shudder) user, I wait for Randy to issue a build. The mod_perl 2 ppm package (for ActivePerl 8xx) at

Re: Building mod-perl 2 for cygwin

2003-02-19 Thread Randy Kobes
is another question ... -- best regards, randy kobes

Re: problem with mod_perl1.27 perl5.8/apa1.3.27

2003-02-18 Thread Randy Kobes
On Tue, 18 Feb 2003, Dmitri Dmitrienko wrote: Summary of my perl5 (revision 5 version 8 subversion 0) configuration: Platform: osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread [ .. ] Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY

Re: problem with mod_perl1.27 perl5.8/apa1.3.27

2003-02-18 Thread Randy Kobes
On Tue, 18 Feb 2003, Dmitri Dmitrienko wrote: It's a big fuzz :)) To get errno defined it was necessary to comment out include errno.h. Stupid thing... I believe this is fixed in the cvs mod_perl sources, in particular a change to src/modules/perl/apache_inc.h. Try those to see if that helps.

Re: [MP2] Apache::Reload date bug

2003-02-18 Thread Randy Kobes
On Wed, 19 Feb 2003, Stas Bekman wrote: Ron Savage wrote: On Tue, 18 Feb 2003 12:56:38 +1100, Stas Bekman wrote: perl -le 'warn(foo\n)' You got the quotes wrong for MS Windows, so I ran it twice: C:\Backupperl -le warn(qq|foo\n|) foo C:\Backupperl -le 'warn(foo\n)'

Re: problem with mod_perl1.27 perl5.8/apa1.3.27

2003-02-17 Thread Randy Kobes
that #include errno.h should be commented out in perl.h. Then everything became good. Please tell me is anybody experienced anything like I did ? Is there any official workaround ? BTW, everything was ok with perl 5.6.0... What's 'perl -V' for you? -- best regards, randy kobes

Re: Randy Kobe's mod_perl2 all-in-one binary

2003-01-30 Thread Randy Kobes
On Thu, 30 Jan 2003, Lee Goddard wrote: I've just downloaded and installed your godsend of an all-in-one Apache2/mod_perl2 package - thanks very much for it! Server runs nicely. But is there a simple explanation of why I get the following message? Can't locate

Re: [mp2]

2003-01-30 Thread Randy Kobes
On Thu, 30 Jan 2003, Lee Goddard wrote: I do not understand this, please help: isn't this a message generated by something other than me? Error message: Can't locate object method server_root_relative via package Apache at C:/Perl/site/lib/Apache/compat.pm line

Re: [mp2] POD

2003-01-30 Thread Randy Kobes
On Thu, 30 Jan 2003, Lee Goddard wrote: -BEGIN PGP SIGNED MESSAGE- Hash: MD5 Is the pod missing from the mp2 beta, or is it just mine? I've looked on perdoc.org, but nothing there for Apache::Const. I'm trying to find a replacement for Apache::Request::params() on mp2, and

Re: pb with theoryx5 ppms archname

2003-01-29 Thread Randy Kobes
On January 29, 2003 08:45 am, [EMAIL PROTECTED] wrote: with perl 58 /win32 I noted that ppm refuses to install packages from http://theoryx5.uwinipeg.ca/ppms (the one for 5.8) because these packages mention ARCHITECTURE NAME=MSWin32-x86-multi-thread-5.8 while perl 580 built without archname

Re: AW: [mod_perl-2.0] server doesn't start, unable to Apache2?

2003-01-27 Thread Randy Kobes
On Mon, 27 Jan 2003, Robert Kehl wrote: Hi all! Thanks for your thoughts, Randy. Are there any helpful messages in the error log indicating what's failing? No, none. Perhaps the first thing to check - does LoadFile C:/Perl/bin/perl56.dll LoadModule perl_module

Re: [ MP2] startup problem with XML::LibXML

2003-01-26 Thread Randy Kobes
On Sun, 26 Jan 2003, pascal barbedor wrote: hi what version of libxml2 should I use ? I tried to compile version 1.52 against versions libxml2-2.5.1 precompiled binary from xmlsoft test failed with segfault t\08findnodes.t list of failed 6-18

Re: [mod_perl-2.0] server doesn't start, unable to Apache2?

2003-01-26 Thread Randy Kobes
starts OK above, but things like PerlModule Apache2 cause it to crash, then it might be a misconfiguration, or faulty installation, or something similar. If this is the case, the error log should give a clue about what's failing. -- best regards, randy kobes

Re: [MP2] pb with startup.pl and LibXML

2003-01-22 Thread Randy Kobes
On Wed, 22 Jan 2003, [iso-8859-1] [EMAIL PROTECTED] wrote: Hi I have SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 PHP/4.3.0 installed from theoryx5 all-in-one archive here is the problem I have : - package

Re: Re: [MP2] pb with startup.pl and LibXML

2003-01-22 Thread Randy Kobes
On Wed, 22 Jan 2003, [iso-8859-1] [EMAIL PROTECTED] wrote: Does adding a LoadFile /Path/to/libxml2.dll directive, before pulling in the startup script, help? (in the distribution from our site, libxml2.dll is in the Perl/bin/ directory). I have no libxml2.dll file from the

Re: the perl Script called from perlTranshandler seems to besynchronized

2003-01-21 Thread Randy Kobes
running into the mod_perl 1.0 multithreading issues - see http://perl.apache.org/docs/1.0/os/win32/multithread.html and then http://perl.apache.org/docs/2.0/os/win32/install.html for information on installing mod_perl 2.0 to avoid this problem. -- best regards, randy kobes

[win32] upgrading to Apache 2.0.44

2003-01-21 Thread Randy Kobes
. -- best regards, randy kobes

Re: Apache::Session

2003-01-16 Thread Randy Kobes
://theoryx5.uwinnipeg.ca/ppms/. However, some of the tests fail and/or hang under ActivePerl 8xx ... -- best regards, randy kobes

Re: CGI.pm

2003-01-14 Thread Randy Kobes
locate Apache.pm in @INC [...] What I'm doing wrong? How to parse urlecnoded? Does an upgrade of CGI.pm to the latest version help? Earlier versions aren't mod_perl 2.0 aware -- best regards, randy kobes

Re: Apache::DBI

2003-01-07 Thread Randy Kobes
On Mon, 6 Jan 2003, Paul Simon wrote: --- Randy Kobes [EMAIL PROTECTED] wrote: Are you using the latest versions of DBI and DBD::ODBC? If not, does an upgrade help? Those modules are - whatever was bundled with your first, warmly supplied :), Perl 5.8 + apache2 package on theoryx5

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

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Stas Bekman wrote: Terra Info wrote: Two things: 1) this is not the list for this question. 2) a probable answer anyhow- If that's a real pitfall and it's doomed to be a recurrent question, can we please document this under win32/? Also, Randy, it seems that there

[win32] large binary distributions

2003-01-03 Thread Randy Kobes
, if you already have Perl on your system, the distinstall script found in these subdirectories will fetch the split files and do the joining for you. -- best regards, randy kobes

Re: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Steve Davis wrote: Upon successfully compiling mod_perl 2.0, and modifying httpd.conf so that it becomes invoked at the start of Apache 2.0.43, the following error message is gernerated. It is httpd failed. The error was: Starting httpd: httpd: module mod_perl.c is not

RE: mod_perl.c Not Compatible with Apache

2003-01-03 Thread Randy Kobes
On Fri, 3 Jan 2003, Steve Davis wrote: [ .. ] To configure Apache: ./configure --prefix=/etc/httpd --with-mpm=prefork To configure mod_perl: perl Makefile.PL MP_AP_PREFIX=/etc/httpd MP_APXS=/etc/httpd/bin/apxs MP_INST_APACHE2=1 MP_DEBUG=1 Also, when I examine /etc/httpd/bin/httpd (the

Re: Apache::DBI

2003-01-02 Thread Randy Kobes
the latest versions of DBI and DBD::ODBC? If not, does an upgrade help? -- best regards, randy kobes

Re: mod_perl make failed: cannot find -lapr

2002-12-31 Thread Randy Kobes
#2_0_Development_Source_Distribution You likely have a cvs client already, so it's a matter of changing to an appropriate directory and doing % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login % cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-2.0 -- best regards, randy kobes

[win32] perl-5.8/mod_perl-2 binary

2002-12-27 Thread Randy Kobes
, especially as related to the configuration. For questions about mod_perl-2, this list and http://perl.apache.org/ are great resources, while for Embperl, Apache::ASP, or HTML::Mason specifically, see their respective sites and lists. -- best regards, randy kobes

[win32] install mod_perl via ppm

2002-12-21 Thread Randy Kobes
a post-install script within ppm, but this functionality appears broken with ppm3. If you try this, please let me know of any problems. -- best regards, randy kobes

Re: modperl 2.0 problems with Apache::Cookie and related modules.

2002-12-19 Thread Randy Kobes
might be going on here. Apache::Cookie (and Apache::Request) haven't been ported to mod_perl-2 yet. Until that happens, you can use the mod_perl-2 compatibility mode to do form data, and for cookies, you can use a CPAN module (eg, CGI.pm). -- best regards, randy kobes

  1   2   3   4   >