Help me to install Bind 10

Jeremy C. Reed jreed at isc.org
Fri Sep 17 15:04:53 UTC 2010


On Tue, 14 Sep 2010, kalpa85 Mahawatta wrote:

> I'm installing Bind 10 in my computer (Fedora) using the Bind 10 user guide.
> When I try to start the server using
> 
> /usr/local/sbin/bind 10 command it will give me the following error.
> 
> 
> Traceback (most recent call last):
>   File "/usr/local/sbin/bind10", line 52, in <module>
>     import subprocess


Please make sure your /usr/local/sbin/bind10 is running same python3.1 
as installed with your /usr/local/lib/python3.1.

>   File "/usr/local/lib/python3.1/subprocess.py", line 376, in <module>
>     import pickle
>   File "/usr/local/lib/python3.1/pickle.py", line 33, in <module>
>     import struct
>   File "/usr/local/lib/python3.1/struct.py", line 1, in <module>
>     from _struct import *
> ImportError: /usr/local/lib/python3.1/lib-dynload/_struct.so: undefined
> symbol: _PyByteArray_empty_string

This appears that the import is using wrong version of python. Maybe you 
have a mix of pythons installed at same place.


More information about the bind10-users mailing list