What apache directive are you using to tell apache how to deliver the
Embperl files and the png files?  I know Apache::ASP suffers from greedy
processing if you use too loose of a directive, maybe something similar
is happening with Embperl.

Aaron

On Wed, 2002-07-17 at 07:44, [EMAIL PROTECTED] wrote:
> 
> Hello.
> 
> I will visualize some data with the gd::graph module. How can i display the
> graphics
> on the fly with embperl.
> The statement below doesn't work because of missing binmode
> $rec_req->content_type('image/png');
> binmode STDOUT;
> print STDOUT $req->{image}->plot(\@data)->png();
> 
> This is the error message:
> [22445]ERR: 24: Error in Perl code: Can't locate object method "BINMODE"
> via package "Apache::RequestRec" (perhaps you forgot to load
> "Apache::RequestRec"?) a
> 
> I use modperl.v2, embperl.v2 and apache.v2
> 
> Wolfgang
> ------------------------------------------------------------------------
> Wolfgang Leideck
> ONSYS GmbH
> Fon: +49 (0)621/60-44104
> Fax: +49 (0)621/60-73744
> E-Mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to