Ok, please bare with me as I'm trying to setup a testing environment because I'm tired of having to upload files every few seconds to test them on my webspace.
Not only is it stupid and time consuming, but it's also a hazard for the site...

Anyway, I installed Apache, MySQL, phpMySQL, and Perl using PHPTriad.
I then updated the phpMySQL to the most recent version (no problems there) and then installed the most recent version of ActivePerl on my comp. The shebang in my scripts uses the ActivePerl installation that I did, not the one that was installed with Apache. Regardless, scripts that don't require special packages work fine.

I installed HTML::Template without any problems (after getting an error telling me it wasn't installed), and scripts that require it are working wonderfully.

I'm running into a problem with CGI::Session however. I installed it, but got errors. I'm trying to re-install it, but PPM just tells me that it's already installed.

Here's a sample bunch of errors I'm getting from one of my scripts...

Can't locate auto/CGI/Session/autosplit.ix in @INC (@INC contains: c:/Perl/lib c:/Perl/site/lib) at c:/Perl/lib/AutoLoader.pm line 158. at c:/Perl/lib/CGI/Session.pm line 9 syntax error at /apache/cgi-bin/leftmenu.cgi line 12, near "use DBI" Execution of /apache/cgi-bin/leftmenu.cgi aborted due to compilation errors

I've tried uninstalling the module using PPM, then re-installing it.

When I type:
ppm install CGI::Session

after uninstalling it, it installs CGI-Session-Remote Is this the same thing? Am I mis-typing something?

Last hurdle before I can start developing. Spent 2-3 hours tonight trying to figure this out, but I've beat.

If anyone could offer me some advice on how to fix this mess, it would be much appreciated.


Steny

2003-05-01 edit ybiC: retitle s/(plz help)//;


In reply to CGI::Session - Installation Problem by Steny

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.