[maemo-developers] [Error] checking for apt-pkg/configuration.h... no

From: Luca Ognibene luca.ognibene at gmail.com
Date: Fri Aug 22 10:29:27 EEST 2008
On Fri, Aug 22, 2008 at 8:15 AM, atul raut <atul_raut17 at yahoo.co.in> wrote:
> Hi all,
>
> I am using below things in my config.ac on maemo platform
> base code.
>
> if test x$ac_cv_header_apt_pkg_configuration_h != xyes; then
>  AC_ERROR([libapt-pkg not found.])
>
> while doing ./configure form console it gives me
> below error messages ? How to resolve ?
>
> checking apt-pkg/configuration.h usability... no
> checking apt-pkg/configuration.h presence... no
> checking for apt-pkg/configuration.h... no
> configure: error: libapt-pkg not found.

Have you tried
fakeroot apt-get install libapt-pkg-dev ?

More information about the maemo-developers mailing list