On Thu, 2 Oct 2003, Thomas Nagel wrote:
>
> You may rebuild libapache-mod-perl (seems to works for my config) with
> the new perl-5.8.1 packages installed:
>
That worked. Thanks a lot!
Regards,
Przemek
--
"Delenda est Carthago" /Cato the Elder/ .d~^v
Przemyslaw Jaroszewski
>
> That should be pretty trivial to accomplish.
>
> To answer your question of passing data: use notes:
>
>$filter->r->note->set(transform => 1);
>
> if you work with the connection level filter you will need to use:
>
>$filter->c->note->set(transform => 1);
>
> though remember that
Notes problem solved...I should have been using the "notes" object not
the "note" object. Found it in the mod_perl 1.0 documentation.
Will the mod_perl 2.0 documentation include all the mod_perl 1.0 API at
some point? At the moment, the API for 2.0 seems to be just changes from
1.0.
---
Regards,
It may be that, at least for Win32, Apache/2.0.47 is needed;
http://marc.theaimsgroup.com/?l=apr-cvs&m=105631900723064&w=2
indicates apr_table_compress() was added in apr 0.9.4, which
I think means Apache/2.0.47.
Good catch, Randy. It indeed was added in 2.0.47 :(
I don't understand what is happ
On Fri, 3 Oct 2003, Geoffrey Young wrote:
> >> It may be that, at least for Win32, Apache/2.0.47 is needed;
> >> http://marc.theaimsgroup.com/?l=apr-cvs&m=105631900723064&w=2
> >> indicates apr_table_compress() was added in apr 0.9.4, which
> >> I think means Apache/2.0.47.
> >
> >
> > Good catch,
I think it is a Win32 thing ... The missing
apr_table_compress symbol comes when trying to build
APR/Table.dll, and for pre Apache/2.0.47 this would be found
in mod_perl.so (aka mod_perl.dll on Win32). When building
APR/Table.dll the associated mod_perl.lib is included in the
libraries to be linke
Pringle, Chris (HP-PSG) wrote:
Notes problem solved...I should have been using the "notes" object not
the "note" object. Found it in the mod_perl 1.0 documentation.
Yes, sorry about that.
Will the mod_perl 2.0 documentation include all the mod_perl 1.0 API at
some point? At the moment, the API for
(I originally tried sending this to the dev list but it did not seem
to go through for some reason...)
I was running into a problem trying to build MP2 with a name other
than mod_perl.so. After poking around for a while I found that the
MP_LIBNAME arg on the command line was not replacing the d
Pringle, Chris (HP-PSG) wrote:
That should be pretty trivial to accomplish.
To answer your question of passing data: use notes:
$filter->r->note->set(transform => 1);
if you work with the connection level filter you will need to use:
$filter->c->note->set(transform => 1);
though remember t
I'm pleased to announce announce the release of Bricolage 1.6.6.
This maintenance release addresses a number issues discovered since
the release of version 1.6.5. Some of the more important changes
include:
* Added README.Solaris.
* When an asset is published or deployed directly from
The mod_perl 1.29 release candidate #1 has arrived. It can be
downloaded here:
http://www.apache.org/~gozer/mp1/mod_perl-1.28_01-dev-rc1.tar.gz
MD5 : 9f3e81dcdea7cdda3715631c25e446ef
SHA1: 1d14efb2ad89750dabcb3780b92992c1b8744551
The summary of what has changed since 1.28 are (from Changes):
Ad
11 matches
Mail list logo