Date: Fri, 27 Oct 2006 01:52:02 +0300 (EEST) From: Vladimir Kushnir <vkushnir@i.kiev.ua> To: "Tuc at T-B-O-H.NET" <ml@t-b-o-h.net> Cc: freebsd-questions@freebsd.org Subject: Re: Problems compiling : libtool: link: cannot find the library `/usr/X11R6/lib/libpangocairo-1.0.la' Message-ID: <20061027014630.W2344@kushnir1.kiev.ua> In-Reply-To: <200610262237.k9QMbajt083488@himinbjorg.tucs-beachin-obx-house.com> References: <200610262237.k9QMbajt083488@himinbjorg.tucs-beachin-obx-house.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 Oct 2006, Tuc at T-B-O-H.NET wrote: > Hi, > > Trying to compile wireshark (Which I had running > previously) and I get : > > libtool: link: cannot find the library `/usr/X11R6/lib/libpangocairo-1.0.la' or unhandled argument `/usr/X11R6/lib/libpangocairo-1.0.la' > > The reason it can't find it is its in /usr/local/lib > now. But why is wireshark thinking its in /usr/X11R6/lib? I > saw something about GNOME trying to change the location of libraries, > but I don't know what it is that might be telling it the wrong > location. > > Thanks, Tuc You've got some pre-GNOME-2.16 librar{y/ies} which references /usr/X11R6/lib/libpangocairo-1.0.la. Just check which one (I had some non-port and had to use grep: grep -l /usr/X11R6/lib/libpango `find /usr/X11R6/lib /usr/local/lib -name "*.la"` ) and reinstall it. BTW, you can get this error with other libs (GTK2, for one) as well. Hope this helps, Vladimir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061027014630.W2344>