* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
> Hi to All,
> I' ve a problem: I use Win95 with Perl and Apache.
> When I display, with a browser, a file.cgi made using GD module, I obtain
> an error because I' ve not installed all C libraries of GD module.
> Is there an exe for Win95 which contains all the libraries for well using
> the GD module or I have to install in my PC an ANSI C compiler to compile
> the GD source?
> Thanks in advance !!
> 
> Angelo

I found this on ActiveState's site:

    c:\>ppm
    PPM interactive shell (1.0.0) - type 'help' for available commands.
    PPM> install GD
    Install package 'GD?' (y/N): y
    Installing C:\Perl\site\lib\auto\GD\GD.dll
    Installing C:\Perl\site\lib\auto\GD\GD.exp
    Installing C:\Perl\site\lib\auto\GD\GD.lib
    Installing C:\Perl\site\lib\GD.pm
    Writing C:\Perl\site\lib/auto/GD/.packlist
    PPM>

That should be all you need!

Here's a link...
http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-web/231136

Jeff

--
  __ () __ __ __ __
 | o)--(_ | o) =| =|  Jeff Bisbee              #!/usr/bin/perl -w
 |__)__|__)__)__|__|  [EMAIL PROTECTED]  use strict;


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

Reply via email to