hi
I would like to install kea on my test server which runs with SLES 11.1.
In this case I had to compile it from the source.
after executing './configure', which run without any Problems, I tried to compile the source with executing 'make'.
                          
After a quite long while of compilation it stops with the following error:
 
-------------------------------
make[6]: Entering directory `/rzf/produkte/dhcp/kea/kea-1.1.0/src/bin/lfc'
  CXX      lfc_controller.lo
  CXX      lfc_log.lo
  CXX      lfc_messages.lo
  CXXLD    liblfc.la
  CXX      main.o
main.cc: In function »int main(int, char**)«:
Error: invalid initialization of reference of type »const std::exception&« of _expression_ of type »const boost::exception«
/usr/include/boost/exception/diagnostic_information.hpp:18: Error: when passing argument 1 of »std::string boost::diagnostic_information(const std::exception&)«
make[6]: *** [main.o] Fehler 1
make[6]: Leaving directory `/rzf/produkte/dhcp/kea/kea-1.1.0/src/bin/lfc'
make[5]: *** [all-recursive] Fehler 1
make[5]: Leaving directory `/rzf/produkte/dhcp/kea/kea-1.1.0/src/bin/lfc'
make[4]: *** [all] Fehler 2
make[4]: Leaving directory `/rzf/produkte/dhcp/kea/kea-1.1.0/src/bin/lfc'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/rzf/produkte/dhcp/kea/kea-1.1.0/src/bin'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/rzf/produkte/dhcp/kea/kea-1.1.0/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/rzf/produkte/dhcp/kea/kea-1.1.0'
make: *** [all] Fehler 2
-------------------------------
 
how can i solve this problem?
 
Thanks
 
Mary
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to