FreeBSD 9-STABLE + htop

Hello,

Code:
[root@gw /usr/ports/sysutils/htop]# make deinstall
[root@gw /usr/ports/sysutils/htop]# pkg_add -r htop
[root@gw ~]# pkg_info | grep htop
htop-0.9_1          A better top(1) - interactive process viewer
[root@gw ~]# pkg_info -r htop-0.9_1
Information for htop-0.9_1:

Depends on:
Dependency: lsof-4.86A,6
Dependency: libexecinfo-1.1_3

Htop works good now.

Regarding ncurses. I had flag in ports:
Code:
[root@gw ~]# cat /usr/ports/sysutils/htop/Makefile |grep -i ncurses
USE_NCURSES=    yes

So maybe there are some problems with ncurses?
 
oliwiak82 said:
Hello,

Code:
[root@gw /usr/ports/sysutils/htop]# make deinstall
[root@gw /usr/ports/sysutils/htop]# pkg_add -r htop
[root@gw ~]# pkg_info | grep htop
htop-0.9_1          A better top(1) - interactive process viewer
[root@gw ~]# pkg_info -r htop-0.9_1
Information for htop-0.9_1:

Depends on:
Dependency: lsof-4.86A,6
Dependency: libexecinfo-1.1_3

Htop works good now.

This is working for me, too.
 
/compat or /usr/compat not found

I am having problem with htop running just because that when I tried to mount linprocfs, it reports /compat or /usr/compat/*** directory/file is not available.

It is a new installation of FreeBSD9-RELEASE, so there are no remnants from a previous installation.

Enabled linux in loader.conf and also added necessary lines in /etc/fstab, yet no go.

Code:
%ls /
COPYRIGHT	entropy		libexec		rescue		tmp
bin		etc		media		root		usr
boot		home		mnt		sbin		var
dev		lib		proc		sys

Code:
%ls /usr
bin	home	lib	libdata	local	ports	share
games	include	lib32	libexec	obj	sbin	src

Do I need to create manually the directories?
 
Back
Top