R: R: R: running ./configure

C. Bensend benny at bennyvision.com
Tue Aug 5 17:37:17 CEST 2003


> normally i used command "swlist | grep perl" and I receive on both
> systems:
> perl                          B.5.8.0      Perl Programming Language

Yes, and unfortunately, that only tells you what versions you have
installed.  It does _not_ tell you what version typing 'perl' will run.

> Using command "perl -v" I receive different answers !!!
> This is perl, v5.6.1 built for PA-RISC1.1-thread-multi
> and
> This is perl, version 4.0
>
> WHY ???

Because your $PATH environment variables are not set the same.  One
machine has /usr/local/bin (or wherever perl 5.8.0 ended up) _before_
and one has it _after_ /usr/contrib/bin, which I believe is where
perl 4.x resides.

Fix your $PATH, and you'll be a lot happier.  :)

> I don't know how to use perl 5.8.0 (already installed!) instead of 4.0
> (old
> installation).

/usr/local/bin/perl.  But it's much safer to fix your PATH, so you don't
have other similar problems.

Benny


-- 
"Corpsman:  Usually a young, long-haired, bearded, Marine hatin' Sailor
with certain medical skills, who will go through the very gates of hell to
get to a wounded Marine." - Maj. Gene Duncan, USMC Ret.


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list