complie error
Chris Taylor
Chris.Taylor at corp.eastlink.ca
Thu Feb 21 17:53:42 UTC 2013
-----Original Message-----
From: Jeremy C. Reed [mailto:jreed at isc.org]
Sent: Thursday, February 21, 2013 12:37 PM
To: Chris Taylor
Cc: bind10-users at lists.isc.org
Subject: Re: complie error
On Thu, 21 Feb 2013, Chris Taylor wrote:
> checking log4cplus/logger.h usability... yes
>
> checking log4cplus/logger.h presence... yes
>
> checking for log4cplus/logger.h... yes
>
> checking for log4cplus library... no
>
> configure: error: Needs log4cplus library
>
>
>
> I have log4cplus installed and in this location
> /usr/local/include/log4cplus
Where are your libraries for it? (not under that location I assume).
--with-log4cplus=/usr/local
But I am guessing from above that already worked.
See inside of your config.log file for some clues.
I was able to get past this part but I have run into a problem with boost headers
checking boost/foreach.hpp usability... yes
checking boost/foreach.hpp presence... yes
checking for boost/foreach.hpp... yes
checking boost/interprocess/sync/interprocess_upgradable_mutex.hpp usability... no
checking boost/interprocess/sync/interprocess_upgradable_mutex.hpp presence... no
checking for boost/interprocess/sync/interprocess_upgradable_mutex.hpp... no
configure: error: Missing required header files.
I have boost and boost-devel installed already.
bash-3.2# rpm -qa|grep boost
boost-devel-1.33.1-15.el5
boost-1.33.1-15.el5
My config.log looks like this
bash-3.2# tail -f config.log
#define LT_OBJDIR ".libs/"
#define HAVE_PYTHON_H 1
#define HAVE_STDBOOL_H 1
#define OS_LINUX 1
#define HAVE_BOTAN_BOTAN_H 1
#define HAVE_LOG4CPLUS_LOGGER_H 1
#define HAVE_BOOST_SHARED_PTR_HPP 1
#define HAVE_BOOST_FOREACH_HPP 1
configure: exit 1
It looks like boost is missing some libs but I have all the packages installed that I could find via yum. I looked under the boost dir and I don't see this dir /interprocess/sync/
Chris
More information about the bind10-users
mailing list