Toamos Error Tigr::Foundation
2
0
Entering edit mode
12.0 years ago
diltsjeri ▴ 470

Hi,

I'm trying to run toAmos, but I keep getting this error. "Can't locate TIGR/Foundation.pm in @INC (@INC contains: /home etc....)" Is anyone else having this issue or has had this problem? The module should have been downloaded with the tar, but when I do a locate command it is not there. I found it at this site, but don't know where or how to put it into my computer appropriately. http://www.koders.com/perl/fidF14956F61B98FD39DC5CBDA1CE9344E42297CF87.aspx?s=eval#L966

Any help would be appreciated! Thanks!

installation • 4.2k views
ADD COMMENT
2
Entering edit mode
12.0 years ago
Neilfws 49k

The module is included in the tarball:

tar zxvf amos-3.1.0.tar.gz
cd amos-3.1.0
find ./ -name "Foundation.*"

# ./src/PerlModules/Foundation.pm

You need to read and follow carefully instructions in the INSTALL file, also provided with the tarball. Basic installation:

./configure
make
sudo make install

This will create create TIGR/Foundation.pm somewhere under /usr/local/lib/perl on your system. You then need to ensure that this path is included in your Perl @INC variable.

ADD COMMENT
1
Entering edit mode

This has happened before to me when I moved AMOS to another directory. When you install it, it marks down exactly where its scripts and modules should be.

Solution: either reinstall it or put it back where it belongs!

ADD REPLY
0
Entering edit mode

I exported a $path for PERL5LIB and got it to work! Thanks for all the help

ADD REPLY

Login before adding your answer.

Traffic: 2283 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6