Current location: Hot Scripts Forums » Programming Languages » Perl » Installing LibGD ??


Installing LibGD ??

Reply
  #1 (permalink)  
Old 01-30-04, 02:57 AM
windsorlad windsorlad is offline
New Member
 
Join Date: Jan 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Installing LibGD ??

Was just wondering if anyone has managed to install the GD::graph module,as I have been trying to install it but whenever i do, it asks for libgd so i downloaded it and tried to install it, but was unable to. So was wondering if anyone had any success

Thanks
Reply With Quote
  #2 (permalink)  
Old 01-30-04, 10:09 PM
Chas Chas is offline
Coding Addict
 
Join Date: Oct 2003
Location: California
Posts: 359
Thanks: 0
Thanked 0 Times in 0 Posts
What OS are you trying to install it on? I installed it on Windows XP and Redhat 7.something and it went fine. What error(s) are you getting when you try to install?

~Charlie
Reply With Quote
  #3 (permalink)  
Old 02-02-04, 02:47 AM
windsorlad windsorlad is offline
New Member
 
Join Date: Jan 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Im trying to install it onto windows xp, but i dont know really where to start. Ive downloaded the package and then tried to follow the instructions adn it says to run the makemsvcimport.bat
which i do but it comes up with the following message

'lib' is not recognized as an internal or external command,
operable program or batch file.
Done. You can now link to the bgd.lib import library from MSVC.

Do i need to install somethnig else before i install gdwin32
any help would be greatly appreciated

thanks
Reply With Quote
  #4 (permalink)  
Old 02-02-04, 09:03 AM
Chas Chas is offline
Coding Addict
 
Join Date: Oct 2003
Location: California
Posts: 359
Thanks: 0
Thanked 0 Times in 0 Posts
Have you tried to install via PPM?

Code:
C:\>ppm install GD-Graph
That should install all the modules and DLLs for you.

~Charlie
Reply With Quote
  #5 (permalink)  
Old 08-31-06, 10:56 AM
Hermannjens Hermannjens is offline
Newbie Coder
 
Join Date: Aug 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
intalling libgd. (libgd not in ppm)

im having the excact same problem as the original poster,
but gd::graph does not exist in ppm.

How does one install this libgd?

Thanks,
Hermann
Reply With Quote
  #6 (permalink)  
Old 08-31-06, 06:36 PM
curbview.com's Avatar
curbview.com curbview.com is offline
Junior Code Guru
 
Join Date: May 2006
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Hermannjens
im having the excact same problem as the original poster,
but gd::graph does not exist in ppm.

How does one install this libgd?

Thanks,
Hermann
Are you using Active State? If so, locate your Perl folder. Locate your lib folder. Place the latest copy of the module there in the appropriate sub folder of gd. YOU'RE DONE...
Reply With Quote
  #7 (permalink)  
Old 09-02-06, 05:19 AM
davejwil davejwil is offline
New Member
 
Join Date: Sep 2006
Location: Sydney, Australia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Hello,

My 1st post here and I stumbled across this site for this particular reason.

I'm not a programmer by profession and am self-taught in PERL, so am lacking in many areas. I've previously looked into this and gave up but only recently thought I'd give it another go. I have obtained a new version of 'ActivePERL' and found it a nice program, successfully downloading and installing over 80 packages. It was quite straight forward using the PPM program.

However the GD package wasn't available through this channel. I was wondering if somebody could enlighten me on the significance of the 'FAILED' references to it in the following page:

http://ppm.activestate.com/BuildStatus/5.8-G.html

The 'FAILED' status also applies to the 5.6 version and appears to be the same situation 'Hermannjens' has recently posted. Under what circumstances would a PASS occur? Excuse my total ignorance but does this require somebody with more computing nous than me to compile it [version 2.35] and kindly make it available to others? My other attempts weren't profitable, along the lines of the other posts, and I attribute this to my patchy knowledge of what is required. The ActiveState PPM program has given me a bit of confidence, but the one package I was most interested in, has so far failed me.

Many thanks for allowing me to pose this question to you all.

Cheers,

Dave.
Reply With Quote
  #8 (permalink)  
Old 09-03-06, 09:28 PM
curbview.com's Avatar
curbview.com curbview.com is offline
Junior Code Guru
 
Join Date: May 2006
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
Try imagemagick instead of GD.
Reply With Quote
  #9 (permalink)  
Old 09-04-06, 02:30 AM
davejwil davejwil is offline
New Member
 
Join Date: Sep 2006
Location: Sydney, Australia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Many thanks 'curbview' but unfortunately I effectively have the same problem. I have a copy of the book 'Perl Graphics Programming' which I bought a while ago when my initial interest was there, and Image::Magick is an option since the book considers it as well. A glance at the book indicates that it was kindly written by John Cristy, and hunting it down it appears to go under the name 'PerlMagick' with the latest version being 6.24. But I have the same problems with it as I have with GD. It isn't available in PPM and the Build Status in ActiveState:

http://ppm.activestate.com/BuildStatus/5.8-P.html

like the GD option, also comes up with 'FAIL'.

Any other options? I'd like to start at the bottom with regards to difficulty and I suspect GD and Image::Magick are good places to start. I've downloaded the TAR file and unzipped. Tried running Makefile.PL and it came up with a lot of references to the 'usual' no library found etc which gets me and seemingly a few others, back where we started from.

There appears to be an assumption in the notes that I read about installing these packages, of more knowledge than I have. I reckon I only need to be able to do it once or twice and it would sink in, but I just struggle to get that far. Is there a 'dummies guide' step-by-step instruction somewhere?

Thanks,

Dave.
Reply With Quote
  #10 (permalink)  
Old 09-04-06, 04:27 AM
Hermannjens Hermannjens is offline
Newbie Coder
 
Join Date: Aug 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
'Are you using Active State? If so, locate your Perl folder. Locate your lib folder. Place the latest copy of the module there in the appropriate sub folder of gd. YOU'RE DONE...'

Im using activestate.
And whats the appropriate subfolder of GD for the gd::graph folder?
I dont even have a gd folder under c:/perl/lib/.
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
Installing mySQL on a WinXP Pro machine linseym PHP 4 01-17-04 06:28 AM
Help installing MYSQL amateurtalk PHP 4 01-01-04 07:04 AM
help installing perl amateurtalk Perl 1 12-29-03 08:46 AM
Installing PHP/mySQL for development on PC nevpugh68 PHP 19 08-17-03 04:00 PM
Newbie needs help installing CGI Script ljnelson The Lounge 2 07-30-03 01:47 PM


All times are GMT -5. The time now is 04:55 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.