<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Perl Graph in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3882001#M280107</link>
    <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;  Iam Getting the following error while installing.&lt;BR /&gt;&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;NOTICE: This module requires libgd 2.0.28 or higher.&lt;BR /&gt;&lt;BR /&gt;        If you are using Math::Trig 1.01 or lower, it has a bug that&lt;BR /&gt;        causes a "prerequisite not found" warning to be issued.  You may&lt;BR /&gt;        safely ignore this warning.&lt;BR /&gt;&lt;BR /&gt;        Type perl Makefile.PL -h for command-line option summary&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where is libgd installed? [/usr/lib] /tmp&lt;BR /&gt;&lt;BR /&gt;Please choose the features that match how libgd was built:&lt;BR /&gt;Build JPEG support? [y] y&lt;BR /&gt;Build PNG support? [y] y&lt;BR /&gt;Build FreeType support? [y] y&lt;BR /&gt;Build GIF support? [y] y&lt;BR /&gt;Build support for animated GIFs? [y] y&lt;BR /&gt;Build XPM support? [y] y&lt;BR /&gt;&lt;BR /&gt;If you experience compile problems, please check the @INC, @LIBPATH and @LIBS&lt;BR /&gt;arrays defined in Makefile.PL and manually adjust, if necessary.&lt;BR /&gt;&lt;BR /&gt;Checking if your kit is complete...&lt;BR /&gt;Looks good&lt;BR /&gt;Note (probably harmless): No library found for -lgd&lt;BR /&gt;Note (probably harmless): No library found for -lfreetype&lt;BR /&gt;Note (probably harmless): No library found for -ljpeg&lt;BR /&gt;Note (probably harmless): No library found for -lpng&lt;BR /&gt;Note (probably harmless): No library found for -lz&lt;BR /&gt;Note (probably harmless): No library found for -lXpm&lt;BR /&gt;Writing Makefile for GD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could anyone help me in resolving the issue.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Arun&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Oct 2006 18:33:13 GMT</pubDate>
    <dc:creator>Arun Kesavan</dc:creator>
    <dc:date>2006-10-18T18:33:13Z</dc:date>
    <item>
      <title>Perl Graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3881997#M280103</link>
      <description>&lt;!--!*#--&gt;Hi ,&lt;BR /&gt;&lt;BR /&gt;   Anyone tell me how to install Perl Graph Module in HP-UX 11.11 machine..Basic Perl Programming is already installed in the system.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Arun</description>
      <pubDate>Tue, 17 Oct 2006 18:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3881997#M280103</guid>
      <dc:creator>Arun Kesavan</dc:creator>
      <dc:date>2006-10-17T18:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3881998#M280104</link>
      <description>Hi Arun:&lt;BR /&gt;&lt;BR /&gt;Its not clear what particular module you want to install.  However, the steps are standard for Perl modules:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cpan.org/modules/INSTALL.html" target="_blank"&gt;http://www.cpan.org/modules/INSTALL.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Be sure to read the README and INSTALL files that come with your module, too.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 17 Oct 2006 18:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3881998#M280104</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-10-17T18:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3881999#M280105</link>
      <description>As JRF said. Read that link, but basically, the sequence is&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# wget &lt;A href="http://search.cpan.org/CPAN/authors/id/J/JH/JHI/Graph-0.80.tar.gz" target="_blank"&gt;http://search.cpan.org/CPAN/authors/id/J/JH/JHI/Graph-0.80.tar.gz&lt;/A&gt;&lt;BR /&gt;# gzip -d &lt;GRAPH-0.80.TAR.GZ&gt;&lt;/GRAPH-0.80.TAR.GZ&gt;# cd Graph-0.80&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;# make test&lt;BR /&gt;# make install UNINST=1&lt;BR /&gt;&lt;BR /&gt;GO!&lt;BR /&gt;&lt;BR /&gt;Or, the easier way&lt;BR /&gt;&lt;BR /&gt;# perl -MCPAN -e'install Graph'&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 18 Oct 2006 01:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3881999#M280105</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-10-18T01:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3882000#M280106</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;  Thanks for the reply ... i am new to PERL , is there any difference between Perl GD and Perl GD Graph module .. i tried installing as you specified but its giving error while debugging a program.&lt;BR /&gt;&lt;BR /&gt;# perl -d graph.pl&lt;BR /&gt;&lt;BR /&gt;Loading DB routines from perl5db.pl version 1.23&lt;BR /&gt;Editor support available.&lt;BR /&gt;&lt;BR /&gt;Enter h or `h h' for help, or `man perldebug' for more help.&lt;BR /&gt;&lt;BR /&gt;Can't locate GD/Graph/bars.pm in @INC (@INC contains: /opt/perl/lib/5.8.3/IA64.ARCHREV_0-thread-multi /opt/perl/lib/5.8.3 /opt/perl/lib/site_perl/5.8.3/IA64.ARCHREV_0-thread-multi /opt/perl/lib/site_perl/5.8.3 /opt/perl/lib/site_perl .) at gr&lt;BR /&gt;&lt;BR /&gt;also if possible could someone tell me how to install this Perl , Perl GD and Perl Graph Module from the scratch.. also the reqd library files..&lt;BR /&gt;&lt;BR /&gt;Thanks for any information being provided..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Arun</description>
      <pubDate>Wed, 18 Oct 2006 15:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3882000#M280106</guid>
      <dc:creator>Arun Kesavan</dc:creator>
      <dc:date>2006-10-18T15:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3882001#M280107</link>
      <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;  Iam Getting the following error while installing.&lt;BR /&gt;&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;NOTICE: This module requires libgd 2.0.28 or higher.&lt;BR /&gt;&lt;BR /&gt;        If you are using Math::Trig 1.01 or lower, it has a bug that&lt;BR /&gt;        causes a "prerequisite not found" warning to be issued.  You may&lt;BR /&gt;        safely ignore this warning.&lt;BR /&gt;&lt;BR /&gt;        Type perl Makefile.PL -h for command-line option summary&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Where is libgd installed? [/usr/lib] /tmp&lt;BR /&gt;&lt;BR /&gt;Please choose the features that match how libgd was built:&lt;BR /&gt;Build JPEG support? [y] y&lt;BR /&gt;Build PNG support? [y] y&lt;BR /&gt;Build FreeType support? [y] y&lt;BR /&gt;Build GIF support? [y] y&lt;BR /&gt;Build support for animated GIFs? [y] y&lt;BR /&gt;Build XPM support? [y] y&lt;BR /&gt;&lt;BR /&gt;If you experience compile problems, please check the @INC, @LIBPATH and @LIBS&lt;BR /&gt;arrays defined in Makefile.PL and manually adjust, if necessary.&lt;BR /&gt;&lt;BR /&gt;Checking if your kit is complete...&lt;BR /&gt;Looks good&lt;BR /&gt;Note (probably harmless): No library found for -lgd&lt;BR /&gt;Note (probably harmless): No library found for -lfreetype&lt;BR /&gt;Note (probably harmless): No library found for -ljpeg&lt;BR /&gt;Note (probably harmless): No library found for -lpng&lt;BR /&gt;Note (probably harmless): No library found for -lz&lt;BR /&gt;Note (probably harmless): No library found for -lXpm&lt;BR /&gt;Writing Makefile for GD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could anyone help me in resolving the issue.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Arun&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2006 18:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3882001#M280107</guid>
      <dc:creator>Arun Kesavan</dc:creator>
      <dc:date>2006-10-18T18:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Graph</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3882002#M280108</link>
      <description>Ah, ok. If you refer to GD as Graph, say so in the first place. It is something completely different, adn - as your last message shows - depends on a whole lot of other things that are to be installed before GD can be built.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~lds/GD-2.35/" target="_blank"&gt;http://search.cpan.org/~lds/GD-2.35/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You have to resolve each and every dependancy before moving on. Either build them from scratch or get the depots&lt;BR /&gt;&lt;BR /&gt;-lgd&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/gd-2.0.33/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/gd-2.0.33/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.boutell.com/gd/" target="_blank"&gt;http://www.boutell.com/gd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-lfreetype&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/freetype-2.2.1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/freetype-2.2.1/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://freetype.sourceforge.net/index2.html" target="_blank"&gt;http://freetype.sourceforge.net/index2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-ljpeg&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/X11/Graphics/jpeg-6b/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/X11/Graphics/jpeg-6b/&lt;/A&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.uu.net/graphics/jpeg/" target="_blank"&gt;ftp://ftp.uu.net/graphics/jpeg/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-lpng&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/X11/Graphics/libpng-1.2.12/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/X11/Graphics/libpng-1.2.12/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.libpng.org/pub/png/libpng.html" target="_blank"&gt;http://www.libpng.org/pub/png/libpng.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-lxpm&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/X11/Graphics/xpm-3.4k/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/X11/Graphics/xpm-3.4k/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.inria.fr/koala/lehors/xpm.html" target="_blank"&gt;http://www.inria.fr/koala/lehors/xpm.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-lz&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Misc/zlib-1.2.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Misc/zlib-1.2.3/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.zlib.net/" target="_blank"&gt;http://www.zlib.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And of course, if you use above depots, you will also need the dreaded iconv and gettext&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 19 Oct 2006 01:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-graph/m-p/3882002#M280108</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-10-19T01:17:53Z</dc:date>
    </item>
  </channel>
</rss>

