Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 1997 09:39:54 -0800 (PST)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        Jeff.Bond@nectech.co.uk
Cc:        questions@FreeBSD.ORG
Subject:   Re: Window managers and shared libraries
Message-ID:  <199711171739.JAA00530@ix.netcom.com>
In-Reply-To: <014CB6ADC0BCD0118B1B006097827D5B022D25@exchange> (Jeff.Bond@nectech.co.uk)

next in thread | previous in thread | raw e-mail | index | archive | help
You need access to /usr/X11R6/lib, or whereever you put the X stuff.
This is setup in /etc/rc.config and /etc/rc.

On my machine:

#  cd /etc
# grep -i ldconfig rc*
rc:echo 'setting ldconfig path:' ${_LDC}
rc:ldconfig ${_LDC}
# grep LDC rc*
rc:_LDC=/usr/lib
rc:if [ -d /usr/lib/compat ]; then _LDC="${_LDC} /usr/lib/compat" ; fi
rc:if [ -d /usr/X11R6/lib ]; then _LDC="${_LDC} /usr/X11R6/lib" ; fi
rc:if [ -d /usr/local/lib ]; then _LDC="${_LDC} /usr/local/lib" ; fi
rc:echo 'setting ldconfig path:' ${_LDC}
rc:ldconfig ${_LDC}

tomdean



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