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. BEGIN failed

Re: Installing Gd

2004-12-21 Thread Octavian Rasnita
it. Thank you. Teddy - Original Message - From: Ing. Branislav Gerzo [EMAIL PROTECTED] To: beginners@perl.org 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 Thanks. I have tried

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.4

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() } :)

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 work.

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: beginners@perl.org Sent: Monday, December 20, 2004 4:40 PM Subject: Re: Installing Gd Octavian Rasnita [OR], on Monday, December 20

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. ... ... maybe

Installing GD 2.0.1

2002-10-07 Thread Margaret v/d Walt
Hi .. I'm trying to install the GD module but keep getting the error while trying running make. Fatal error : Command failed for target GD.o. I installed zlib 1.1.4, libpng 1.2.5 and gd 1.8.4. What am I doing wrong? Regards Margaret -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Installing GD 2.0.1

2002-10-07 Thread William McKee
Hi Margaret, Are you installing these files as root or as a local user? You may need to give Perl the path to the includes directory for gd when you run perl Makefile.PL using the -I directive. Try reading http://stason.org/TULARC/webmaster/myfaq.html#7 for more info on doing local installs.

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 to

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

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