PDA

View Full Version : [SOLVED] Path to speex



jim_deadlock
March 8th, 2012, 12:06 AM
I'm trying to install linphone-3.5.2 from source because the repo version is broken. I've already installed/upgraded a few dependencies but I'm stuck on this:


configure: error: Package requirements (speex >= 1.1.6) were not met:

No package 'speex' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.


I've installed speex 1.2 from the repos but it still can't see it, I've tried adding various paths to PKG_CONFIG_PATH and it currently looks like this:

$PKG_CONFIG_PATH

/usr/lib:/usr/lib/x86_64-linux-gnu:/usr/bin:/usr/lib/gstreamer-0.10

... but it still won't configure. Any ideas? Which speex file is it looking for?

oldos2er
March 8th, 2012, 03:12 AM
Most likely it needs libspeex-dev, and possibly libspeexdsp-dev.

jim_deadlock
March 8th, 2012, 10:00 AM
Perfect thanks.