Build instructions

Jens Ruda jens.ruda at live.com
Tue Aug 3 08:19:07 UTC 2010


Hi

I would love to try BIND10, but I can not build it. I get an error message from make and I think I need more instructions.

This is my way of failure: 

- CentOS 5.5
Minimal installation

$ yum update
$ yum install  gcc-c++ pkgconfig

- Sqlite 3
Download source from www.sqlite.org

$ ./configure
$ make
$ make install

Copy the pkg-config file to the expected path:
$ cp /usr/local/lib/pkgconfig/sqlite3.pc /usr/share/pkgconfig/

- Python 3.1.2
Download source from www.python.org. 

$ ./configure
$ make
$ make altinstall 

- Boost 1.43
Download boost source from www.boost.org. 

Extract and copy to /usr/include:
$ cp -R boost_1_43_0/boost /usr/include/

- Bind 10
Download the latest release (bind10-devel-20100701.tar.gz)

$ ./configure
$ make

Error message from make:
/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
/usr/local/lib/python3.1/config/libpython3.1.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind10-users/attachments/20100803/bb19ab80/attachment.html>


More information about the bind10-users mailing list