<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi<br><br><div id="tts_button" title="Listen to this translation" style="display: block;" class=" "><object type="application/x-shockwave-flash" data="http://www.gstatic.com/translate/sound_player2.swf" id="tts_flash" width="18" height="18"><param value="http://www.gstatic.com/translate/sound_player2.swf" name="movie"><param value="sound_name=&sound_name_cb=_TTSSoundFile" name="flashvars"><param value="transparent" name="wmode"><param value="always" name="allowScriptAccess"></object></div><span id="result_box" class="short_text"><span style="" title="">I would love to try BIND10, but I can not build it. </span></span><span id="result_box" class="short_text"><span style="" title="">I get an error message from make and I think I need more instructions.</span></span><br><span id="result_box" class="short_text"><span style="" title=""><br></span></span><span id="result_box" class="short_text"><span style="" title="">This is my way of failure: <br><br>- CentOS 5.5<br>Minimal installation<br><br>$ yum update<br>$ yum install </span></span> gcc-c++ pkgconfig<br><br>- Sqlite 3<br>Download source from www.sqlite.org<br><br>$ ./configure<br>$ make<br>$ make install<br><br><span id="result_box" class="short_text"><span style="" title="">Copy the pkg-config file to the expected path</span></span>:<br>$ cp /usr/local/lib/pkgconfig/sqlite3.pc /usr/share/pkgconfig/<br><br>- Python 3.1.2<br>Download source from www.python.org. <br><br>$ ./configure<br>$ make<br>$ make altinstall <br><br>- Boost 1.43<br>Download boost source from www.boost.org. <br><br>Extract and copy to /usr/include:<br>$ cp -R boost_1_43_0/boost /usr/include/<br><br>- Bind 10<br>Download the latest release (bind10-devel-20100701.tar.gz)<br><br>$ ./configure<br>$ make<br><br>Error message from make:<br>/usr/bin/ld: /usr/local/lib/python3.1/config/libpython3.1.a(abstract.o):
 relocation R_X86_64_32 against `a local symbol' can not be used when 
making a shared object; recompile with -fPIC<br>/usr/local/lib/python3.1/config/libpython3.1.a: could not read symbols: Bad value<br>collect2: ld returned 1 exit status<br>                                    </body>
</html>