Build instructions
Jeremy C. Reed
jreed at isc.org
Tue Aug 3 15:34:19 UTC 2010
On Tue, 3 Aug 2010, Jens Ruda wrote:
> - Python 3.1.2
> Download source from www.python.org.
>
> $ ./configure
Please try building python with:
./configure --enable-shared
(I also use --with-threads and --with-system-ffi.)
> $ make
> $ make altinstall
...
> - 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
More information about the bind10-users
mailing list