I am unable to run w as well, it says I'm missing the same library.
I see the same, with the default PATH env for tilde.club
bcc@tilde:~$ env -i bash -c 'echo $PATH' /usr/local/bin:/usr/bin
bcc@tilde:~$ grep -r PATH . ./.bash_profile:PATH=$PATH:$HOME/bin ./.bash_profile:export PATH
bcc@tilde:~$ echo $PATH /usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/bcc/.composer/vendor/bin:/home/bcc/.dotnet/tools:/home/bcc/bin
The extra ones are coming from /etc/profile.d
/usr/local/bin/w (the first for me with the standard path) is broken:
bcc@tilde:~$ which w /usr/local/bin/w bcc@tilde:~$ w /usr/local/bin/.libs/w: error while loading shared libraries: libproc2.so.1: cannot open shared object file: No such file or directory
But the system one in /usr/bin is fine:
bcc@tilde:~$ /usr/bin/w 13:13:59 up 18:55, 55 users, load average: 1.36, 3.15, 3.50 USER TTY LOGIN@ IDLE JCPU PCPU WHAT bcc pts/38 13:09 7.00s 0.21s 0.03s /usr/bin/w ...
Ben