From mike@boobaz.net Thu Jun 15 15:43:22 2000 Received: from mxu4.u.washington.edu (mxu4.u.washington.edu [140.142.33.8]) by lists.u.washington.edu (8.9.3+UW00.05/8.9.3+UW99.09) with ESMTP id PAA30304 for ; Thu, 15 Jun 2000 15:43:21 -0700 Received: from boobaz.net (c1056043-a.sttln1.wa.home.com [24.19.193.36]) by mxu4.u.washington.edu (8.9.3+UW00.02/8.9.3+UW99.09) with ESMTP id PAA05069 for ; Thu, 15 Jun 2000 15:43:21 -0700 Received: from c1056043-a (c1056043-a [24.19.193.36]) by boobaz.net (8.9.3/8.9.3) with ESMTP id PAA23967 for ; Thu, 15 Jun 2000 15:43:20 -0700 Date: Thu, 15 Jun 2000 15:43:20 -0700 (PDT) From: Mike Hornung X-Sender: mike@c1056043-a.sttln1.wa.home.com To: UW Linux Group Subject: Re: Back to basics: what am I doing wrong? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 15 Jun 2000, T. Tam wrote: |Move /usr/src/linux/arch/i386/bzImage to /boot/vmlinuz-version/ |Symlink /boot/vmlinuz-version to /boot/vmlinuz |move /usr/src/linux/System.map to /boot/System.map.version, and symlink |Update /etc/lilo.conf to install the changes... |Run /sbin/lilo to reinstall Lilo. |Okay, what am I missing? Why is sndconfig being grouchy? Did you do 'make modules' and 'make modules_install'? |By default, make install installs the libraries in |/usr/local/lib/gdk-pixbuf | |And compiliing I ran /sbin/ldconfig to update the libraries listing |(correct?) | |But ./configure in GQMPEG source says that it can't find the libraries... The configure script should have an option to specify the source of the required libraries...something like ./configure --with-gtk-pixbuf=/usr/local/lib/gdk-pixbuf or something like that (you can find out with './configure --help') Make sure that /usr/local/lib is in your /etc/ld.so.conf as well...otherwise ldconfig won't catalog the libraries there. --------------------------- -=<(| mike@boobaz.net |)>=- .