Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

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

  • #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


    • #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


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

        Comment


        • #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


          • #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


            • #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


              • #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


                • #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


                  • #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


                    • #11
                      And what about

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

                      Comment


                      • #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


                        • #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

                          • seqadmin
                            Strategies for Sequencing Challenging Samples
                            by seqadmin


                            Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
                            03-22-2024, 06:39 AM
                          • seqadmin
                            Techniques and Challenges in Conservation Genomics
                            by seqadmin



                            The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

                            Avian Conservation
                            Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
                            03-08-2024, 10:41 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by seqadmin, Yesterday, 06:37 PM
                          0 responses
                          11 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, Yesterday, 06:07 PM
                          0 responses
                          10 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 03-22-2024, 10:03 AM
                          0 responses
                          51 views
                          0 likes
                          Last Post seqadmin  
                          Started by seqadmin, 03-21-2024, 07:32 AM
                          0 responses
                          68 views
                          0 likes
                          Last Post seqadmin  
                          Working...
                          X