<div dir="ltr">I'm using boost1_48 to build kea. In my Centos6 box, I've installed boost 1_48. Here is my configure command. <div><pre style="color:rgb(0,0,0);font-family:Menlo;font-size:9pt">./configure --with-boost-include=/usr/include/boost148 --with-boost-lib-dir=/usr/lib64/boost148</pre><pre style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif" style="">I'm seeing this below-mentioned error while doing 'make'. There is already boost1_41 installed on the machine and I've installed 1_48 on top of it.</font></pre><pre style="color:rgb(0,0,0)"><font face="arial, helvetica, sans-serif">Looks like this have caused some conflicts for boost_system. Can someone helpme in resolving this conflicts?</font></pre><pre style="color:rgb(0,0,0);font-family:Menlo"><pre class="gmail-buildoutput_pre" style="margin-top:0px;margin-bottom:0px;font-family:consolas,monaco,courier;line-height:1.22em;font-size:13px;padding:10px 10px 40px;outline:none;border:0px;font-variant-numeric:inherit;font-stretch:inherit;vertical-align:baseline;color:white;overflow:auto;width:1066px;box-sizing:border-box;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;background-color:rgb(51,51,51)">17:49:09.585                           u'>>> /opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: warning: libboost_system.so.1.48.0, needed by ../../../src/lib/asiolink/.libs/libkea-asiolink.so, may conflict with libboost_system.so.5\n',
17:49:09.585                           u">>> /opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: main.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'\n",
17:49:09.585                           u">>> /opt/rh/devtoolset-2/root/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/ld: note: '_ZN5boost6system15system_categoryEv' is defined in DSO /usr/lib64/libboost_system.so.1.48.0 so try adding it to the linker command line\n",
17:49:09.585                           u'>>> /usr/lib64/libboost_system.so.1.48.0: could not read symbols: Invalid operation\n',
17:49:09.585                           u'>>> collect2: error: ld returned 1 exit status\n',
17:49:09.585                           u'>>> make[6]: *** [kea-dhcp4] Error 1\n',</pre></pre></div></div>