"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.frReceived on Wed Jul 07 2004 - 10:34:35 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:00 UTC