Hi wizards and wizardesses,
Trying to compile sndfile-tools from git, the author suggests
I have a library problem.
Cairo appears to be present during the ./configure
phase, however some dependent libraries are not
found during make.
One of these libraries is libxcb-shm.so.0,
which is present:
/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0
Can someone help me solve this:
On Fri, Feb 03, 2012 at 09:58:31AM +1100, Erik de Castro Lopo wrote:
Joel Roth wrote:
My naive attempt to compile (adding various
libraries along
the way) got stuck.
<snip>
Found CAIRO ................... yes
That means that Cairo thinks it is installed correctly.
Found JACK .................... yes
Installation directories :
Program directory ............. /usr/local/bin
(master) ~/build/sndfile-tools $ make
CCLD src/sndfile-spectrogram
/usr/bin/ld: warning: libxcb-shm.so.0, needed by /usr/lib/libcairo.so, not found (try
using -rpath or -rpath-link)
But the linker disagrees.
You didn't say whay distro you're on, so my best advice is to make
sure you install stuff like Cairo from your distro, making sure to
install the -devel packages as well and then retry.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
--
Joel Roth