Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2006 18:42:57 +0200
From:      Frank Steinborn <steinex@nognu.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: question about linprocfs
Message-ID:  <20060502164257.GA74516@shodan.nognu.de>
In-Reply-To: <20060502030726.QCT26978.omta01sl.mx.bigpond.com@alex>
References:  <20060502030726.QCT26978.omta01sl.mx.bigpond.com@alex>

next in thread | previous in thread | raw e-mail | index | archive | help
Alex Ballantine wrote:
> We have a apache server with most of the latest programs on it
> except java,
> so when I tried to install it everything went fine until it came up
> with
>
>                         "===>  Building for jdk-1.5.0p3
>
> ERROR: You must have LINPROCFS mounted beforenprocfs linprocfs
> /compat/linux/pr
>
> You may do it with the following commands:
>
> # kldload linprocfs
> and
> # mount -t linprocfs linprocfs /compat/linux/proc

[...]

> When ever I type in either of those command it just gives me errors
> back eg.
> Kldload is unknown command yet kldstat works and the other line told
> me that
> linprocfs doesn't exist. Which I found out is not in the linux/proc/
> folder.

kldload linprocfs && mount -t linprocfs linprocfs /compat/linux/proc
does really not work? Make sure to use kldload (and not Kldload - UNIX
is case sensitive) BEFORE mount, then mount.

HTH,
Frank



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060502164257.GA74516>