[Thread Prev][Thread Next][Thread Index]
Re: Thanks and another question
- To: pilotmgr@xxxxxxxxxxxxxxxxxxxxx, mike.flanery@central
- Subject: Re: Thanks and another question
- From: Dan Mick <dan.mick@West>
- Date: Thu, 20 Nov 1997 22:35:59 -0800 (PST)
- Reply-to: Dan Mick <dan.mick@West>
- Sender: owner-pilotmgr
Perl5 can't find its own modules. The reference to Config::Config{$archname}
is trying to call a method in Config.pm. This means Perl 5 isn't properly
installed and/or you don't have PERLLIB set right in your environment.
Review how you've installed Perl 5, particularly with respect to its
builtin library modules, and I'll bet you find the error.
} Date: Thu, 20 Nov 1997 10:33:46 -0800
} From: Alan.Harder@Corp (Alan Harder)
} To: pilotmgr@xxxxxxxxxxxxxxxxxxxxx
} Subject: Thanks and another question
}
}
} Message from "mike.flanery" (mike.flanery@Central)
}
} ----- Original message follows -----
} Date: Thu, 20 Nov 1997 07:14:45 -0600 (CST)
} From: "mike.flanery" <mike.flanery@Central>
} Reply-To: "mike.flanery" <mike.flanery@Central>
} Subject: Thanks and another question
} To: pilotmgr@xxxxxxxxxxxxxxxxxxx
} Message-ID: <Roam.SIMC.2.0.6.880031685.5528.flanery@neptune2>
}
} First-- thanks to all who pointed me to the Solaris x86 PilotManager code
} AND the Perl binaries.
}
} Now, my next question, which is probably more a Perl question. I'm trying
} to run PilotManager for the first time, and it fails while trying to config
} itself for my system.
}
} I've installed both perl and pilotmanager in opt:
}
} lafong% pwd
} /opt
} lafong% ls
} SUNWits local
} SUNWweb lost+found
} perl5.003 pilotmgr,v1.100
}
}
}
} When I run PilotManager, I get this error:
}
} Locating Perl 5...
} Perl 5 found [at /opt/perl5.003/bin/perl5]
} Please wait...
} Can't locate Config.pm in @INC at /tmp/pmgr-setup.pl line 2.
} BEGIN failed--compilation aborted at /tmp/pmgr-setup.pl line 2.
}
}
} Line 2 of /tmp/pmgr-setup.pl is:
} unshift(@INC, "/opt/pilotmgr,v1.100/lib/perl5/$Config::Config{archname}/$]");
}
} It's trying to find Config.pm, which is in:
}
} /opt/perl5.003/lib/i86pc-solaris/5.003/Config.pm
}
} I'm sure this is a simple question, but I can't seem to figure it out.
}
} Any help would be appreciated.
}
} Thanks,
}
} Mike
}
} ----- End Included Message -----
} ---------------------------------------------------------------------
} ********************************************
} * PLEASE DO NOT POST PILOTMANAGER BUGS *
} * TO THIS ALIAS. SUBMIT BUG REPORTS VIA *
} * THE FEEDBACK MENU IN PILOTMANAGER *
} * -------------------- *
} * This is a public mailing list! *
} * Please do not publish Sun proprietary *
} * information here! *
} ********************************************
---------------------------------------------------------------------
********************************************
* PLEASE DO NOT POST PILOTMANAGER BUGS *
* TO THIS ALIAS. SUBMIT BUG REPORTS VIA *
* THE FEEDBACK MENU IN PILOTMANAGER *
* -------------------- *
* This is a public mailing list! *
* Please do not publish Sun proprietary *
* information here! *
********************************************
|
|