I have installed Apache2::Request via CPAN, but i keep getting this message
in my error_log
[error] Global symbol "$r" requires explicit package name at
/var/www/perl/doc.pl line 10.\n
Apache configuration looks like this:
LoadModule perl_module modules/mod_perl.so
LoadModule apreq_module modul
Jan Dubois wrote:
http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.822-MSWin32-x86-280952-symbols.zip
The symbols.zip file should be unpacked in the C:\Perl directory, or
wherever you installed ActivePerl as it contains .pdb file for both the
bin and the lib subtree.
Hi,
I am trying to get mod_perl to work in chroot using mod_chroot. It works fine
without chroot.
This is the error am getting:
"failed
to resolve handler `ModPerl::Registry': Can't locate
ModPerl/Registry.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.8/i486-linux-thread-multi /usr/lib/perl5
I know. ApacheLounge uses a different (newer) compiler, and the
implications can be quite risky. I've started on this path since the
earlier 2.2.x when modperl on the ASF binaries has been unreliable, and
support on the mailing list confirmed my experience more than resolved it.
Why don't you
On Sat, 09 Feb 2008, William A. Rowe, Jr. wrote:
> Randy Kobes wrote:
> We might see what compiling the ppm with .pdb files (not sure if you
> do that already) - simply /Zi args to CL.exe and /debug /opt:ref to
> the linker (rather than /release). Of course you can unpack the httpd
> symbols from
On Feb 9, 2008 10:31 AM, brett lee <[EMAIL PROTECTED]> wrote:
> My problem is that this works fine for several requests, but then it fails.
> And when it fails, ALL four (left,right,top,bottom) of the arrays that have
> calls to "printAd" fail. Never just one, always all four. The rest of the
Randy Kobes wrote:
I've also seen crashes of Apache/2.2.8 with mod_perl
when Apache is started as a service, whereas it's fine
if started from the command line. I'll try the
suggestion in
http://marc.info/?l=apache-modperl&m=120234507226177&w=2
to see if it's the version of ActivePerl that's
On Sat, 9 Feb 2008, William A. Rowe, Jr. wrote:
Foo JH wrote:
Andre,
I've recently set up a test based very closely on your platform:
AP2.2.8
AP5.8.8 Build 822
MP2.0.3
You mention a VC 2005 build of httpd, which build of MP? 2005?
Not sure which uwinnipeg is built against, msvcrt or msvcr8
Foo JH wrote:
Andre,
I've recently set up a test based very closely on your platform:
AP2.2.8
AP5.8.8 Build 822
MP2.0.3
You mention a VC 2005 build of httpd, which build of MP? 2005?
Not sure which uwinnipeg is built against, msvcrt or msvcr80.
But my recent observation is that if you use A
Hi all,
I've done some refactoring recently on my mp2 app (on Win32), and
succeeded in resolving the annoying startup issue (basically, does not
start up well).
I've documented my experience in the following url:
http://jhfoo.multiply.com/journal/item/163/Writing_a_startup_module_for_modperl_
Andre,
I've recently set up a test based very closely on your platform:
AP2.2.8
AP5.8.8 Build 822
MP2.0.3
The only diff is I got the AP2.2.8 binaries from ApacheLounge. It seems
to be quite stable so far, including service startups, Apache restarts etc.
André Warnier wrote:
Hi.
I just re-in
So I've been running my shiny new perl module for a couple weeks now without
any issues. I call the module (Nav::Ad) four times (header, footer, left,
right) from each of my "Registry" scripts. The Registry scripts parse a html
file and decide whether to execute the module or just print out t
12 matches
Mail list logo