Date: Tue, 12 Nov 1996 15:55:52 +0100 (MET) From: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> To: root@swd.928.com.tw (SWD in NSYSU Multimedia Lab.) Cc: questions@freefall.freebsd.org Subject: Re: where is libgnumalloc ?? Message-ID: <199611121455.PAA26646@gilberto.physik.rwth-aachen.de> In-Reply-To: <Pine.BSD.3.91.961112220122.6261C-100000@swd.928.com.tw> from "SWD in NSYSU Multimedia Lab." at "Nov 12, 96 10:05:43 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> > 我裝的是 2.2-current > > 有好多的 軟體要 libgnumalloc 的 library , 可是我系統怎麼沒有啊 ? > > 那要裝那個 packages 呢 ? > > sorry , I use wrong language .. > > ============ > I install FreeBSd 2.2-current > > but why i want too compile some program , it say I had no libgnumalloc.a > > library , so what I need ? > > what is the packages of libgnumalloc ? /usr/lib/compat/libgnumalloc.so.2.0 You need an newer /etc/rc containing the portion: # add your own entries or you may come to grief. if [ -x /sbin/ldconfig ]; then _LDC=/usr/lib if [ -d /usr/lib/compat ]; then _LDC="${_LDC} /usr/lib/compat" ; fi if [ -d /usr/X11R6/lib ]; then _LDC="${_LDC} /usr/X11R6/lib" ; fi if [ -d /usr/X386/lib ]; then _LDC="${_LDC} /usr/X386/lib" ; fi if [ -d /usr/local/lib ]; then _LDC="${_LDC} /usr/local/lib" ; fi echo 'setting ldconfig path:' ${_LDC} ldconfig ${_LDC} fi Done that do a # ldconfig /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib > > thanks !!!:) > > SWD in Taiwan > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611121455.PAA26646>