FreeBSD 5.2.1 - P5-Proc::ProcessTable and other modules notworking?

Cyrille Lefevre clefevre-lists at 9online.fr
Wed Jul 7 05:34:36 PDT 2004


"Andrew Nelson" <andrew__nelson at 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 at 9online.fr



More information about the freebsd-current mailing list