Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2005 00:17:36 +0000
From:      RW <list-freebsd-2004@morbius.sent.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: compat 5x libraries missnig after restart
Message-ID:  <200512290017.37588.list-freebsd-2004@morbius.sent.com>
In-Reply-To: <20051228220153.GA4337@lothlorien.nagual.st>
References:  <1135661999.43b0d3af7568e@www.c-inter.com.ar> <43B2D941.3080307@math.missouri.edu> <20051228220153.GA4337@lothlorien.nagual.st>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 28 December 2005 22:01, dick hoogendijk wrote:
> On 28 Dec Stephen Montgomery-Smith wrote:
> > But why not put
> > compat_xx_enable="YES"
>
> There's more wrong to the script. I have compat5x_enable="YES" in
> /etc/rc.conf and the script start up, _BUT_ if I shut down (for whatever
> reason) I get this console msg question: "compat5x.sh running?"
>
> Strange, it _is_ running, so why is it not "seen"

Nothing is actually running, all the script actually does is run:

/sbin/ldconfig -m /usr/local/lib/compat

which adds all of the compatibility libraries installed by all of the compat 
ports to a list of library locations. The old version simply had that one 
line.  The error message is just a cosmetic problem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512290017.37588.list-freebsd-2004>