[Graph-dev] Making Chart-Graph-Gnuplot on my Solaris 2.5 box

David Moore dmoore at caida.org
Mon Jun 30 18:16:09 PDT 2003


On Mon, Jun 30, 2003 at 02:06:23PM -0400, Erenrich, Jordan [FI] wrote:
> The chart graph software for Perl looks great! Unfortunately, I cannot get
> it to make properly. I am using SunOS 2.5 and Perl 5.6, and receive the
> following errors. Any suggestions? Thanks very much in advance:

Your gnuplot binary doesn't run.  You may need to talk with your
sysadmins or otherwise figure out why it fails.  It might just
be needing correct LD_LIBRARY_PATH environment variable setting
(perhaps with /usr/local/lib).  You should be able to run
gnuplot from the command line to test this.

> 
> firws127:/home/je05578/Chart-Graph-2$ make test           
> PERL_DL_NONLAZY=1 /opt/mr/perl/bin/perl -Iblib/arch -Iblib/lib
> -I/opt/mr/perl/lib/5.6.1/sun4-solaris -I/opt/mr/perl/lib/5.6.1 -e 'use
> Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/gnuplot...........ld.so.1: /usr/local/bin/gnuplot: fatal: relocation
> error: file /usr/local/bin/gnuplot: symbol snprintf: referenced symbol not
> found
> exit value = 0
> signal number = 9
> dumped core = 0
>  at blib/lib/Chart/Graph/Gnuplot.pm line 718
> ld.so.1: /usr/local/bin/gnuplot: fatal: relocation error: file
> /usr/local/bin/gnuplot: symbol snprintf: referenced symbol not found
> exit value = 0
> signal number = 9
> dumped core = 0
>  at blib/lib/Chart/Graph/Gnuplot.pm line 718
> ld.so.1: /usr/local/bin/gnuplot: fatal: relocation error: file
> /usr/local/bin/gnuplot: symbol snprintf: referenced symbol not found
> exit value = 0
> signal number = 9
> dumped core = 0
>  at blib/lib/Chart/Graph/Gnuplot.pm line 718
> ld.so.1: /usr/local/bin/gnuplot: fatal: relocation error: file
> /usr/local/bin/gnuplot: symbol snprintf: referenced symbol not found
> exit value = 0
> signal number = 9
> dumped core = 0
>  at blib/lib/Chart/Graph/Gnuplot.pm line 718
> t/gnuplot...........FAILED tests 1-4
> 
>         Failed 4/4 tests, 0.00% okay
> t/xmgrace...........ok, 3/3 skipped: Not available on this platform
> 
> t/xrt2d.............ok, 2/2 skipped: Not available on this platform
> 
> t/xrt3d.............ok, 4/4 skipped: Not available on this platform
> 
> Failed Test Status Wstat Total Fail  Failed  List of Failed
> ----------------------------------------------------------------------------
> ----
> t/gnuplot.t                    4    4 100.00%  1-4
> 9 subtests skipped.
> Failed 1/4 test scripts, 75.00% okay. 4/13 subtests failed, 69.23% okay.
> *** Error code 29
> make: Fatal error: Command failed for target `test_dynamic'
> firws127:/home/je05578/Chart-Graph-2$ 
> _______________________________________________
> Graph-dev mailing list
> Graph-dev at caida.org
> http://login.caida.org/mailman/listinfo/graph-dev


More information about the Graph-dev mailing list