[Apachetoolbox] How to choose your Perl?

2003-10-22 Thread John Day
Hi all, I am using RH8.0. I used Apachetoolbox to build an Apache/mod_ssl/mod_perl system with the supplied Perl 5.8.0, Apache 1.3.28 and mod_perl 1.28. For my task I need Date::Calc - which had serious problems compiling on the Perl 5.8.0 because of Unicode difficulties. I built Perl 5.8.1 fro

ANNOUNCE: Bricolage 1.7.0-Devel

2003-10-22 Thread David Wheeler
It give me great pleasure to announce the release of Bricolage-Devel 1.7.0, the first development release for what will eventually become Bricolage 1.8.0. In addition to all of the bug fixes included in the 1.6.x series, this version of the open-source content management system adds a number of s

Re: mod_perl/mod_ssl: fine in isolation, install woes when together

2003-10-22 Thread Stas Bekman
Bryn Dyment wrote: (All the below tests are with dynamic Perl.) OK, what if you take the original (with dynamic perl) and replace -L/usr/local/lib/perl5/5.8.1/i386-freebsd/CORE -lperl with -Wl,-L/usr/local/lib/perl5/5.8.1/i386-freebsd/CORE -Wl,-lperl Same problem. What if you add -Wl,-i

Re: mod_perl/mod_ssl: fine in isolation, install woes when together

2003-10-22 Thread Stas Bekman
Vivek Khera wrote: "SB" == Stas Bekman <[EMAIL PROTECTED]> writes: I'm all set (using your patch). However, if the consensus is that I'd be better off with Perl built shared, then how do I "link perl's libperl.so to mod_perl's libperl.a"? SB> I'm not familiar with FreeBSD to give the right adv

Re: Apache 2.0.47, modperl 1.99.09 and CGI::Simple -- file uploads not working

2003-10-22 Thread Stas Bekman
Jacob Fugal wrote: Hello all, I'm working on a site under Apache 2.0.47 with modperl 1.99.09. As mp2 is being actively developed I'd suggest upgrading to 1.99_10 if possible. I've got most everything working right in my server setup, I can get and set cookies, get input variables from forms/etc

[RELEASE CANDIDATE] Apache-Test-1.05-dev is available

2003-10-22 Thread Geoffrey Young
a release candidate for Apache-Test 1.05 is now available. http://perl.apache.org/~geoff/Apache-Test-1.05-dev.tar.gz please take the time to excercise the candidate through all your existing applications that use Apache-Test and report back any problems. --Geoff Changes since 1.04: core sca

Re: mod_perl/mod_ssl: fine in isolation, install woes when together

2003-10-22 Thread Vivek Khera
> "SB" == Stas Bekman <[EMAIL PROTECTED]> writes: >> I'm all set (using your patch). However, if the consensus is that I'd be >> better off with Perl built shared, then how do I "link perl's libperl.so to >> mod_perl's libperl.a"? SB> I'm not familiar with FreeBSD to give the right advice. I

Re: Small problem with mod_perl2 and Apache::compat

2003-10-22 Thread Geoffrey Young
anyway, try this patch (against current CVS - I'm not sure if there have been changes since the last release) which weeds out attempts to import non-existent tags. Thank you, it works. The code now runs unmodified. cvs has been modified to this end (albeit slightly differently than the patch I