Current location: Hot Scripts Forums » Programming Languages » Perl » How to install Libgd package for windows XP?


How to install Libgd package for windows XP?

Reply
  #1 (permalink)  
Old 07-20-09, 01:41 AM
avskrm avskrm is offline
New Member
 
Join Date: Jul 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
How to install Libgd package for windows XP?

Hi, I am trying to install GD::Chart for windows ,few errors obtained during the installation .


Note (probably harmless): No library found for -lgd
Note (probably harmless): No library found for -lpng
Note (probably harmless): No library found for -ljpeg
Note (probably harmless): No library found for -lfreetype
Note (probably harmless): No library found for -lXpm

So,how to install the libgd package for windows?

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 07-21-09, 01:40 PM
Boraan's Avatar
Boraan Boraan is offline
Coding Addict
 
Join Date: Jul 2007
Location: Clayton, NC
Posts: 292
Thanks: 0
Thanked 1 Time in 1 Post
Installing Packages in Perl. From what you showed I have to ask. Were you trying to install this manually?

If you were, there are 2 ways in which to do it. The first is with ppm (Perl Package Module). It comes standard with Perl distributions. From your command prompt type ppm. eg. C:\> ppm or C:\Perl\bin\>ppm

It takes a few seconds to launch the gui, however you can add or remove repositories, search for the module to install and let the ppm do the work.

I would not recommend adding the root cpan repository. Perl also comes with a cpan module. Just run cpan from the command prompt. then...

cpan> install GD::Chart

if it didn't find it..

cpan> i /GD::chart/

The results will print the modules found. When I did it it was this:
Module GD::Chart (RDP/GD-Chart-0.05.tar.gz)
Module GD::Chart::Radial (BARBIE/GD-Chart-Radial-0.07.tar.gz)
2 items found

Next you do this:

cpan> install GD::Chart

either way will work.

Edit: if you're using vista you'll need to run cmd from an elevated user. Directory writes are blocked, so run command as an administrator
__________________
Dexter Nelson
Techdex Development & Solutions
========================
Internet Marketing For Programmers | Free Market Research in 15 Minutes or Less
My Software: Hotscripts Softpedia software.techdex.net

Last edited by Boraan; 07-21-09 at 01:50 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Redirection back to a page from form submit DAL Perl 11 03-21-05 03:45 PM
help with GD.pm -- installing libgd for windowsXP vijay_cyrano Perl 1 11-27-04 10:06 AM
package install bartwyckmans Visual Basic 1 07-26-04 07:34 PM


All times are GMT -5. The time now is 08:00 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.