Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2004 14:34:32 +0200
From:      "Cyrille Lefevre" <clefevre-lists@9online.fr>
To:        "Andrew Nelson" <andrew__nelson@hotmail.com>, <freebsd-current@freebsd.org>
Subject:   Re: FreeBSD 5.2.1  - P5-Proc::ProcessTable and other modules notworking?
Message-ID:  <019c01c4641e$c204fdc0$7890a8c0@dyndns.org>
References:  <BAY18-F37Q68qOaHmBs000171c9@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Andrew Nelson" <andrew__nelson@hotmail.com> wrote:
>
> I've upgraded from FreeBSD 4.8 to 5.2.1 and have
> noticed a number of script don't work...  One perl
> module i've found so far is:

which perl version are you using ?

# type perl
# perl -V

do you still have the old FreeBSD 4.8 base system perl ?
or are you running perl from ports ?

# ls -l /usr/bin/perl*
lrwxr-xr-x  1 root  wheel  19 May  1 13:42 /usr/bin/perl -> /usr/local/bin/perl
lrwxr-xr-x  1 root  wheel  19 Dec  4  2003 /usr/bin/perl5 -> /usr/local/bin/perl
lrwxr-xr-x  1 root  wheel  19 May  1 13:42 /usr/bin/perl5.8.2 ->
/usr/local/bin/perl

> Proc::ProcessTable.  The subroutines just return
> no result  (even the examples given at CPAN).

it works, here !

PID    TTY        STAT     START                    COMMAND
...
52884  /dev/ttyp0 pause    Sun Jun 20 02:27:50 2004 -ksh
...

do you have /proc mounted ?

# mount -t procfs
procfs on /proc (procfs, local)

do you install p5-Proc-ProcessTable from ports or packages ?
is it in the right place (mine goes in /usr/local/lib/perl5/site_perl/5.8.4
instead of /usr/local/lib/perl5/site_perl/5.8.2 since I don't have
an up-to-date perl) ?

# pkg_info -L p5-Proc-ProcessTable*

> Another script (which uses flow-tools) has started
> using an enormous amount of memory.. All versions
> are the same except for actual FreeBSD.

don't know this one.

> Can anyone help?  Do I need to re-install FreeBSD
> to a lower version?  If so, what version?


Cyrille Lefevre.
-- 
mailto:clefevre-lists@9online.fr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?019c01c4641e$c204fdc0$7890a8c0>