Skip to content

Compiling on AIX

2 messages · Hubert Gerhardinger, Brian Ripley

#
Hi,

Compiling R on an IBM-RS6000 AIX 4.3.2 I get the error message:

Can't locate File/Basename.pm in @INC ...
(Perl concerned)

Perl(5) is installed in /mnt/usr/local/lib/Perl5/5.00502

does someone know how to deal with that problem?


Hubert Gerhadinger Univ. of Berne, CH

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Thu, 14 Jun 2001, Hubert Gerhardinger wrote:

            
It's probably a Perl installation problem.  The rest of that message will
tell you what @INC is, and check that File/Basename.pm is there,
in something like

/mnt/usr/local/lib/Perl5/5.00502/File

and that /usr/local/lib/Perl5/5.00502 is in @INC

It is probably worth upgrading to Perl 5.6.1.