[freeside] Error when trying to access the .cgi's

ivan ivan at 420.am
Sun Mar 24 18:11:23 PST 2002


Let me suggest something more productive than repetetive reinstalls:

You can determine perl's @INC variable by issuing the `perl -V' command.
You can do the same from within mod_perl by just doing
"warn join(',', at INC);" in some mod_perl code.

Now, check all the directories listed for an old FS/CGI.pm (yes, one level
down).  If you find one (or more) that aren't what came with pre11, delete
the whole old FS/ directory or directories.  You've fixed your problem.

If you don't find any old FS/CGI.pm, then you should run some simple tests
to see if your Exporter is working at all.  `man Exporter' and try
using it in some simple code to dupliate the problem, and so on.

On Sun, Mar 24, 2002 at 05:48:28PM -0800, Alan Murrell wrote:
> > The one that comes with the pre11 tarball is the pre11 version, of course.
> 
> <slaps self on forehead> Of course :-)
> 
> > make matters worse, someimes vendors will ship a mod_perl with an @INC
> > include path different than the system perl @INC, or people will compile
> > their own mod_perl and point the @INC include path at a completely
> > separate set of directories than the system perl @INC...  but, as I said,
> > if you've never used an earlier revision, than don't waste your time
> > worrying about that.
> 
> Well, the Perl that Mandrake 8.2 installs with is 5.6.1.  mod_perl is for
> Apache 1.3.23.  As I mentioend, all of it is that which is installed from
> the Mandrake 8.2 CD's, though without being able to look at the SPEC files
> at the moment, I can't say for sure if @INC is pointed elsewhere.  I could
> try an absolute minimal install, and install Apache from source (using
> Apache Toolbox, to get mod_perl, and allthe other Apache modules I'll need)
> installed.  I can then install the other Perl modules Freeside needs.  Once
> I do that, I can then determine if the problem is something funky that
> Mandrake does (they *do* do some funky things every once in a while).
> 
> I have a day off tomorrow, so I'll give that a try.  I'm always
> re-installing stuff, so it's no big deal :-)  I'll report back my results,
> one way or the other.
> 
> Alan Murrell swasak at hotmail.com

-- 
_ivan



More information about the freeside-users mailing list