On Tue, 11 Apr 2000, Roca, Ignasi wrote:
> I'm using mod_perl-1.21 and testing GD-1.25.
>
> When calling any of the demos examples given by GD-1.25 I have the error
>
> "Can't locate object method BINMODE via package Apache".
the mod_perl cvs snapshot defines a BINMODE stub (5.6.0 added this tied
filehandle method). you don't need that to cure, remove the call to
binmode or add this code to a startup file:
sub Apache::BINMODE {}
- Can't locate object method "BINMODE" via package... Roca, Ignasi
- Re: Can't locate object method "BINMODE" vi... Matt Sergeant
- Re: Can't locate object method "BINMODE" vi... Ken Williams
- Re: Can't locate object method "BINMODE" vi... Doug MacEachern
- Re: Can't locate object method "BINMODE" vi... Doug MacEachern
- Re: Can't locate object method "BINMODE"... Ken Williams
