Copying iaxclient-devel list. Issues like this tend to be applicable
to more than one person and there may be more than one person out
there who can help, so let's use the list.
On Sun, Aug 3, 2008 at 5:53 AM, Hugo Vandenplas
<hug...@gm...> wrote:
> Hi,
>
> I'm trying to install iaxclient-2.0.2 on ubuntu hardy64. The
> "./configure" script outputs:
>
> configure: error:
> libogg is required to build this package!
> please see http://www.xiph.org/ for how to
> obtain a copy.
>
> Synaptic installs package called libogg0, I installed it but the error
> persists.
You need to have libogg-dev installed in order to build against it.
The "dev" or "devel" package is a common idiom in most linux
distributions. These packages contain header files, static library
archives (.a files), and other files needed or helpful for doing
development with a library.
Pete
|