apt install libplplot-dev, but I experience the problem reported in issue 6

Yep, sudo apt-get install libplplot-dev worked fine. Thanks !

I don't experience the problem reported in issue 6, perhaps because I'm trying to install version 0.74. The PLplot.so loads without any problem - but there are some test failures (including a segfault):
Test Summary Report ------------------- t/plplot.t (Wstat: 139 Tests: 15 Failed: 0) Non-zero wait status: 139 Parse errors: No plan found in TAP output t/plplot_library_tests.t (Wstat: 1024 Tests: 210 Failed: 4) Failed tests: 69, 71, 124-125 Non-zero exit status: 4 Files=3, Tests=225, 42 wallclock secs ( 0.08 usr 0.01 sys + 18.27 cus +r 2.41 csys = 20.77 CPU) Result: FAIL
As regards t/plplot.t:
$ perl -Mblib t/plplot.t ok 1 - An object of class 'PDL::Graphics::PLplot' isa 'PDL::Graphics:: +PLplot' ok 2 - Simple line plot ok 3 - Simple line plot with LINEWIDTH specified ok 4 - Symbol plot ok 5 - Lines and symbols ok 6 - Sample layer statistics plot ok 7 - Setting pagesize ok 8 - Line plot with gaps (plgapline) ok 9 - Setting JUSTify = 1 ok 10 - Printing text inside and outside of plot window ok 11 - Colored symbol plot with key ok 12 - Colored symbol plot with key: reverse rainbow ok 13 - Colored symbol plot with key, via low level interface ok 14 - plgvpd call works correctly ok 15 - plgvpw call works correctly Segmentation fault (core dumped)
Not sure how many tests t/plplot.t wants to run (no_plan), but ok() gets called more than 15 times.
At least the module is installable .... and usable, unless you want to utilize any of the features that are failing/segfaulting.

Cheers,
Rob

In reply to Re^5: PDL::Graphics::PLplot fails on install by syphilis
in thread PDL::Graphics::PLplot fails on install by newperldeveloper

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.