Hi Tinita!!

Following are the sequence of installation I tried...

I have installed HTML-Template-Compiled-0.73 but while doing 'make install' it showed up "no DHTML installed"
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_HTML-Template-Compiled....ok t/02_version...................ok t/03_param.....................ok t/04_out_fh....................ok t/05_filter....................ok t/06_dyn_include...............ok t/07_formatter.................ok t/08_global_vars...............ok t/09_wrong.....................ok t/10_if_else...................ok t/11_dhtml.....................ok 1/2 skipped: no DHTML installed t/12_path......................ok t/13_loop......................ok t/14_scalarref.................ok t/15_comment...................ok t/16_switch....................ok t/17_escape....................ok t/18_objects...................ok t/19_query.....................ok t/20_precompile................ok t/21_while.....................ok t/22_pod.......................skipped all skipped: Test::Pod 1.00 required for testing POD t/23_tagstyles.................ok t/24_pod_cover.................skipped all skipped: Test::Pod::Coverage required for testing pod cove +rage All tests successful, 2 tests and 1 subtest skipped. Files=24, Tests=96, 17 wallclock secs ( 5.15 cusr + 0.96 csys = 6.11 + CPU)
and then for make install
[root@calvin HTML-Template-Compiled-0.73]# make install Writing /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/HT +ML/Template/Compiled/.packlist Appending installation info to /usr/lib/perl5/5.8.5/i386-linux-thread- +multi/perllocal.pod

So after this I tried installing HTML-Template-Compiled-Plugin-InlineImage-0.02

#perl Makefile.PL Writing Makefile for HTML::Template::Compiled::Plugin::InlineImage

root@calvin HTML-Template-Compiled-Plugin-InlineImage-0.02# make Manifying blib/man3/HTML::Template::Compiled::Plugin::InlineImage.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build Can't locate Module/Build.pm in @INC (@INC contains: blib/arch blib/lib /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at Build.PL line 3. BEGIN failed--compilation aborted at Build.PL line 3. make: *** Build Error 2


In reply to Re^5: CGI-Perl:: Location for saving the GD output by cool
in thread CGI-Perl:: Location for saving the GD output by cool

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.