Re: make test errors (modperl 1.99_11 and perl 5.8.2)

2003-12-07 Thread Jan Dubois
On Thu, 04 Dec 2003 12:03:34 -0800, Stas Bekman <[EMAIL PROTECTED]> wrote: >THELLA,RITA (HP-Cupertino,ex3) wrote: >> After installing HP-c patches, make test is working fine. > >Great. What're HP-c patches? On HP-UX for PA-RISC, version 11.00/11.11 you need to install patch PHSS_29484/PHSS_29485

[mp2] libgd (and freetype) problem with ModPerl::Registry

2003-12-07 Thread Kaiko Kaur
Hi, I made perl CGI script which makes png files on the fly (using GD.pm). Everything was ok until I wanted to run it with ModPerl::Registry (to get it faster). Here is script (mkpng.cgi): #!/usr/bin/perl use GD; binmode STDOUT; $p = new GD::Image(20,20); $p->colorAllocate(255,255,255); $p->stri

dynamic paths?

2003-12-07 Thread Dt
is there some easy setup that i can do to allow for a dynamic path in a uri? for example, id like to have the ability to have some configuration file, say uri_path.txt and list multiple paths in the form of: # my.paths /path1 /path2/target /path3/target1 ... and be able to change this or add

Re: help, problems on migrating to mod_perl

2003-12-07 Thread SRef
"Randy Kobes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Fri, 5 Dec 2003, SRef wrote: > > > Env: Perl5.8 Apache2.0 mod_perl2.0(1.99xx?) PS: I did try > > to find the solution through mod_perl and apache > > documents, but in vain. Please help me, thanks. > > > > For example,

APR::URI->parse question

2003-12-07 Thread Enrico Sorcinelli
Hi all, I'm porting to mp2 this mp1 code: use Apache::URI; my $uri = Apache::URI->parse($r); # now I can work with $uri->hostinfo, $uri->scheme, etc In mp2, 'parse' method has moved from Apache::URI to APR::URI. Moreover the method syntax is changed: APR::URI->parse($r->pool,$uri); Because I ne

Re: [mp2] 3rd-party module porting status

2003-12-07 Thread Enrico Sorcinelli
On, 04 Dec 2003 12:40:25 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote: Hi, >Nice. I'd grep .pm files too, if changes don't contain the reference to this >change. Sure (waiting for META.yml... :-)) >I haven't used it myself with mp2. Does it work just fine? Me too (not yet). But the Changes repo