|
|
sybperl-l Archive
Up Prev Next
From: mpeppler at itf dot ch (Michael Peppler)
Subject: Re: Installing Sybperl.
Date: Jan 11 1996 8:51AM
From: Westnes Erik
> When I try 'make' - I get this message:
> ---------------------
> leonardo# make
> cd CTlib ; make config INST_LIB=/usr/local/www/sybperl-2.01/blib
> INST_ARCHLIB=/u
> sr/local/www/sybperl-2.01/blib \
> INST_EXE=./blib LINKTYPE=dynamic LIBPERL_A=libperl.a
[... etc...]
My guess is that you have a pretty old version of Perl.
Run 'perl -v'. YOu should get this:
---
This is perl, version 5.001
Unofficial patchlevel 1m.
Copyright 1987-1994, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit.
---
If the Patchlevel is lower than 1m then please get this version from
the Perl archives (the CPAN archives have the perl sources as well).
Michael
|