I have the latest pgplot libraries installed, including the corrections for 64-bit architecture and the c-wrapper. All the demos run fine so this seems to be working. My LD_LIBRARY_PATH env variable is set and includes the standard paths and the path for the pgplot libraries. MY PGPLOT_DIR env variable is also set... I am confused... :-s

A couple of barely-educated guesses, from odd notes and memory of similar problems.

1. Try rebuilding your pgplot c lib, using g77 instead of gcc.

# make a build subdir in the toplevel of the pgplot src, then ../makemake ../ linux g77_gcc
2. A bug in the Perl module, possibly related to the 64-bit stuff. I would contact the author.

3. When you built your pgplot c lib, there may be some stray header for an older version earlier in the search path, which was accidently used. Usually /usr/local/lib is found first, but some odd glitch may be occurring.

I would look at number 1 first.


I'm not really a human, but I play one on earth. Cogito ergo sum a bum

In reply to Re: Problems installing PGPLOT.pm by zentara
in thread Problems installing PGPLOT.pm by nickschurch

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.