[win32] mod_perl 1 and ActivePerl 8xx

2003-07-05 Thread Randy Kobes
In the current mod_perl 1 cvs repository there's now a workaround that allows mod_perl 1 to compile against Win32 ActivePerl 8xx and Apache/1.3. I've put up a ppm package of this under http://theoryx5.uwinnipeg.ca/ppms/ which you can access by setting the repository within the pp

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\ > C:

Re: win32 + apache2 + mysql

2003-06-25 Thread Joshua Burley
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\ C:\TEMP\mod_perl-356\blib\ C:\tmp\mod_perl.tar\blib\ But

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

Re: win32 + apache2 + mysql

2003-06-21 Thread Joshua Burley
load test. .josh > 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 sess

Re: win32 + apache2 + mysql

2003-06-21 Thread Randy Kobes
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 session data into mysql with > Apache::Session,

win32 + apache2 + mysql

2003-06-20 Thread Joshua Burley
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 session data into mysql with Apache::Session, with the session id stored as a cookie. Standard stuff... When we're

Re: [OT?] Win32 permissions puzzler

2003-02-20 Thread Stas Bekman
Alessandro Forghieri wrote: This is a bit of a surprise the following, in fact, runs just fine: --Foo.pm-- package Foo; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = ( qw( $foo ) ); our @EXPORT = qw(); our $VERSION = '0.01'; our $foo=1; 1; --usefoo.pl

RE: [OT?] Win32 permissions puzzler

2003-02-20 Thread Alessandro Forghieri
Greetings. I am afraid this is rapidly becoming less than relevant, however.. > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] [...] > You have to declare variables as globals before using them. Agreed > Even the imported ones. That's a pure perl issue. Please proce

Re: [OT?] Win32 permissions puzzler

2003-02-19 Thread Stas Bekman
Alessandro Forghieri wrote: Alessandro Forghieri wrote: [...] use Bar qw($foo); if($foo) { ... Global symbol "$foo" requires explicit package name at use vars qw($foo); use Bar qw($foo); [...] Not sure I am following you here. $foo is in the @EXPORT_OK list of module Bar, which is, in

Re: [OT?] Win32 permissions puzzler

2003-02-19 Thread Alessandro Forghieri
Greetings. >Alessandro Forghieri wrote: >[...] > >>use Bar qw($foo); >> >>if($foo) { >>... >>Global symbol "$foo" requires explicit package name at > >use vars qw($foo); >use Bar qw($foo); [...] Not sure I am following you here. $foo is in the @EXPORT_OK list of module Bar, which is, in turn

Re: [OT?] Win32 permissions puzzler

2003-02-13 Thread Stas Bekman
Alessandro Forghieri wrote: [...] use Bar qw($foo); if($foo) { ... Global symbol "$foo" requires explicit package name at use vars qw($foo); use Bar qw($foo); or with 5.6+ our $foo; use Bar qw($foo); See: http://perl.apache.org/docs/general/perl_reference/perl_reference.html#Using_Global_Var

[OT?] Win32 permissions puzzler

2003-02-13 Thread Alessandro Forghieri
Greetings. [not really modperl-specific...] I have a Win32 based modperl2 app, where apache needs to run impersonating a domain user (this is because it needs to access a network share, something LocalSystem cannot do - if anybody has a better solution I would like to know about it). Anyway, it

[win32] upgrading to Apache 2.0.44

2003-01-21 Thread Randy Kobes
Sorry for the (slightly) off-topic post, but if you're a Win32 user and are looking to upgrade to Apache 2.0.44 due to some security fixes, some people have reported problems on Win98 with the upgrade. The Apache people have identified the problem, and most likely a fix will be released sh

[win32] large binary distributions

2003-01-03 Thread Randy Kobes
If you have trouble staying connected to get the (large) Win32 all-in-one binary packages, either Perl-5.8-win32-bin.exe (Perl-5.8.0/Apache-2.0.43/mod_perl-1.99) or perl-win32-bin.exe (Perl-5.6.1/Apache-1.3.27/mod_perl-1.27), from ftp://theoryx5.uwinnipeg.ca/pub/other/, there's now correspo

[win32] perl-5.8/mod_perl-2 binary

2002-12-27 Thread Randy Kobes
I've placed a self-extracting archive, Perl-5.8-win32-bin.exe, at ftp://theoryx5.uwinnipeg.ca/pub/other/, which contains a Win32 binary distribution of Perl-5.8 and Apache-2.0.43, including mod_perl-1.99_08. This was built using the sources provided by ActiveState for build 804, and as

[win32] install mod_perl via ppm

2002-12-21 Thread Randy Kobes
With different combinations of Perl and mod_perl versions, it can get confusing when installing mod_perl on Win32 via ppm in figuring out the right one to use. To help alleviate some of this, I've made up a script - mpinstall, accessible (soon) through the install docs in the Win32 OS spe

RE: win32 testing only?

2002-12-05 Thread Goehring, Chuck Mr., RCI - San Diego
Jon, A similar attitude is expressed in the Apache Server documentation for the past 4+ years. Chuck -Original Message- From: Jon Reinsch [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: win32 testing only? At http

Re: win32 testing only?

2002-12-05 Thread Kyle Oppenheim
The warning applies to mod_perl 1.x. The reason is that mod_perl 1.0 is single-threaded. In a UNIX environment, Apache (1.x) forks many child processes to handle requests which each have their own embedded Perl interpreter. In Win32, Apache has many threads to handle requests which all share a

win32 testing only?

2002-12-05 Thread Jon Reinsch
At http://perl.apache.org/docs/1.0/guide/getwet.html#Installing_mod_perl_for_Window it says: "we recommend that mod_perl on Windows be used only for testing purposes, not in production" Does this apply to mod_perl 1.0 only, or to 2.0 as well? If both, is it likely to change anytime soon? (I re

Re: [Win32] perl-5.8 repository

2002-11-25 Thread Randy Kobes
On Mon, 25 Nov 2002, Chris wrote: > Randy, > > Thanks for putting up your repository. Two things: > > 1) DBD-mysql seems to have a dependancy on Data::Dumper, but > Data::Dumper isn't found in any of the repositories so won't > install properly. I didn't realize it wasn't in ActiveState's repos

Re: [Win32] perl-5.8 repository

2002-11-25 Thread Chris
Randy, Thanks for putting up your repository. Two things: 1) DBD-mysql seems to have a dependancy on Data::Dumper, but Data::Dumper isn't found in any of the repositories so won't install properly. 2) Do you have any plans on building mod_perl 1.27 for the Activestate 8xx series? -Chris

Re: [Win32] nmake error compiling mod_perl.so

2002-11-24 Thread Randy Kobes
On Thu, 7 Nov 2002, jheckel wrote: > Hi > since two weeks I can no longer compile the mod_perl-2.0 package from > the snapshot server without errors. The last "good" compilation was > 10/27/2002:-( > > Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. [ .. ] > Access.obj : error LNK2001:

Re: [Win32] ActivePerl-5.8 beta released

2002-11-24 Thread Randy Kobes
On Sat, 9 Nov 2002, Juergen Heckel wrote: > Randy Kobes wrote: > > Of relevance to mod_perl-2 Win32 users, ActivePerl just released > > a beta version of their perl-5.8 binary; see > >http://www.activestate.com/Products/ActivePerl/ > > Hi, > I tried this versi

[Win32] perl-5.8 repository

2002-11-24 Thread Randy Kobes
I've set up a ppm repository at http://theoryx5.uwinnipeg.ca/ppms/ for ppm packages compatible with the beta release of Win32 ActivePerl 8xx (based on perl-5.8). This can also be accessed by setting, within the ppm shell, the repository to http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserve

Re: compiling modperl with mingw on win32

2002-11-12 Thread Randy Kobes
On Tue, 12 Nov 2002, pascal barbedor wrote: > Hi > > on win32, > > I have compiled perl 5.8 with mingw gcc 3.2 and dmake. > it gives a very fast perl. > > is it possible to build mod_perl 1.99_07 with this perl and an > apache 2043 build with msvc6 ? (is it possib

compiling modperl with mingw on win32

2002-11-12 Thread pascal barbedor
Hi   on win32,   I have compiled perl 5.8 with mingw gcc 3.2 and dmake. it gives a very fast perl.   is it possible to build mod_perl 1.99_07 with this perl and an apache 2043 build with msvc6 ? (is it possible to compile apache with gcc3.2 ?)   because I am trying it , and it don't

Re: [Win32] ActivePerl-5.8 beta released

2002-11-10 Thread Chris
> I asked Jan Dubois at ActiveState about this, just to verify - > the relevant excerpt of his reply follows ... Luckily I'm on both lists (or at least I got a copy of Jan Dubois reply as well). Thank you for this. >>Perhaps related to this, was this build compiled with VC++ 6? > > Yes. For

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Randy Kobes
On Sat, 9 Nov 2002, Chris wrote: > I'd heard rumors that there was an attempt to build a version > of Perl using VC++ 7 because Microsoft has a free > non-optimizing VC++ compiler they ship with the .NET SDK. I was > very excited by this prospect. ::sigh:: I asked Jan Dubois at ActiveState about

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Randy Kobes
On Sat, 9 Nov 2002, Chris wrote: > >> Because of binary incompatibilities with 5.6, there's a > >>separate 5.8 repository of ppm packages under > >>http://www.activestate.com/ppmpackages/5.8-windows/ > >> Such packages should be compatible with the

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Chris
d be compatible with the perl-5.8 win32 >> binary we have under >> ftp://theoryx5.uwinnipeg.ca/pub/other/perl-5.8-win32-bin.tar.gz >> if you've been using that. If you believe this to be true, then am I right in assuming that Activestate didn't manage to build the

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Juergen Heckel
Randy Kobes wrote: Of relevance to mod_perl-2 Win32 users, ActivePerl just released a beta version of their perl-5.8 binary; see http://www.activestate.com/Products/ActivePerl/ Hi, I tried this version (msi-package) with mod_perl-2.0 (latest snapshot) but I cannot compile it: W:\programme

Re: [Win32] ActivePerl-5.8 beta released

2002-11-09 Thread Chris
> Of relevance to mod_perl-2 Win32 users, ActivePerl just released > a beta version of their perl-5.8 binary; see >http://www.activestate.com/Products/ActivePerl/ > Because of binary incompatibilities with 5.6, there's a >separate 5.8 repository of ppm pack

Re: [Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Juergen Heckel
Randy Kobes wrote: Of relevance to mod_perl-2 Win32 users, ActivePerl just released a beta version of their perl-5.8 binary; see http://www.activestate.com/Products/ActivePerl/ Hi, thank you again. I was looking there the last days without finding the new version. Juergen

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Juergen Heckel
Randy Kobes wrote: Does W:\programme\Perl\site\lib\auto\Apache\RequestRec\RequestRec.dll exist? This problem may have arisen from an earlier, incomplete, install, or perhaps trying to install/uninstall mod_perl while the server was running. Maybe try making sure the server is stopped, then doing

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Randy Kobes
uot;%s %s", directive, val)); errmsg = modperl_config_insert_request(aTHX_ r, === allows this symbol to be found, and the associated access tests pass with perl-5.8 on Win32. -- best regards, randy

RE: [Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Randy Kobes
On Fri, 8 Nov 2002, Beau E. Cox wrote: > Hi - > > Just wondering about DBI modules in 5.8. > > In both Randy's posted ppm packages list and via > 5.8's ppm, I can't find: > > DBI (plain 'ole) > DBD-ODBC > DBD-Mysql > > I know this is beta, but are DBI modulrs such as > these forthcoming? > >

RE: [Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Beau E. Cox
- From: Randy Kobes [mailto:randy@;theoryx5.uwinnipeg.ca] Sent: Friday, November 08, 2002 11:42 AM To: [EMAIL PROTECTED] Subject: [Win32] ActivePerl-5.8 beta released Of relevance to mod_perl-2 Win32 users, ActivePerl just released a beta version of their perl-5.8 binary; see http://www.activestate.

[Win32] ActivePerl-5.8 beta released

2002-11-08 Thread Randy Kobes
Of relevance to mod_perl-2 Win32 users, ActivePerl just released a beta version of their perl-5.8 binary; see http://www.activestate.com/Products/ActivePerl/ Because of binary incompatibilities with 5.6, there's a separate 5.8 repository of ppm packages under http://www.activestat

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Juergen Heckel
Randy Kobes wrote: Does W:\programme\Perl\site\lib\auto\Apache\RequestRec\RequestRec.dll exist? This problem may have arisen from an earlier, incomplete, install, or perhaps trying to install/uninstall mod_perl while the server was running. Maybe try making sure the server is stopped, then doing

Re: [Win32] nmake error compiling mod_perl.so

2002-11-08 Thread Randy Kobes
On Fri, 8 Nov 2002, jheckel wrote: > Randy Kobes wrote: > > > where this gets defined in general, but a temporary workaround > > for the above problem is to change in > > modperl-2.0/xs/Apache/Access/Apache__Access.h, about line 63, the > > call > >av_push(config, newSVpvf(..)); > > to > >

Re: [Win32] nmake error compiling mod_perl.so

2002-11-07 Thread jheckel
Randy Kobes wrote: where this gets defined in general, but a temporary workaround for the above problem is to change in modperl-2.0/xs/Apache/Access/Apache__Access.h, about line 63, the call av_push(config, newSVpvf(..)); to av_push(config, Perl_newSVpvf(..)); Hi, thank you for your worki

Re: [Win32] nmake error compiling mod_perl.so

2002-11-07 Thread Randy Kobes
On Thu, 7 Nov 2002, jheckel wrote: > Hi > since two weeks I can no longer compile the mod_perl-2.0 package from > the snapshot server without errors. The last "good" compilation was > 10/27/2002:-( > > Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. > > My install commands: > perl Make

[Win32] nmake error compiling mod_perl.so

2002-11-07 Thread jheckel
Hi since two weeks I can no longer compile the mod_perl-2.0 package from the snapshot server without errors. The last "good" compilation was 10/27/2002:-( Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633. My install commands: perl Makefile.PL MP_AP_PREFIX=f:/apache2 nmake nmake install

Re: win32 mod_perl 1 and perl 5.8

2002-11-05 Thread Randy Kobes
On Mon, 4 Nov 2002, Jason Nicholls wrote: > G'day, > > ATM we're working on a win32 platform with apache 1.3.27, Perl 5.6, and > mod_perl 1.27_01. I was reading the OS specific documentation at: > > http://perl.apache.org/docs/1.0/os/win32/multithread.html &

win32 mod_perl 1 and perl 5.8

2002-11-05 Thread Jason Nicholls
G'day, ATM we're working on a win32 platform with apache 1.3.27, Perl 5.6, and mod_perl 1.27_01. I was reading the OS specific documentation at: http://perl.apache.org/docs/1.0/os/win32/multithread.html and discovered that with this particular setup mod_perl is effectively singl

Re: Error compiling mod_perl/1.27/Apache-1.3.26/Perl-5.8.0 for Native Win32

2002-09-24 Thread Issac Goldstand
Worked. Thanks. Issac - Original Message - From: "Randy Kobes" <[EMAIL PROTECTED]> To: "Issac Goldstand" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 1:37 AM Subject: Re: Error compiling mod_perl/1.27/Apache-1.3.26/

Error compiling mod_perl/1.27/Apache-1.3.26/Perl-5.8.0 for Native Win32

2002-09-22 Thread Issac Goldstand
I keep getting the following error when compiling mod_perl under MS-Dev-6.0 Constants.xs(158) : error C2065: 'errno' : undeclared identifier It's the only compilation error I'm stuck on, but I've been stuck for 2 weeks now... Everything is natively built for Wi

Re: AxKit under Win32

2002-09-11 Thread Randy Kobes
On Wed, 11 Sep 2002, Anthony E. wrote: [ snip references to axkit.org ] > ...neither have much info. The quick start guide at http://www.axkit.org/docs/quick_start.dkb should be enough to get going -- best regards, randy kobes

Re: AxKit under Win32

2002-09-11 Thread Anthony E.
...neither have much info. --- Randy Kobes <[EMAIL PROTECTED]> wrote: > On Wed, 11 Sep 2002, Anthony E. wrote: > > > >From the Axkit site: > > > > Can I run AxKit on Windows? > > Yes, although it is not considered a primary > platform, > > so you are mostly on your own with this. You can > > in

Re: AxKit under Win32

2002-09-11 Thread Randy Kobes
On Wed, 11 Sep 2002, Anthony E. wrote: > >From the Axkit site: > > Can I run AxKit on Windows? > Yes, although it is not considered a primary platform, > so you are mostly on your own with this. You can > install it via ActiveState's PPM as follows: > > ppm install > >

Re: AxKit under Win32

2002-09-11 Thread Anthony E.
>From the Axkit site: Can I run AxKit on Windows? Yes, although it is not considered a primary platform, so you are mostly on your own with this. You can install it via ActiveState's PPM as follows: ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-1.25_1.3.

Re: AxKit under Win32

2002-09-11 Thread Randy Kobes
On Wed, 11 Sep 2002, Prakash Chatterjee wrote: > Does anybody know where I can find information for installing > and running AxKit under windows (is this possible?). > > I looked on axkit.org but didn't find any guidance. We have a ppm package of it in http://theoryx5.uwinnipeg.ca/ppmpackag

Re: AxKit under Win32

2002-09-11 Thread Tom Hukins
On Wed, Sep 11, 2002 at 03:42:13PM +0100, Prakash Chatterjee wrote: > Does anybody know where I can find information for installing and running > AxKit under windows (is this possible?). Searching Google for "axkit windows" leads to: http://axkit.org/faq.xml (see "Can I run AxKit on Windows?") h

Re:AxKit under Win32

2002-09-11 Thread [EMAIL PROTECTED]
> Does anybody know where I can find information for installing and running > AxKit under windows (is this possible?). > > I looked on axkit.org but didn't find any guidance. > > Thanks > PC > there is a ppm available at theoryx5.uwinnipeg.ca/ppmpackages but on win

AxKit under Win32

2002-09-11 Thread Prakash Chatterjee
Does anybody know where I can find information for installing and running AxKit under windows (is this possible?). I looked on axkit.org but didn't find any guidance. Thanks PC

apache::status on win32

2002-08-31 Thread [EMAIL PROTECTED]
Hi with winXP Embedded Perl version v5.6.1 for Apache/1.3.26 (Win32) mod_perl/1.27_01-dev Apache Status is not working as expected the httpd.conf configuration is Perl Module Apache::Status (before any other module) PerlModule B::TerseSize SetHandler perl-script PerlHandler Apache

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-28 Thread Doug MacEachern
On Sat, 17 Aug 2002, pascal barbedor wrote: > Hi > > when compiling modperl 1.99_05 (from today cvs) > with MP_DEBUG=1 > there is un unresolved external > RequestIO.obj : unresolved external symbol _times > RequestIO.dll fatal LNK error this has been fixed in cvs. just s/times/PerlProc_times

RE: [OT] Apache::Session and Win32

2002-08-27 Thread Alessandro Forghieri
Greetings. [...] > > > Rob Bloodgood wrote: > > >I tried Apache::Session::File, but after MUCH hair-pulling > it seems that the > >Lock mechanism is COMPLETELY hosed (things are either never > locked or never > >unlocked, or something...) > >

apache1.3(win32) - mod_perl 1.27 - activestate - path_info error

2002-08-20 Thread Stefan Thuering
Hi, I'm new here so tell me if I'm doing something wrong :) I posted a report to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10820 but they said it seems to be a mod_perl bug. here goes: - If you run the following perl code (on Apache 1.3.2x (win32) - mod_perl 1

Re: Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Stas Bekman
> The only problem left is "perl-status". It still does not work. > My relevant entry in the config is: > > > SetHandler perl-script > PerlHandler Apache::Status > Order deny,allow > Deny from all > Allow from 127.0.0.1 > > The error log says: > [Sun Aug 18 21:02:08 2002] [erro

Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Walter Stingl
Hi Mr. Kobes,   After including the startup-script my cgi-scripts are now working ok with mod_perl-2. The problem was the missing "use Apache2 ();". My fault. Sorry about that. I owe you some six-packs.   The only problem left is "perl-status". It still does not work. My relevant entry in the

Re: Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Randy Kobes
On Sun, 18 Aug 2002, Walter Stingl wrote: > Hi to all, > > first thanks to Mr. Bekman for his quick answer. But i am still > having problems to track it down, where the script hangs. > "perl-status" delivers a blank window in the browser. > > One more question. Should Apache be started as a ser

Re: win32 apache2.0.40 mod_perl-2

2002-08-18 Thread Randy Kobes
On Fri, 16 Aug 2002, Paul Simon wrote: > They do work as ordinary CGI scripts (thank goodness!). The > same scripts worked under ModPerl::Registry before I upgraded > everything. There are no messages in the error logs. If I > call the cgi page under ModPerl::Registry via a browser, it > just

Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-18 Thread Walter Stingl
Hi to all,   first thanks to Mr. Bekman for his quick answer. But i am still having problems to track it down, where the script hangs. "perl-status" delivers a blank window in the browser.    One more question. Should Apache be started as a service or in console-mode, when mod_perl is integra

Re: Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-17 Thread Stas Bekman
Walter Stingl wrote: > Hi, > > i installed Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1 on a > Windows NT (Servicepack 6a)-System. > > When i try to run a CGI-Script "abfert1.pl" with ModPerl::Registry the > browser hangs forever displaying a bl

Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1

2002-08-17 Thread Walter Stingl
Hi,   i installed Apache/2.0.40 (Win32) mod_perl/1.99_05-dev Perl/v5.6.1 on a Windows NT (Servicepack 6a)-System.   When i try to run a CGI-Script "abfert1.pl" with ModPerl::Registry the browser hangs forever displaying a blank window. There is no Error-Entry in the Apache

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread Randy Kobes
IO.dll fatal LNK error > > > > this is with perl 5.8.0 compiled with DEBUG flag > > win XP > > MSVC6 > > Perhaps someone on win32 can check this out. Randy? I get the missing _times error too - I think this is related to the use of times() in MP_START_TIMES()

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread pascal barbedor
Hi when compiling modperl 1.99_05 (from today cvs) with MP_DEBUG=1 first error : modperl_xsinit.lo : fatal error : incompatible pdb format in c:\modperl-2.0\src\modules\perl\vc60.pdb ; delete and rebuild I don't know what the "delete and rebuild" means. after I delete the vc60.pdb file menti

Re: [modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread Stas Bekman
DEBUG flag > win XP > MSVC6 Perhaps someone on win32 can check this out. Randy? > PS modperl-1.99_04 downloaded from perl.apache.org > shows this error (with same compiling configuration) > > mod_perl.c(519) : error ap_register_output_filter different types > formal a

[modperl-2.0] unresolved external on win32 when compiling

2002-08-17 Thread pascal barbedor
Hi   when compiling modperl 1.99_05 (from today cvs) with MP_DEBUG=1 there is un unresolved external RequestIO.obj : unresolved external symbol _times RequestIO.dll fatal LNK error   this is with perl 5.8.0 compiled with DEBUG flag win XP MSVC6     best regards pascal   PS modperl-1.99_04 d

Re: win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Paul Simon
They do work as ordinary CGI scripts (thank goodness!).  The same scripts worked under ModPerl::Registry before I upgraded everything.  There are no messages in the error logs.  If I call the cgi page under ModPerl::Registry via a browser, it just hangs seemingly forever...  I can try installing a

Re: win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Randy Kobes
On Fri, 16 Aug 2002, Paul Simon wrote: > > Hi all > > I upgraded from apache2.0.39 to 40 and removed, installed > mod_perl-2 via ppm. > > Now my Apache::Registry directory is not responding. The > browser just hangs. Any tips on how I can troubleshoot this? > > Everything is set up the way

Re: win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Stas Bekman
Paul Simon wrote: > Hi all > > I upgraded from apache2.0.39 to 40 and removed, installed mod_perl-2 via > ppm. > > Now my Apache::Registry directory is not responding. The browser just > hangs. Any tips on how I can troubleshoot this? > > Everything is set up the way I had it working for 2

win32 apache2.0.40 mod_perl-2

2002-08-16 Thread Paul Simon
Hi all I upgraded from apache2.0.39 to 40 and removed, installed mod_perl-2 via ppm.  Now my Apache::Registry directory is not responding.  The browser just hangs.  Any tips on how I can troubleshoot this? Everything is set up the way I had it working for 2.0.39 and mod_perl-2  Thanks,paulDo You Y

Re: mod_perl + Apache::PageKit on Win32 problems

2002-08-15 Thread Randy Kobes
On Thu, 15 Aug 2002, Anton Permyakov wrote: > Randy, thank you, > now it looks like it will work... but my project also uses following > packages i could not install with PPM: > > Class::DBI > Class::DBI::Extension > Ima::DBI > > There are ppd for Class::DBI and Ima::DBI, but PPM says they are

Re: mod_perl + Apache::PageKit on Win32 problems

2002-08-15 Thread Anton Permyakov
ect: Re: mod_perl + Apache::PageKit on Win32 problems > On Thu, 15 Aug 2002, Anton Permyakov wrote: > > > Hello everybody, > > > > I try to install Apache::PageKit on Win32 Apache+mod_perl. I've > > installed all that's needed from perl-win32-bin-0.8.exe, &

Re: mod_perl + Apache::PageKit on Win32 problems

2002-08-14 Thread Randy Kobes
On Thu, 15 Aug 2002, Anton Permyakov wrote: > Hello everybody, > > I try to install Apache::PageKit on Win32 Apache+mod_perl. I've > installed all that's needed from perl-win32-bin-0.8.exe, > install all packages needed for Apache::PageKit and itself > (without PP

mod_perl + Apache::PageKit on Win32 problems

2002-08-14 Thread Anton Permyakov
Hello everybody,   I try to install Apache::PageKit on Win32 Apache+mod_perl. I've installed all that's needed from perl-win32-bin-0.8.exe, install all packages needed for Apache::PageKit and itself (without PPD file, just by copying *.pm files).   When i start Apache - it closes

Re: Win32 Apache 2.0.40 & mod_perl 1.99_05

2002-08-14 Thread Randy Kobes
On Sun, 11 Aug 2002, Sebastian Breier wrote: > Hi! > > When starting Apache 2.0.40, I get this error: > > Syntax error on line 173 of C:/Apache2/conf/httpd.conf: Cannot > load C:/Apache2/modules/mod_perl.so into server: Die angegebene > Prozedur wurde nicht gefunden. > > Last sentence translat

Re: Compiling problems with Apache 2.040 (Win32)and mod_perl2 lastversion.

2002-08-13 Thread Stas Bekman
Stefan Sabolowitsch wrote: > Hi NG. > I has here the current Apache 2.040 for Win32. > With compile of the last mod_perl2 version, get I the following error > message. [...] > mod_perl.c(511) : warning C4047: 'function' : Anzahl der Dereferenzierungen bei > 'i

Compiling problems with Apache 2.040 (Win32)and mod_perl2 last version.

2002-08-13 Thread Stefan Sabolowitsch
Hi NG. I has here the current Apache 2.040 for Win32. With compile of the last mod_perl2 version, get I the following error message. #-#-#-#-##-#-#-#-#-#-#-# cl -IG:/cygwin/tmp/modperl5/src/modules/perl -IG:/cygwin/tmp/modperl5/xs -IG:\Apache2/include -nologo -O1 -MD -DNDEBUG

Win32 Apache 2.0.40 & mod_perl 1.99_05

2002-08-11 Thread Sebastian Breier
Hi! When starting Apache 2.0.40, I get this error: Syntax error on line 173 of C:/Apache2/conf/httpd.conf: Cannot load C:/Apache2/modules/mod_perl.so into server: Die angegebene Prozedur wurde nicht gefunden. Last sentence translated: "The specified procedure could not be found". Line 173 of ht

Re: Win32: Apache2+modperl2 STDERR not going to error.log?

2002-07-30 Thread Stas Bekman
Alessandro Forghieri wrote: > Greetings. > > I am using the binary distribution "Apache/2.0.40-dev (Win32) > mod_perl/1.99_05-dev Perl/v5.8.0" from uwinnipeg. OS is NTsp6 > > httpd.conf is basically unmodified. > > I have noticed that carp'ing or war

Problem: Apache2 / Perl 5.8.0 / mod_perl 2.0 / PHP all on Win32

2002-07-25 Thread French, Shawn
to run on the win32 platform - mod_perl to allow for persistent (stay connected on the server side) Net::Telnet objects (CGI is unacceptable since a new process is spawned at each request leaving no room for persistent objects) - Multiple perl interpreters of Apache2 / mod_perl 2.0 to serve mor

perl-5.8-win32-bin.tar.gz missing files

2002-07-18 Thread Alessandro Forghieri
Greetings. I just installed the great perl-5.8-win32-bin.tar.gz package that Randy Kobes mantains on uwinnipeg. Two folders are missing from site/lib/Win32Api : Registry/cRegistry.pc File/cFile.pc This is an installation bug of libwin32 - the files are generated but not installed, so they

Re: Win32, Libapreq, mod_perl-2 trouble

2002-07-18 Thread Randy Kobes
On Thu, 18 Jul 2002, Levon Barker wrote: > Hello, > > For mod_perl 1.x I used: > > ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/libapreq.ppd > > However, it doesn't seem to work for 2.0 as I get this error message in the > Apache error log: > > [Thu Jul 18 14:54:07 2002] [error] 248:

Win32, Libapreq, mod_perl-2 trouble

2002-07-18 Thread Levon Barker
Hello, For mod_perl 1.x I used: ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/libapreq.ppd However, it doesn't seem to work for 2.0 as I get this error message in the Apache error log: [Thu Jul 18 14:54:07 2002] [error] 248: ModPerl::Registry: `Can't locate object method "boot" via pac

Re: [win32] new perl/apache/mod_perl binary

2002-07-09 Thread Ron Savage
On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote: >Hi, >I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 >Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting >archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. This I've update config

Re: [win32] new perl/apache/mod_perl binary

2002-07-09 Thread Gerald Richter
>Yes, the problem is Embperl. Commenting it out (lines 1084 to 1096 of >httpd.conf) fixed things. Phew. I have also seen this problem with Embperl when installing Apache service. It's not special to this binary version. Since Apache gets always installed correctly, I never had taken the time to

Re: [mod_perl2] PerlChildInitHandlers with multiple (Win32) threads

2002-07-09 Thread Peter Rothermel
Thanks for the info, its exactly what I needed. -pete Stas Bekman wrote: > Peter Rothermel wrote: > > Stas Bekman wrote: > > > > > >>Peter Rothermel wrote: > >> > >> > >>>PerlChildInitHandler Apache::foo->loadkey > >>> > >>>Will the genkey method get execute at the > >>>initialization of each t

Re: [win32] new perl/apache/mod_perl binary

2002-07-09 Thread Ron Savage
On Tue, 9 Jul 2002 02:25:41 -0500 (CDT), Randy Kobes wrote: Randy >On Tue, 9 Jul 2002, Ron Savage wrote: > >>On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote: >>>Hi, >>>I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 >>>Win

Re: [win32] new perl/apache/mod_perl binary

2002-07-08 Thread Randy Kobes
On Tue, 9 Jul 2002, Ron Savage wrote: > On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote: > >Hi, > >I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 > >Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting > >archive), in ftp:/

Re: [win32] new perl/apache/mod_perl binary

2002-07-08 Thread Ron Savage
On Mon, 8 Jul 2002 00:24:30 -0500 (CDT), Randy Kobes wrote: >Hi, >I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 >Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting >archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. This Randy I cannot get this

RE: [win32] new perl/apache/mod_perl binary

2002-07-08 Thread Alessandro Forghieri
Greetings [...] > there's a better way - if anyone's familiar with this, could you > drop me a mine, privately? Thanks. ^ Are you sure this is *really* what you want? : (Sorry I could not resist). Cheers, alf

Re: [win32] new perl/apache/mod_perl binary

2002-07-07 Thread Randy Kobes
On Mon, 8 Jul 2002, Gerald Richter wrote: > Hi Randy, > > >I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 > > Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting > > archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. > > Is

Re: [win32] new perl/apache/mod_perl binary

2002-07-07 Thread Gerald Richter
Hi Randy, >I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 > Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting > archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. Is this package binary compatible with ActiveState, i.e. can I do a ppm install to

[win32] new perl/apache/mod_perl binary

2002-07-07 Thread Randy Kobes
Hi, I've placed an updated perl-5.6.1/Apache-1.3.26/mod_perl-1.27 Win32 binary package, perl-win32-bin-0.8.exe (a self-extracting archive), in ftp://theoryx5.uwinnipeg.ca/pub/other/. This includes, amongst other things, Embperl, Apache::ASP, and HTML::Mason, with some simple exa

Re: [mod_perl2] PerlChildInitHandlers with multiple (Win32) threads

2002-07-05 Thread Stas Bekman
Peter Rothermel wrote: > Stas Bekman wrote: > > >>Peter Rothermel wrote: >> >> >>>PerlChildInitHandler Apache::foo->loadkey >>> >>>Will the genkey method get execute at the >>>initialization of each thread? >> >>Apache doesn't provide such a hook yet. May be in the future. >> >>child_init is for

Re: [mod_perl2] PerlChildInitHandlers with multiple (Win32) threads

2002-07-05 Thread Peter Rothermel
David Dyer-Bennet wrote: > Peter Rothermel <[EMAIL PROTECTED]> writes: > > > Stas Bekman wrote: > > > > > Peter Rothermel wrote: > > > > > > > > > > > PerlChildInitHandler Apache::foo->loadkey > > > > > > > > Will the genkey method get execute at the > > > > initialization of each thread? > > > >

  1   2   3   4   5   >