I'd like to thank everyone who helped me with Chart::Clicker. I thought that I should follow up here with another post to summarize things (for the benefit of others).

I had two problems. First, there is a problem with the Chart::Clicker installation on my Linux server. Chart::Clicker has nearly 100 dependencies. I have a very reputable external host in Chicago, and I used the automated installation tools included with my site's CPanel to install my Perl modules. When that failed, I resorted to manual installation (make, make test, make install). We think all of the dependencies are now installed correctly. I should mention that this is a Linux machine running Perl 5.8.8. According to CPAN, Chart::Clicker should run fine on this platform.

However, when I use Chart::Clicker to render a chart on this system, it only works if I *hide* the range axis. The moment I make the range axis visible, I get a blank chart with a single horizontal line (representing the domain axis).

I performed a second installation on my local machine (Mac OSX - 10.6.4 running Perl 5.8.9). I installed Chart::Clicker and it's dependencies using CPAN, CPANP and manually (where CPAN & CPANP failed). It wasn't easy, but I managed to get all of the modules installed. Everything is working great on my Mac.

So at this point in time, I know Chart::Clicker works, but I still don't have it up and running where I need it.

My host is working on the problem with me today, and I have an email in to Chart::Clicker's developer, Cory Watson. I'm hopeful that we will find the problem for two reasons: (1) I've invested significant time in Chart::Clicker so I'd really like to see a return on that investment & (2) it is cool software!

I'll post back with the final results ...

Thanks again Monks! Very helpful as usual!


In reply to Re^8: Chart::Clicker Question by Perobl
in thread Chart::Clicker Question by Perobl

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.