Re: Problems with version 5.8.0 on OS/2
From: Bart Lateur (bart.lateur_at_pandora.be)
Date: 02/14/04
- Next message: thumb_42_at_yahoo.com: "Re: Perl usage these days?"
- Previous message: Gunnar Hjalmarsson: "Re: Symbolic Reference Problem"
- In reply to: David Smith: "Problems with version 5.8.0 on OS/2"
- Next in thread: Ilya Zakharevich: "Re: Problems with version 5.8.0 on OS/2"
- Reply: Ilya Zakharevich: "Re: Problems with version 5.8.0 on OS/2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 14 Feb 2004 10:00:15 GMT
David Smith wrote:
>Is anyone out there running this version of Perl on OS/2? I am trying to
>install it (obtained from Hobbes), and am encountering some problems.
>
>I have the following files
>
>perl-5.8.0-bin-aout.zip
>perl-5.8.0-bin.zip
>perl-5.8.0-core.zip
>perl-5.8.0-doc.zip
>
>and am unable to execute programs. I believe my problem is with a
>thing called @INC. According to @INC, this version of Perl was built
>with a target drive of L:. I want to change this to D:. If I
>understand correctly, the PERLLIB_PREFIX statement placed (as one
>option) in the config.sys (which I have done) should override the
>prebuilt target drive with one of my choosing.
That's not what I read. From the README:
Set the Perl environment variables, the most important of which
is PERL_LIBPATH. Its format is build/path; install\path. For
example:
set PERL_LIBBATH = L:/Perl/lib; X:\Perl\lib;
where X is the drive on which you install Perl. This can be done
either in config.sys or at a command prompt.
So: you seem to be setting the wrong environment variable for this
effect.
-- Bart.
- Next message: thumb_42_at_yahoo.com: "Re: Perl usage these days?"
- Previous message: Gunnar Hjalmarsson: "Re: Symbolic Reference Problem"
- In reply to: David Smith: "Problems with version 5.8.0 on OS/2"
- Next in thread: Ilya Zakharevich: "Re: Problems with version 5.8.0 on OS/2"
- Reply: Ilya Zakharevich: "Re: Problems with version 5.8.0 on OS/2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|