problem installing GD

2004-12-22 Thread Octavian Rasnita
Hi all, I have tried installing GD under Linux with Perl 5.8.4 but it gave me the errors below. Does anyone know what can I do to be able to install GD? I have tried: perl -MCPAN -e 'install GD;' Thank you. ... at t/GD.t line 13 Compilation failed in require at t/GD.t line 13. BE

Re: Installing Gd

2004-12-21 Thread Octavian Rasnita
GD, in order to add it. Thank you. Teddy - Original Message - From: "Ing. Branislav Gerzo" <[EMAIL PROTECTED]> To: Sent: Monday, December 20, 2004 11:19 PM Subject: Re: Installing Gd Octavian Rasnita [OR], on Monday, December 20, 2004 at 17:59 (+0200) wrote about: OR>

Re: Installing Gd

2004-12-20 Thread Ing. Branislav Gerzo
Octavian Rasnita [OR], on Monday, December 20, 2004 at 17:59 (+0200) wrote about: OR> Thanks. I have tried that, but it told me that it cannot find the ppd for OR> GD. [c:\4nt]ppm install GD Install 'GD' version 2.16 in ActivePerl 5.8.4.810. ... ... mayb

Re: Installing Gd

2004-12-20 Thread Octavian Rasnita
Thanks. I have tried that, but it told me that it cannot find the ppd for GD. Teddy - Original Message - From: "Ing. Branislav Gerzo" <[EMAIL PROTECTED]> To: Sent: Monday, December 20, 2004 4:40 PM Subject: Re: Installing Gd Octavian Rasnita [OR], on Monday, Decembe

Re: Installing Gd

2004-12-20 Thread Chris Devers
On Mon, 20 Dec 2004, Octavian Rasnita wrote: > I have tried to install Gd using the following: > > perl -MCPAN -e "install Gd;" Perl modules are case sensitive. Foo.pm and FOO.pm are different modules (or would be, if they existed.) Fix the case of the module you're installing and it should wo

Re: Installing Gd

2004-12-20 Thread Ing. Branislav Gerzo
Octavian Rasnita [OR], on Monday, December 20, 2004 at 16:24 (+0200) wrote: OR> And BTW. I hope I won't need to install a C compiler, then download Gd OR> tarball, and compile it manually if ( $your_perl_dist eq "Activestate" ) { `ppm install gd`; } else { download_activestate_perl() }

Installing Gd

2004-12-20 Thread Octavian Rasnita
Hi all, I have tried to install Gd using the following: perl -MCPAN -e "install Gd;" Perl downloaded the package, and tried to install it, but it ended telling "Cannot install Gd. Don't know what it is". Do you have any idea what could be the problem or how to install Gd? Note: I use Perl 5.8.

help on installing GD and libpng

2003-09-17 Thread Yi Chu
I want to install GD, and libpng is pre-requisite. I did install zlib. In installing libpng, I copied the scripts/makefile.gcc following INSTALL instruction. Problem is that when I do 'make', it tells me that "make: Nothing to be done for `all'." Wonder anyone else encountered such problem and

Re: Installing GD library

2002-09-03 Thread zentara
On Mon, 2 Sep 2002 11:21:07 -0700, [EMAIL PROTECTED] (Ebaad Ahmed) wrote: ># ./loads.cgi >Can't locate GD.pm in @INC (@INC contains: > >I can tell that it is looking for the GD.pm but since I have installed all >the packages then why is it complaining about it or is there some thing else >I need

Installing GD library

2002-09-02 Thread Ebaad Ahmed
Hi All, This is my first question since I have subscribed to the list, but I do have got very valuable info just by reading the messages posted, for which I'm very thankful. My question is that how can I install the GD libraries on my perl installation, I have downloaded the xpm, Gdlib, zlib and

Problems installing GD

2002-02-27 Thread Jeremy Vinding
Here's what I've done: - Compiled and installed libpng, libjpg, libz, and libfreetype (2.0.8) (all successfully) - Compiled and installed gd-1.8.4 sucessfully. GD-1.3.8 configures and makes successfully, but when i make test, it fails test #8 (I believe 8 is the freetype test). It doesn't g