Problem with mod_embperl.c under Fedora

2004-01-16 Thread Michael Stepanov
Hi! I've upgrated my RedHat 9 up to Fedora Core 1. So, when I try to start httpd, which loads Embperl, I see a following error message: Starting httpd: httpd: module "mod_embperl.c" is not compatible with this version of Apache (found 20020628, need 20020903).

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2004-01-16 Thread Gerald Richter
Hi, > > Doesn't change anything ;-( > ok, that was the problem I had here, so we need to search in another direction. After the the things if have looked after until now I guess it's some problem with building the different tools. That some of the libs and/or application are compiled with differe

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2004-01-16 Thread Alexander Hartmaier
Hi! Doesn't change anything ;-( Alex Von: Gerald Richter <[EMAIL PROTECTED]> am 16.01.2004 07:38 An: Alexander Hartmaier/DEBIS/EDVG/[EMAIL PROTECTED], [EMAIL PROTECTED] Kopie: Thema:Re: [mp2] segfault when generating graphs with GD::Graph under Embperl Hi Alex, does your httpd

Re: Shared Memory

2004-01-16 Thread Gerald Richter
> > Unfortunately that produced the same message - its not a show stopper, > but would have been nice to save some memory. > ok, I will take a closer look at it and let you know if I find anything new Gerald -- Gerald Richter ecos

RE: Shared Memory

2004-01-16 Thread Pete Moran
Gerald, Unfortunately that produced the same message - its not a show stopper, but would have been nice to save some memory. Regards Pete -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: 16 January 2004 18:57 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re

Re: Shared Memory

2004-01-16 Thread Gerald Richter
> Embperl::Execute ({ inputfile => '/var/website/htdocs/404.html', > outputfile => '/tmp/output'}); > try instead Embperl::Execute ({ inputfile => '/var/website/htdocs/404.html', import => 0}) ; Gerald --