Send kea-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."
Today's Topics:
1. Re: Build Kea 1.1.0 from source on CentOS 7 missing
log4cplus/logger.h (Sallee, Jake)
2. Re: Build Kea 1.1.0 from source on CentOS 7 missing
log4cplus/logger.h (Francis Dupont)
3. kea.conf includes (Sallee, Jake)
4. Re: kea.conf includes (Francis Dupont)
----------------------------------------------------------------------
Message: 1
Date: Tue, 8 Nov 2016 18:39:17 +0000
From: "Sallee, Jake" <[email protected]>
To: "[email protected]" <[email protected]>
Subject: Re: [kea-dev] Build Kea 1.1.0 from source on CentOS 7 missing
log4cplus/logger.h
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
> You should look at the config.log file to understand exactly what happened.
Thank you for the pointer. I had to pass a CXXFLAG to the configurator to make
it work.
./configure --with-dhcp-mysql CXXFLAGS='-std=c++11'
I was able to build kea using that command.
Jake Sallee
Godfather of Bandwidth
System Engineer
University of Mary Hardin-Baylor
WWW.UMHB.EDU
900 College St.
Belton, Texas
76513
Fone: 254-295-4658
Phax: 254-295-4221
________________________________________
From: Francis Dupont <[email protected]>
Sent: Tuesday, November 8, 2016 5:26 AM
To: Sallee, Jake
Cc: [email protected]
Subject: Re: [kea-dev] Build Kea 1.1.0 from source on CentOS 7 missing
log4cplus/logger.h
"Sallee, Jake" writes:
> However building from source I am getting an error:
>
> ======================================
> checking log4cplus/logger.h usability... no
> checking log4cplus/logger.h presence... no
> checking for log4cplus/logger.h... no
> configure: error: Missing required header files.
> ======================================
=> this is a failure in the AC_CHECK_HEADERS macro
> I have already installed the log4cplus and log4cplus-devel packages (even reb
> ooted for good measure) and the file logger.h is located at /usr/include/log4
> cplus/logger.h
=> it can be from something not related, for instance a bad compilation
flag from a previous configure action. You should look at the config.log
file to understand exactly what happened.
> log4cplus is listed as an optional component in the config script help but th
> e configurator fails without it.
=> in fact log4cplus is not optional (only enable-xxx makes xxx optional
for sure). Perhaps the name should be more --with-log4cplus-path but
it is clarly a bit long and IMHO not an improvement....
Regards
Francis Dupont <[email protected]>
------------------------------
Message: 2
Date: Tue, 08 Nov 2016 18:50:35 +0000
From: Francis Dupont <[email protected]>
To: "Sallee, Jake" <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [kea-dev] Build Kea 1.1.0 from source on CentOS 7 missing
log4cplus/logger.h
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
"Sallee, Jake" writes:
> > You should look at the config.log file to understand exactly what happened.
>
> Thank you for the pointer. I had to pass a CXXFLAG to the configurator to ma
> ke it work.
>
> ./configure --with-dhcp-mysql CXXFLAGS='-std=c++11'
>
> I was able to build kea using that command.
=> there should be an unique_ptr or something else C++11 only in
the mysql package. BTW:
- 1.2 will very likely require C++11
- it is better to pass the --std=c++11 in the CXX parameter than the
CXXFLAGS one because CXXFLAGS has a default (-g -O2) which is
overwritten. Just looks at the report at the end of configure run
(saved in config.report and available by any kea command -W).
Regards
Francis Dupont <[email protected]>
------------------------------
Message: 3
Date: Wed, 9 Nov 2016 06:46:14 +0000
From: "Sallee, Jake" <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [kea-dev] kea.conf includes
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
I apologize for posting this to the dev list but I could not find anywhere else
to ask.
Does kea support includes in the config file?
Jake Sallee
Godfather of Bandwidth
System Engineer
University of Mary Hardin-Baylor
WWW.UMHB.EDU
900 College St.
Belton, Texas
76513
Fone: 254-295-4658
Phax: 254-295-4221
------------------------------
Message: 4
Date: Wed, 09 Nov 2016 08:17:02 +0000
From: Francis Dupont <[email protected]>
To: "Sallee, Jake" <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [kea-dev] kea.conf includes
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
"Sallee, Jake" writes:
> Does kea support includes in the config file?
=> not yet (i.e., it is in our plan).
Regards
Francis Dupont <[email protected]>
------------------------------
Subject: Digest Footer
_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev
------------------------------
End of kea-dev Digest, Vol 32, Issue 4
**************************************