This file lists commonly encountered problems when running EditAB:

Table of contents:
-----------------
1.) Can't locate Tk.pm at @INC


Problems/Solutions:
------------------

1.) Can't locate Tk.pm at @INC

Description:
-----------
I followed the instructions in the README file. Unfortunately, I still seem
to be having a problem with getting EditAB to run. Here is the error message:

dino:/home/fredn/palmIII/editAB 60 % ./EditAB.pl
Can't locate Tk.pm in @INC at
/home/fredn/palmIII/pilotmgr/lib/perl5/TkUtils.pm  line 26.
BEGIN failed--compilation aborted at
/home/fredn/palmIII/pilotmgr/lib/perl5/TkUt ils.pm line 26.
BEGIN failed--compilation aborted at TkAB.pm line 74.
BEGIN failed--compilation aborted at ./EditAB.pl line 68.

Reason/Solution:
---------------
Perl coul not find it's Tk-module. If you were running PilotManager before
with the graphical user interface (GUI), then you're probably using the
Perl/Tk-module comming with PilotManager. This module is not installed
globally so Perl has to know where to look for it. So add a line like this
to TkAB.pm

use lib "/tmp-mnt/home/bodo/pilot/pilotmgr/lib/Tk";


right above the line that looks loke this

use lib "/tmp-mnt/home/bodo/pilot/pilotmgr/lib/perl5";

You will most likely already seen this line if you followed the instructions
in the README.



Bodo Bellut, February 1999
