Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • edge
    Senior Member
    • Sep 2009
    • 199

    GD installation on ia64 linux

    I'm trying to install GD on my ia64 linux recently. Unfortunately, it seems like got a lot of error message when I installing it
    Does anyone has successfully installed the GD (use for Gbrowse installation) on a ia64 linux system, can you help me walk through the installation?
    Or give any useful link got mention the way to archive GD install successful?
    Thanks for any suggestion and advice.
  • dawe
    Senior Member
    • Apr 2009
    • 258

    #2
    Hi, I used to work on ia64, which distro are you using? I worked on gentoo linux and GD emerged without issues.
    Can you paste your error?

    Comment

    • edge
      Senior Member
      • Sep 2009
      • 199

      #3
      Hi dawe,

      I worked on Red Hat Enterprise Linux Server release 5.2. Actually my main purpose is install Gbrowse. For installing Gbrowse, I need to prerequisites quite a lot of other software as well. Now I stack when trying to install GD
      I facing the following error message:
      Code:
      type "perl Makefile.PL":
      
      Notice: Type perl Makefile.PL -h for command-line option summary.
      
      Configuring for libgd version 2.0.35.
      Checking for stray libgd header files...none found.
      
      Included Features:          GD_XPM GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GIF GD_GIFANIM GD_OPENPOLYGON GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE VERSION_33
      GD library used from:       /usr/local
      Unrecognized argument in LIBS ignored: '@LIBICONV@'
      Writing Makefile for GD
      Code:
      type "sudo make test":
      
      Test Summary Report
      -------------------
      t/GD      (Wstat: 512 Tests: 1 Failed: 1)
        Failed test:  1
        Non-zero exit status: 2
        Parse errors: Bad plan.  You planned 12 tests but ran 1.
      t/Polyline (Wstat: 512 Tests: 0 Failed: 0)
        Non-zero exit status: 2
        Parse errors: Bad plan.  You planned 1 tests but ran 0.
      Files=2, Tests=1,  0 wallclock secs ( 0.03 usr  0.00 sys +  0.08 cusr  0.01 csys =  0.12 CPU)
      Result: FAIL
      Failed 2/2 test programs. 1/1 subtests failed.
      make: *** [test_dynamic] Error 2
      Code:
      type "sudo html":
      
      pod2html --outfile=GD.html GD.pm
      /usr/local/bin/pod2html: GD.pm: unterminated list at =head in paragraph 124.  ignoring.
      /usr/local/bin/pod2html: GD.pm: unexpected =item directive in paragraph 128.  ignoring.
      /usr/local/bin/pod2html: GD.pm: cannot resolve L<fontconfig> in paragraph 383.
      Code:
      type "sudo make install"
      
      Manifying blib/man1/bdf2gdfont.pl.1
      Manifying blib/man3/GD::Polyline.3
      Manifying blib/man3/GD::Image.3
      Manifying blib/man3/GD::Simple.3
      Manifying blib/man3/GD.3
      Manifying blib/man3/GD::Polygon.3
      Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
      Writing /usr/local/lib/perl5/site_perl/5.8.8/ia64-linux/auto/GD/.packlist
      Appending installation info to /usr/local/lib/perl5/5.8.8/ia64-linux/perllocal.pod
      Thanks for any advice and suggestion.

      Comment

      • dawe
        Senior Member
        • Apr 2009
        • 258

        #4
        Have you installed all the dependencies? i.e. fontconfig, libpng, libgd, libjpeg. Also, have you tried to install GD with CPAN?

        Comment

        • edge
          Senior Member
          • Sep 2009
          • 199

          #5
          yup. I got install all the dependencies. Just not sure why will stuck when trying to install GD
          Do you mind to share your installation experience with me?
          thanks a lot first.

          Comment

          • dawe
            Senior Member
            • Apr 2009
            • 258

            #6
            Well, I used gentoo linux and everything was just a matter of

            Code:
            # emerge GD
            Nevertheless, I have a question about the command you posted above... After generating the makefile, have you issued "make" (before the test)? What is the output of "make" command

            Comment

            • edge
              Senior Member
              • Sep 2009
              • 199

              #7
              Hi, below is the content after I type "make"
              Code:
              /usr/local/bin/perl GD/Image.pm.PLS GD/Image.pm
              Extracting Image.pm (with variable substitutions)
              Skip blib/lib/GD/Polyline.pm (unchanged)
              Skip blib/lib/qd.pl (unchanged)
              Skip blib/lib/GD/Image.pm (unchanged)
              Skip blib/lib/GD.pm (unchanged)
              Skip blib/lib/GD/Simple.pm (unchanged)
              Skip blib/lib/GD/Polygon.pm (unchanged)
              Skip blib/lib/GD/Group.pm (unchanged)
              cc -c  -I/usr/local/include -Wformat=0 -O2   -DVERSION=\"2.44\" -DXS_VERSION=\"2.44\" -fpic "-I/usr/local/lib/perl5/5.8.8/ia64-linux/CORE"  -DHAVE_JPEG -DHAVE_FT -DHAVE_XPM -DHAVE_GIF -DHAVE_PNG -DHAVE_ANIMGIF -DVERSION_33 -DHAVE_UNCLOSEDPOLY -DHAVE_FONTCONFIG -DHAVE_FTCIRCLE GD.c
              GD.xs: In function ‘XS_GD__Image_STORABLE_thaw’:
              GD.xs:923: warning: cast from pointer to integer of different size
              Running Mkbootstrap for GD ()
              chmod 644 GD.bs
              rm -f blib/arch/auto/GD/GD.so
              LD_RUN_PATH="/usr/lib" cc  -shared -L/usr/local/lib GD.o  -o blib/arch/auto/GD/GD.so    \
                         -L/usr/lib -L/usr/local/lib -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm -lgd          \
              
              chmod 755 blib/arch/auto/GD/GD.so
              cp GD.bs blib/arch/auto/GD/GD.bs
              chmod 644 blib/arch/auto/GD/GD.bs
              /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" bdf_scripts/bdf2gdfont.PLS bdf_scripts/bdf2gdfont.pl
              Extracting bdf2gdfont.pl (with variable substitutions)
              cp bdf_scripts/bdf2gdfont.pl blib/script/bdf2gdfont.pl
              /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/bdf2gdfont.pl
              Manifying blib/man1/bdf2gdfont.pl.1
              Manifying blib/man3/GD::Polyline.3
              Manifying blib/man3/GD::Image.3
              Manifying blib/man3/GD::Simple.3
              Manifying blib/man3/GD.3
              Manifying blib/man3/GD::Polygon.3
              Thanks for your advice.

              Comment

              • edge
                Senior Member
                • Sep 2009
                • 199

                #8
                I got try the command that you used. It is not worked
                It just showed that "-bash: emerge: command not found"
                I believe that is because the linux system that we use are different.

                Comment

                • dawe
                  Senior Member
                  • Apr 2009
                  • 258

                  #9
                  Originally posted by edge View Post
                  I got try the command that you used. It is not worked
                  It just showed that "-bash: emerge: command not found"
                  I believe that is because the linux system that we use are different.
                  Of course not :-) "emerge" is shipped with gentoo only... BTW looking at your make output there's nothing strange...
                  Just a question, to be sure... did you issued

                  Code:
                  $ make
                  also before starting this thread? If not, can you try

                  Code:
                  $ make test && sudo make install
                  one more time? It appears to me that you were missing the GD.so object when you got you errors...

                  Comment

                  • edge
                    Senior Member
                    • Sep 2009
                    • 199

                    #10
                    yup. I just trying your suggestion. seems like still facing same problem
                    I agree with what you said. I also got realize that seems like the "GD.so" cause the error

                    Comment

                    • dawe
                      Senior Member
                      • Apr 2009
                      • 258

                      #11
                      And what about

                      Code:
                      $ sudo yum install gd
                      ?
                      since you are using redhat...

                      Comment

                      • edge
                        Senior Member
                        • Sep 2009
                        • 199

                        #12
                        thanks a lot for your suggestion. Actually I got try this before as well.
                        Unfortunately, I found out that my linux don't supported by redhat
                        Thus I unable to use the "yum" command
                        haiz...
                        it seems like quite troublesome install GD in linux
                        really thanks for all of your advice and suggestion, dawe.

                        Comment

                        • edge
                          Senior Member
                          • Sep 2009
                          • 199

                          #13
                          Hi dawe,
                          Thanks for your reply and advice today.
                          I gonna out for dinner now. Try again later
                          If you got find out any better solution, kindly told me anytime.
                          thanks a lot first ^^

                          Comment

                          Latest Articles

                          Collapse

                          • SEQadmin2
                            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                            by SEQadmin2


                            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                            ...
                            06-02-2026, 10:05 AM
                          • SEQadmin2
                            Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                            by SEQadmin2


                            With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                            Introduction

                            Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                            05-22-2026, 06:42 AM
                          • SEQadmin2
                            Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
                            by SEQadmin2

                            Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


                            Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
                            05-06-2026, 09:04 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by SEQadmin2, Yesterday, 08:59 AM
                          0 responses
                          13 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 06-02-2026, 12:03 PM
                          0 responses
                          22 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 06-02-2026, 11:40 AM
                          0 responses
                          19 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 05-28-2026, 11:40 AM
                          0 responses
                          32 views
                          0 reactions
                          Last Post SEQadmin2  
                          Working...