The first thing to do is upgrade your perl, at least the 5.003 it's rather
old and there are security issues that have been fixed in later versions.
In later versions at least, the binaries created for modules go in the
site/<version> tree so you should install libwww once for each version. I
think that might have been introduced with 5.005, so that's another reason
to upgrade.
Hmmm. There don't appear to be any binaries in libwww, so one copy for both
versions of Perl should be fine. That's assuming none of the modules you
need require a later version.
--
Mac :})
----- Original Message -----
From: "Lal, Amit" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 23, 2000 8:44 AM
Subject: Installation of libwww-perl-5.48
> Hi,
>
> I have an application on Unix which has multiple versions of Perl
installed
> on it (5.03, 5.04). I now need to install libwww. I understand that all
perl
> extensions go to perl_ext, which is shared by all versions of Perl.
>
> Will this affect the exsisting application in anyway?
> Further assuming it does, is it possible to install libwww in a seperate
> tree?
> Will just the installation of libwww be suffice or should all other Perl
> lib/mod be installed in this new tree also?