boby has asked for the wisdom of the Perl Monks concerning the following question:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: installing perl GD module
by runrig (Abbot) on Jun 15, 2007 at 17:59 UTC | |
Here's something possibly helpful planetscape posted in the CB: Installing Modules. | [reply] |
|
Re: installing perl GD module
by planetscape (Chancellor) on Jun 16, 2007 at 12:33 UTC | |
While I'm afraid I simply don't recall details such as the system on which you are trying to install GD::whatever (I stopped reading your CB sends once it became obvious you were not listening to the advice you were being given by bart, runrig, and others), I will nevertheless try to recap that advice, in the hopes that you are listening now. HTH, planetscape | [reply] [d/l] [select] |
by Anonymous Monk on Dec 01, 2015 at 03:47 UTC | |
Then i checked the build.log and found that libgd 2.0.28 or higher was needed. Thus, i installed the libgd. Following the README.TXT: Once again, i got another problem.
Then, i tried to used sources fetched from git and ran bootstrap.sh. The error message was "Can't find naturaldocs; not generating user manual." I was really confused about what to do now. I really appreciate it if you could spare some time and help me out. Best regards. | [reply] [d/l] [select] |
by pandafish (Initiate) on Dec 01, 2015 at 04:00 UTC | |
Making install in src make1: Entering directory `/home/clad/zzx/software/libgd-2.1.1/src' make2: Entering directory `/home/clad/zzx/software/libgd-2.1.1/src' /usr/bin/mkdir -p '/usr/local/lib' /usr/bin/mkdir: cannot create directory ‘/usr/local/lib’: File exists make2: *** install-libLTLIBRARIES Error 1 make2: Leaving directory `/home/clad/zzx/software/libgd-2.1.1/src' make1: *** install-am Error 2< make1: Leaving directory `/home/clad/zzx/software/libgd-2.1.1/src' make: *** install-recursive Error 1 Then, i tried to used sources fetched from git and ran bootstrap.sh. The error message was "Can't find naturaldocs; not generating user manual." I was really confused about what to do now. I really appreciate it if you could spare some time and help me out. I was really confused about what to do now. I really appreciate it if you could spare some time and help me out. | [reply] |
|
Re: installing perl GD module
by syphilis (Archbishop) on Jun 16, 2007 at 13:35 UTC | |
One of the nice things about being able to edit one's posts is that one can fix errors (eg typos, formatting) - but if you're going to move the goalposts by more than a kilometre or two, it's generally considered good etiquette to acknowledge that you have done so :-) I don't have an answer to your question as it now stands - but it at least looks sane. The following code produces the same error as you reported: But the following code runs fine: On the surface, it looks like it may be a bug in GDGraph, but it seems that no such bug has been reported ... perhaps it's something else. Answers to the following questions may help: 1) What version of perl do you have ? 2) What version of GD (the perl module) do you have ? 3) What version of the GDGraph module do you have ? 4) What version of gd (the C library) do you have ? Cheers, Rob | [reply] [d/l] [select] |