Re: mod_perl.c:61: `my_perl' undeclared under Cygwin

2005-01-23 Thread Nick ***
>No luck guys :( >Seems there is no way to build libhttpd.dll and no way to link against it. >Even when I try to compile apache 2 with --enable-shared=most it can not build >it's own modules. I suggest to disable or warn that currently the dynamic >build under cygwin doesn't work. Maybe better d

Re: [ANNOUNCE] mod_perl 1.999_21 (2.0.0-RC4)

2005-01-23 Thread Randal L. Schwartz
It still has CPAN indexing of Apache::PerlSections, incorrectly. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and ope

Re: Compiling mod_perl into Apache 1.3.33

2005-01-23 Thread Philippe M. Chiasson
Joseph A Nagy Jr wrote: Perrin Harkins wrote: Joseph A Nagy Jr wrote: [...] If I use perl Makefile.PL APACHE_SRC=../apache_1.3.33/src APACHE_PREFIX=/etc/apache/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 it compiles in, but everything is located in /etc/apache instead of in their proper places (such as

Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-23 Thread Ixkorr Oxkarr
Hello, I am trying to upgrade from mod_perl 1.29 to mod_perl 1.99 on Apache 2.0 (the OS is RHL9). I have installed the mod_perl 1.99 binary RPM, but when I check the version through perl (with the command perl -Mmod_perl -e 'print $mod_perl::VERSION'), I still get 1.29. I tried upgrading via CPA

Re: Can't upgrade from mod_perl 1.29 -> mod_perl 1.99

2005-01-23 Thread Randy Kobes
On Sun, 23 Jan 2005, Ixkorr Oxkarr wrote: > Hello, > > I am trying to upgrade from mod_perl 1.29 to mod_perl > 1.99 on Apache 2.0 (the OS is RHL9). > > I have installed the mod_perl 1.99 binary RPM, but > when I check the version through perl (with the > command perl -Mmod_perl -e 'print > $mod_pe

Package building

2005-01-23 Thread Paul Armstrong
I'm trying to build packages for mod_perl on Solaris and the usual make DESTDIR=/tmp/mod_perl install doesn't work any more. Apache is in /usr/local but I want mod_perl to install temporarily in /tmp/mod_perl so I can package it before installing into /usr/local with Apache (I'm sure several peopl